Searched defs:byteoff (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c521 off_t byteoff = 0; /* bytes to skip within first f/s block */ local
557 byteoff = bytecnt % (off_t)(sblock->fs_fsize);
606 (size_t)bytecnt, byteoff);
613 byteoff = 0;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c914 int byteoff; local
917 byteoff = gfi->base_off + (int)(off >> 3);
922 gfi->fld_off = byteoff;
933 gfi->fld_off = byteoff;
960 gfi->base_off = byteoff;
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1664 uintptr_t byteoff = ((delta >> 16) * pr->pr_scale) + local
1666 if (byteoff >= (uintptr_t)pr->pr_size) {
1670 slot += byteoff / sizeof (uint16_t);

Completed in 77 milliseconds