Searched refs:vtoc8 (Results 1 – 2 of 2) sorted by relevance
68 struct vtoc8 { struct104 CTASSERT(sizeof(struct vtoc8) == 512); argument
76 uint16_t vtoc8; member568 struct vtoc8 *dl; in ptable_vtoc8read()573 if (table->sectorsize != sizeof (struct vtoc8)) in ptable_vtoc8read()584 dl = (struct vtoc8 *)buf; in ptable_vtoc8read()586 for (i = sum = 0; i < sizeof (struct vtoc8); i += sizeof (sum)) in ptable_vtoc8read()616 entry->type.vtoc8 = dl->part[i].tag; in ptable_vtoc8read()796 if (be16dec(buf + offsetof(struct vtoc8, magic)) == VTOC_MAGIC) { in ptable_open()