Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/ml/
H A Dip_ocsum.s296 bz,pn %icc, .postamble
297 and %i1, 31, %i1 ! count for postamble
401 .postamble: label
402 ! postamble hword count is in %i1 (can be zero)
/titanic_50/usr/src/tools/codereview/
H A Dlwlp.c199 static void postamble(void);
603 postamble(); in main()
662 postamble(void) in postamble() function
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c5104 int preamble, postamble; in zfs_reqzcbuf() local
5136 postamble = P2PHASE(size, blksz); in zfs_reqzcbuf()
5137 size -= postamble; in zfs_reqzcbuf()
5141 (preamble != 0) + fullblk + (postamble != 0)); in zfs_reqzcbuf()
5143 int, postamble, int, in zfs_reqzcbuf()
5144 (preamble != 0) + fullblk + (postamble != 0)); in zfs_reqzcbuf()
5166 if (postamble) { in zfs_reqzcbuf()
5171 (void) dmu_xuio_add(xuio, abuf, 0, postamble); in zfs_reqzcbuf()