Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Ddisk.c306 partition = D_PARTISGPT; in disk_open()
308 } else if (partition == D_PARTISGPT) { in disk_open()
403 if (dev->d_partition == D_PARTISGPT) { in disk_fmtdev()
454 partition = D_PARTISGPT; in disk_parsedev()
H A Ddisk.h94 #define D_PARTISGPT 255 macro
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c290 currdev.d_partition = D_PARTISGPT; /* Assumes GPT */ in set_currdev_pdinfo()