Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dpart.h53 PART_DOS, enumerator
H A Dpart.c104 { PART_DOS, "DOS/Windows" },
148 return (PART_DOS); in gpt_parttype()
403 return (PART_DOS); in mbr_parttype()
1006 if (entry->part.type == PART_DOS) in ptable_getbestpart()