Searched refs:GetNextVariableName (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/ia64/stand/ia64/ski/ |
H A D | efi_stub.c | 66 static efi_status GetNextVariableName(u_long *, efi_char *, struct uuid *); 94 .rt_scanvar = GetNextVariableName, 208 GetNextVariableName(u_long *namesz, efi_char *name, struct uuid *vendor) in GetNextVariableName() function
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
H A D | printenv.c | 25 status = uefi_call_wrapper(RT->GetNextVariableName, 3, &size, name, &vendor); in efi_main()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
H A D | acefiex.h | 877 ACPI_EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName; 881 ACPI_EFI_UNKNOWN_INTERFACE GetNextVariableName; member
|
/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | boot.c | 851 status = uefi_call_wrapper(RT->GetNextVariableName, 3, in command_efivar()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efiapi.h | 794 EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName; member
|