Home
last modified time | relevance | path

Searched refs:PART_FREEBSD (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/common/
H A Dpart.h43 PART_FREEBSD, enumerator
H A Ddisk.c138 if (part->type == PART_FREEBSD) { in ptable_print()
329 part.type != PART_FREEBSD) in disk_open()
H A Dpart.c87 { PART_FREEBSD, "FreeBSD" },
140 return (PART_FREEBSD); in gpt_parttype()
362 return (PART_FREEBSD); in mbr_parttype()
/freebsd/stand/libsa/zfs/
H A Dzfs.c760 if (part->type != PART_FREEBSD && in zfs_probe_partition()
775 if (part->type == PART_FREEBSD) { in zfs_probe_partition()