Home
last modified time | relevance | path

Searched refs:GPT_UUID_EFI_SYSTEM (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/sys/
H A Ddisklabel.h394 #define GPT_UUID_EFI_SYSTEM \ macro
/openbsd/usr.sbin/installboot/
H A Defi_installboot.c472 const char efisys_uuid_code[] = GPT_UUID_EFI_SYSTEM; in findgptefisys()
H A Di386_installboot.c604 const char efisys_uuid_code[] = GPT_UUID_EFI_SYSTEM; in findgptefisys()
/openbsd/sbin/fdisk/
H A Dgpt.c605 const uint8_t gpt_uuid_efi_system[] = GPT_UUID_EFI_SYSTEM; in init_gp()
/openbsd/sys/kern/
H A Dsubr_disk.c557 static const uint8_t gpt_uuid_efi_system[] = GPT_UUID_EFI_SYSTEM; in gpt_get_fstype()