Home
last modified time | relevance | path

Searched refs:PTABLE_VTOC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dpart.h38 PTABLE_VTOC, enumerator
H A Ddisk.c283 ptable_gettype(od->table) == PTABLE_VTOC) && in disk_open()
353 ptable_gettype(table) != PTABLE_VTOC) in disk_open()
H A Dpart.c706 table->type = PTABLE_VTOC; in ptable_dklabelread()
792 } else if (table->type == PTABLE_VTOC) in ptable_open()
1054 if (table->type == PTABLE_VTOC) in ptable_iterate()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c752 if (pt == PTABLE_VTOC8 || pt == PTABLE_VTOC) { in probe_partition()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c672 if (pt == PTABLE_VTOC8 || pt == PTABLE_VTOC) in zfs_probe_partition()