Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Defi_stub.c66 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 Dprintenv.c25 status = uefi_call_wrapper(RT->GetNextVariableName, 3, &size, name, &vendor); in efi_main()
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h877 ACPI_EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName;
881 ACPI_EFI_UNKNOWN_INTERFACE GetNextVariableName; member
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dboot.c851 status = uefi_call_wrapper(RT->GetNextVariableName, 3, in command_efivar()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiapi.h794 EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName; member