Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dpart.h36 PTABLE_GPT, enumerator
H A Dpart.c608 table->type = PTABLE_GPT; in ptable_open()
632 table->type = PTABLE_GPT; in ptable_open()
638 if (table->type == PTABLE_GPT) { in ptable_open()
794 if (table->type == PTABLE_GPT) { in ptable_getbestpart()
831 if (table->type == PTABLE_GPT) in ptable_iterate()
H A Ddisk.c304 if (ptable_gettype(od->table) == PTABLE_GPT) { in disk_open()