Searched refs:ptable_gettype (Results 1 – 3 of 3) sorted by relevance
282 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()
71 enum ptable_type ptable_gettype(const struct ptable *table);
702 ptable_gettype(const struct ptable *table) in ptable_gettype() function