Searched refs:postamble (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s296 bz,pn %icc, .postamble
297 and %i1, 31, %i1 ! count for postamble
401 .postamble:
402 ! postamble hword count is in %i1 (can be zero)
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c199 static void postamble(void);
603 postamble();
662 postamble(void) function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c5067 int preamble, postamble; local
5099 postamble = P2PHASE(size, blksz);
5100 size -= postamble;
5104 (preamble != 0) + fullblk + (postamble != 0));
5106 int, postamble, int,
5107 (preamble != 0) + fullblk + (postamble != 0));
5129 if (postamble) {
5134 (void) dmu_xuio_add(xuio, abuf, 0, postamble);

Completed in 82 milliseconds