Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c902 int byteoff; in gfi_iter() local
905 byteoff = gfi->base_off + (int)(off >> 3); in gfi_iter()
910 gfi->fld_off = byteoff; in gfi_iter()
921 gfi->fld_off = byteoff; in gfi_iter()
948 gfi->base_off = byteoff; in gfi_iter()
/titanic_41/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;
/titanic_41/usr/src/uts/common/os/
H A Dclock.c1664 uintptr_t byteoff = ((delta >> 16) * pr->pr_scale) + in profil_tick() local
1666 if (byteoff >= (uintptr_t)pr->pr_size) { in profil_tick()
1670 slot += byteoff / sizeof (uint16_t); in profil_tick()