Home
last modified time | relevance | path

Searched refs:ct_uuid (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/x86/x86/
H A Defi_machdep.c215 efi_aprintuuid(&ct32->ct_uuid); in efi_aprintcfgtbl()
226 efi_aprintuuid(&ct64->ct_uuid); in efi_aprintcfgtbl()
238 efi_aprintuuid(&ct->ct_uuid); in efi_aprintcfgtbl()
276 if (efi_uuideq(&ct32->ct_uuid, uuid)) in efi_getcfgtblpa()
284 if (efi_uuideq(&ct64->ct_uuid, uuid)) in efi_getcfgtblpa()
294 if (efi_uuideq(&ct->ct_uuid, uuid)) in efi_getcfgtblpa()
/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Defi_stub.c51 { .ct_uuid = EFI_TABLE_ACPI20, .ct_data = &acpi_root },
52 { .ct_uuid = EFI_TABLE_SAL, .ct_data = &sal_systab },
/netbsd-src/sys/arch/x86/include/
H A Defi.h193 struct uuid ct_uuid; member
215 struct uuid ct_uuid; member
/netbsd-src/sys/arch/x86/acpi/
H A Dacpi_machdep.c133 if (memcmp(&ct[i].ct_uuid, in acpi_md_OsGetRootPointer()
144 if (memcmp(&ct[i].ct_uuid, in acpi_md_OsGetRootPointer()
/netbsd-src/sys/arch/ia64/ia64/
H A Defi.c113 if (!memcmp(&ct->ct_uuid, uuid, sizeof(*uuid))) { in efi_get_table()
/netbsd-src/sys/dev/efi/
H A Defi.h74 struct uuid ct_uuid; member