Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dpart.h37 PTABLE_ISO9660 enumerator
H A Dpart.c549 table->type = PTABLE_ISO9660; in ptable_iso9660read()
591 } else if (table->type == PTABLE_ISO9660) in ptable_open()
H A Ddisk.c290 } else if (ptable_gettype(od->table) == PTABLE_ISO9660) { in disk_open()