Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Ddisk.c282 if ((ptable_gettype(od->table) == PTABLE_BSD || in disk_open()
283 ptable_gettype(od->table) == PTABLE_VTOC) && in disk_open()
291 } else if (ptable_gettype(od->table) == PTABLE_ISO9660) { in disk_open()
305 if (ptable_gettype(od->table) == PTABLE_GPT) { in disk_open()
352 if (ptable_gettype(table) != PTABLE_BSD && in disk_open()
353 ptable_gettype(table) != PTABLE_VTOC) in disk_open()
H A Dpart.h85 enum ptable_type ptable_gettype(const struct ptable *table);
H A Dpart.c913 ptable_gettype(const struct ptable *table) in ptable_gettype() function
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c750 enum ptable_type pt = ptable_gettype(table); in probe_partition()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c670 enum ptable_type pt = ptable_gettype(table); in zfs_probe_partition()