Home
last modified time | relevance | path

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

/src/stand/common/
H A Ddisk.c282 if (ptable_gettype(od->table) == PTABLE_BSD && in disk_open()
290 } else if (ptable_gettype(od->table) == PTABLE_ISO9660) { in disk_open()
304 if (ptable_gettype(od->table) == PTABLE_GPT) { in disk_open()
345 if (ptable_gettype(table) != PTABLE_BSD) in disk_open()
H A Dpart.h71 enum ptable_type ptable_gettype(const struct ptable *table);
H A Dpart.c702 ptable_gettype(const struct ptable *table) in ptable_gettype() function