Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/tools/codereview/
H A Dlwlp.c199 static void postamble(void);
603 postamble(); in main()
662 postamble(void) in postamble() function
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c5103 int preamble, postamble; in zfs_reqzcbuf() local
5135 postamble = P2PHASE(size, blksz); in zfs_reqzcbuf()
5136 size -= postamble; in zfs_reqzcbuf()
5140 (preamble != 0) + fullblk + (postamble != 0)); in zfs_reqzcbuf()
5142 int, postamble, int, in zfs_reqzcbuf()
5143 (preamble != 0) + fullblk + (postamble != 0)); in zfs_reqzcbuf()
5165 if (postamble) { in zfs_reqzcbuf()
5170 (void) dmu_xuio_add(xuio, abuf, 0, postamble); in zfs_reqzcbuf()