Home
last modified time | relevance | path

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

/openbsd/sbin/fdisk/
H A Dcmd.c521 gp[i].gp_attrs = GPTPARTATTR_BOOTABLE; in Xflag()
523 gp[i].gp_attrs &= ~GPTPARTATTR_BOOTABLE; in Xflag()
H A Dgpt.c465 if (attrs & GPTPARTATTR_BOOTABLE) in GPT_print_part()
/openbsd/sys/sys/
H A Ddisklabel.h344 #define GPTPARTATTR_BOOTABLE (1ULL << 2) macro