HomeSort by: relevance | last modified time | path
    Searched refs:GetNextVariableName (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
printenv.c 25 status = uefi_call_wrapper(RT->GetNextVariableName, 3, &size, name, &vendor);
  /src/sys/arch/ia64/stand/ia64/ski/
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)
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 985 ACPI_EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName;
989 ACPI_EFI_UNKNOWN_INTERFACE GetNextVariableName;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 794 EFI_GET_NEXT_VARIABLE_NAME GetNextVariableName;
  /src/sys/arch/i386/stand/efiboot/
boot.c 876 status = uefi_call_wrapper(RT->GetNextVariableName, 3,
882 printf("GetNextVariableName failed: %" PRIxMAX "\n",

Completed in 17 milliseconds