Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/common/
HDpart.h37 PTABLE_ISO9660 enumerator
HDpart.c549 table->type = PTABLE_ISO9660; in ptable_iso9660read()
591 } else if (table->type == PTABLE_ISO9660) in ptable_open()
HDdisk.c290 } else if (ptable_gettype(od->table) == PTABLE_ISO9660) { in disk_open()