HomeSort by: relevance | last modified time | path
    Searched refs:SystemTable (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efilibplat.h 25 IN EFI_SYSTEM_TABLE *SystemTable
efibind.h 135 VOID *SystemTable \
139 SystemTable); \
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efilibplat.h 25 IN EFI_SYSTEM_TABLE *SystemTable
efibind.h 143 VOID *SystemTable \
147 SystemTable); \
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efilibplat.h 25 IN EFI_SYSTEM_TABLE *SystemTable
efibind.h 230 void *SystemTable \
233 return InitFunction(ImageHandle, SystemTable); \
255 VOID *SystemTable \
259 SystemTable); \
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efilibplat.h 25 IN EFI_SYSTEM_TABLE *SystemTable
efibind.h 131 VOID *SystemTable \
135 SystemTable); \
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efilibplat.h 8 IN EFI_SYSTEM_TABLE *SystemTable
efibind.h 112 VOID *SystemTable \
116 SystemTable); \
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efilibplat.h 25 IN EFI_SYSTEM_TABLE *SystemTable
efibind.h 244 void *SystemTable \
247 return InitFunction(ImageHandle, SystemTable); \
269 VOID *SystemTable \
273 SystemTable); \
  /src/sys/external/bsd/gnu-efi/dist/lib/aarch64/
initplat.c 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
initplat.c 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
  /src/sys/external/bsd/gnu-efi/dist/lib/ia32/
initplat.c 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
  /src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
initplat.c 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
  /src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
initplat.c 10 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
  /src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
initplat.c 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
  /src/sys/external/bsd/gnu-efi/dist/lib/ia64/
initplat.c 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
  /src/sys/external/bsd/gnu-efi/dist/apps/
t8.c 7 efi_main (EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
12 InitializeLib(ImageHandle, SystemTable);
t3.c 57 Print(L" li->SystemTable: %xh\n", li->SystemTable);
73 struct _EFI_SYSTEM_TABLE *SystemTable;
  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 29 IN EFI_SYSTEM_TABLE *SystemTable
62 ST = SystemTable;
63 BS = SystemTable->BootServices;
64 RT = SystemTable->RuntimeServices;
95 InitializeLibPlatform(ImageHandle,SystemTable);
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efilibplat.h 29 IN EFI_SYSTEM_TABLE *SystemTable
efibind.h 202 VOID *SystemTable \
206 SystemTable); \
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 565 struct _ACPI_EFI_SYSTEM_TABLE *SystemTable);
616 struct _ACPI_EFI_SYSTEM_TABLE *SystemTable;

Completed in 28 milliseconds

1 2