Home
last modified time | relevance | path

Searched refs:GPT_UUID_OPENBSD (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/sys/
H A Ddisklabel.h400 #define GPT_UUID_OPENBSD \ macro
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defidev.c273 const char openbsd_uuid_code[] = GPT_UUID_OPENBSD; in findopenbsd_gpt()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defidev.c273 const char openbsd_uuid_code[] = GPT_UUID_OPENBSD; in findopenbsd_gpt()
H A Dsoftraid_riscv64.c427 const char openbsd_uuid_code[] = GPT_UUID_OPENBSD; in findopenbsd_gpt()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dsoftraid_amd64.c435 const char openbsd_uuid_code[] = GPT_UUID_OPENBSD; in findopenbsd_gpt()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Dsoftraid_arm64.c427 const char openbsd_uuid_code[] = GPT_UUID_OPENBSD; in findopenbsd_gpt()
H A Defidev.c273 const char openbsd_uuid_code[] = GPT_UUID_OPENBSD; in findopenbsd_gpt()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defidev.c283 const char openbsd_uuid_code[] = GPT_UUID_OPENBSD; in findopenbsd_gpt()
/openbsd/sbin/fdisk/
H A Dgpt.c606 const uint8_t gpt_uuid_openbsd[] = GPT_UUID_OPENBSD; in init_gp()
/openbsd/sys/kern/
H A Dsubr_disk.c551 static const uint8_t gpt_uuid_openbsd[] = GPT_UUID_OPENBSD; in gpt_get_fstype()