/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | init.c | 27 IN EFI_SYSTEM_TABLE *SystemTable in InitializeLib() argument 58 ST = SystemTable; in InitializeLib() 59 BS = SystemTable->BootServices; in InitializeLib() 60 RT = SystemTable->RuntimeServices; in InitializeLib() 92 InitializeLibPlatform(ImageHandle,SystemTable); in InitializeLib()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/ |
D | efibind.h | 222 void *SystemTable \ 225 return InitFunction(ImageHandle, SystemTable); \ 243 VOID *SystemTable \ 247 SystemTable); \
|
D | efilibplat.h | 23 IN EFI_SYSTEM_TABLE *SystemTable
|
/external/syslinux/efi32/include/efi/ia32/ |
D | efibind.h | 222 void *SystemTable \ 225 return InitFunction(ImageHandle, SystemTable); \ 243 VOID *SystemTable \ 247 SystemTable); \
|
D | efilibplat.h | 23 IN EFI_SYSTEM_TABLE *SystemTable
|
/external/avb/examples/uefi/ |
D | main.c | 34 EFI_SYSTEM_TABLE* SystemTable) { in efi_main() argument 43 InitializeLib(ImageHandle, SystemTable); in efi_main()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
D | t3.c | 55 Print(L" li->SystemTable: %xh\n", li->SystemTable); in efi_main() 71 struct _EFI_SYSTEM_TABLE *SystemTable; in efi_main()
|
/external/syslinux/efi64/include/efi/x86_64/ |
D | efibind.h | 234 void *SystemTable \ 237 return InitFunction(ImageHandle, SystemTable); \ 255 VOID *SystemTable \ 259 SystemTable); \
|
D | efilibplat.h | 23 IN EFI_SYSTEM_TABLE *SystemTable
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/ |
D | efibind.h | 234 void *SystemTable \ 237 return InitFunction(ImageHandle, SystemTable); \ 255 VOID *SystemTable \ 259 SystemTable); \
|
D | efilibplat.h | 23 IN EFI_SYSTEM_TABLE *SystemTable
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/ |
D | efibind.h | 191 VOID *SystemTable \ 195 SystemTable); \
|
D | efilibplat.h | 27 IN EFI_SYSTEM_TABLE *SystemTable
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/x86_64/ |
D | initplat.c | 23 IN EFI_SYSTEM_TABLE *SystemTable in InitializeLibPlatform() argument
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia32/ |
D | initplat.c | 23 IN EFI_SYSTEM_TABLE *SystemTable in InitializeLibPlatform() argument
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/ |
D | initplat.c | 23 IN EFI_SYSTEM_TABLE *SystemTable in InitializeLibPlatform() argument
|
/external/syslinux/efi64/include/efi/ |
D | efiapi.h | 319 IN struct _EFI_SYSTEM_TABLE *SystemTable 365 struct _EFI_SYSTEM_TABLE *SystemTable; member
|
D | efilib.h | 131 IN EFI_SYSTEM_TABLE *SystemTable
|
/external/syslinux/efi32/include/efi/ |
D | efiapi.h | 319 IN struct _EFI_SYSTEM_TABLE *SystemTable 365 struct _EFI_SYSTEM_TABLE *SystemTable; member
|
D | efilib.h | 131 IN EFI_SYSTEM_TABLE *SystemTable
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | efiapi.h | 319 IN struct _EFI_SYSTEM_TABLE *SystemTable 365 struct _EFI_SYSTEM_TABLE *SystemTable; member
|
D | efilib.h | 131 IN EFI_SYSTEM_TABLE *SystemTable
|
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
D | UefiSpec.h | 762 IN EFI_SYSTEM_TABLE *SystemTable
|