Home
last modified time | relevance | path

Searched refs:PART_DOS (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/common/
H A Dpart.h51 PART_DOS, enumerator
H A Dpart.c95 { PART_DOS, "DOS/Windows" },
128 return (PART_DOS); in gpt_parttype()
374 return (PART_DOS); in mbr_parttype()
795 if (entry->part.type == PART_DOS) in ptable_getbestpart()