Searched defs:shc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c161 static struct shcount *shc = NULL; variable in typeref:struct:shcount
171 if (shc == NULL)
172 shc = &shcounts;
175 while ((shadow > shc->ino) && (shc->higher))
176 shc = shc->higher;
177 while ((shadow < shc->ino) && (shc->lower))
178 shc
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dcd9660.c127 ISO_RRIP_CONT *shc; local
144 shc = (ISO_RRIP_CONT *)sh;
146 cdb2devb(isonum_733(shc->location)), 0,
152 p = susp_buffer + isonum_733(shc->offset);
153 end = p + isonum_733(shc->length);

Completed in 45 milliseconds