Searched refs:EFI_SYSTEM_TABLE (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/arch/amd64/amd64/ |
H A D | efi_machdep.c | 67 EFI_SYSTEM_TABLE *st; in efi_attach() 80 if (bus_space_map(ba->ba_memt, system_table, sizeof(EFI_SYSTEM_TABLE), in efi_attach()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | efi_machdep.c | 80 EFI_SYSTEM_TABLE *st; in efi_attach() 92 if (bus_space_map(faa->fa_iot, system_table, sizeof(EFI_SYSTEM_TABLE), in efi_attach()
|
/openbsd/sys/dev/efi/ |
H A D | efi.h | 186 } EFI_SYSTEM_TABLE; typedef
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | efiboot.c | 43 EFI_SYSTEM_TABLE *ST; 65 EFI_STATUS efi_main(EFI_HANDLE, EFI_SYSTEM_TABLE *); 73 efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) in efi_main()
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | efiboot.c | 47 EFI_SYSTEM_TABLE *ST; 83 efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) in efi_main()
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | efiboot.c | 42 EFI_SYSTEM_TABLE *ST; 79 efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) in efi_main()
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | efiboot.c | 47 EFI_SYSTEM_TABLE *ST; 88 efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) in efi_main()
|
H A D | efiacpi.c | 34 extern EFI_SYSTEM_TABLE *ST;
|
/openbsd/sys/stand/efi/include/ |
H A D | efiapi.h | 917 } EFI_SYSTEM_TABLE; typedef
|