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

/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h69 struct vtoc8 { struct
105 CTASSERT(sizeof(struct vtoc8) == 512);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c74 uint16_t vtoc8; member in union:pentry::__anon126
548 struct vtoc8 *dl;
553 if (table->sectorsize != sizeof(struct vtoc8))
564 dl = (struct vtoc8 *)buf;
566 for (i = sum = 0; i < sizeof(struct vtoc8); i += sizeof(sum))
596 entry->type.vtoc8 = dl->part[i].tag;
730 if (be16dec(buf + offsetof(struct vtoc8, magic)) == VTOC_MAGIC) {

Completed in 64 milliseconds