/src/sys/external/bsd/gnu-efi/dist/inc/aarch64/ |
efilibplat.h | 24 IN EFI_HANDLE ImageHandle, 25 IN EFI_SYSTEM_TABLE *SystemTable
|
/src/sys/external/bsd/gnu-efi/dist/inc/arm/ |
efilibplat.h | 24 IN EFI_HANDLE ImageHandle, 25 IN EFI_SYSTEM_TABLE *SystemTable
|
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
efilibplat.h | 24 IN EFI_HANDLE ImageHandle, 25 IN EFI_SYSTEM_TABLE *SystemTable
|
/src/sys/external/bsd/gnu-efi/dist/inc/mips64el/ |
efilibplat.h | 24 IN EFI_HANDLE ImageHandle, 25 IN EFI_SYSTEM_TABLE *SystemTable
|
/src/sys/external/bsd/gnu-efi/dist/inc/riscv64/ |
efilibplat.h | 7 IN EFI_HANDLE ImageHandle, 8 IN EFI_SYSTEM_TABLE *SystemTable
|
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/ |
efilibplat.h | 24 IN EFI_HANDLE ImageHandle, 25 IN EFI_SYSTEM_TABLE *SystemTable
|
/src/sys/external/bsd/gnu-efi/dist/lib/aarch64/ |
initplat.c | 7 * Redistribution and use in source and binary forms, with or without 24 IN EFI_HANDLE ImageHandle EFI_UNUSED, 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
|
math.c | 7 * Redistribution and use in source and binary forms, with or without 24 IN UINT64 Operand, 25 IN UINTN Count 34 IN UINT64 Operand, 35 IN UINTN Count 45 IN UINT64 Multiplicand, 46 IN UINTN Multiplier 55 IN UINT64 Dividend, 56 IN UINTN Divisor,
|
/src/sys/external/bsd/gnu-efi/dist/lib/arm/ |
initplat.c | 7 * Redistribution and use in source and binary forms, with or without 24 IN EFI_HANDLE ImageHandle EFI_UNUSED, 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
|
math.c | 7 * Redistribution and use in source and binary forms, with or without 24 IN UINT64 Operand, 25 IN UINTN Count 34 IN UINT64 Operand, 35 IN UINTN Count 45 IN UINT64 Multiplicand, 46 IN UINTN Multiplier 55 IN UINT64 Dividend, 56 IN UINTN Divisor,
|
/src/sys/external/bsd/gnu-efi/dist/lib/ia32/ |
initplat.c | 24 IN EFI_HANDLE ImageHandle EFI_UNUSED, 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
|
/src/sys/external/bsd/gnu-efi/dist/lib/mips64el/ |
initplat.c | 7 * Redistribution and use in source and binary forms, with or without 24 IN EFI_HANDLE ImageHandle EFI_UNUSED, 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
|
math.c | 7 * Redistribution and use in source and binary forms, with or without 24 IN UINT64 Operand, 25 IN UINTN Count 34 IN UINT64 Operand, 35 IN UINTN Count 45 IN UINT64 Multiplicand, 46 IN UINTN Multiplier 55 IN UINT64 Dividend, 56 IN UINTN Divisor,
|
/src/sys/external/bsd/gnu-efi/dist/lib/riscv64/ |
initplat.c | 9 IN EFI_HANDLE ImageHandle EFI_UNUSED, 10 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
|
math.c | 16 IN UINT64 Operand, 17 IN UINTN Count 28 IN UINT64 Operand, 29 IN UINTN Count 40 IN UINT64 Multiplicand, 41 IN UINTN Multiplier 52 IN UINT64 Dividend, 53 IN UINTN Divisor,
|
/src/sys/external/bsd/gnu-efi/dist/lib/x86_64/ |
initplat.c | 24 IN EFI_HANDLE ImageHandle EFI_UNUSED, 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
|
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efirtlib.h | 45 IN VOID *Buffer, 46 IN UINTN Size 52 IN VOID *Buffer, 53 IN UINTN Size, 54 IN UINT8 Value 60 IN VOID *Dest, 61 IN CONST VOID *Src, 62 IN UINTN len 68 IN CONST VOID *Dest, 69 IN CONST VOID *Src [all...] |
efipciio.h | 36 IN struct _EFI_PCI_IO_PROTOCOL *This, 37 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 38 IN UINT8 BarIndex, 39 IN UINT64 Offset, 40 IN UINT64 Mask, 41 IN UINT64 Value, 42 IN UINT64 Delay, 49 IN struct _EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, 50 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, 51 IN UINT64 Address [all...] |
lib.h | 54 IN EFI_UNICODE_COLLATION_INTERFACE *This, 55 IN CHAR16 *S1, 56 IN CHAR16 *S2 61 IN EFI_UNICODE_COLLATION_INTERFACE *This, 62 IN CHAR16 *String, 63 IN CHAR16 *Pattern 68 IN EFI_UNICODE_COLLATION_INTERFACE *This, 69 IN CHAR16 *Str 74 IN EFI_DEVICE_PATH *Multi, 75 IN EFI_DEVICE_PATH *Singl [all...] |
efilib.h | 48 // Public read-only data in the EFI library 202 // Other public data in the EFI library 223 IN EFI_HANDLE ImageHandle, 224 IN EFI_SYSTEM_TABLE *SystemTable 239 IN EFI_STATUS ExitStatus, 240 IN UINTN ExitDataSize, 241 IN CHAR16 *ExitData OPTIONAL 252 IN OUT EFI_TABLE_HEADER *Hdr 257 IN UINTN Size, 258 IN OUT EFI_TABLE_HEADER *Hd [all...] |
/src/sys/external/bsd/gnu-efi/dist/lib/ |
debug.c | 35 IN CONST CHAR8 *FileName, 36 IN INTN LineNo, 37 IN CONST CHAR8 *Description
|
exit.c | 7 IN EFI_STATUS ExitStatus, 8 IN UINTN ExitDataSize, 9 IN CHAR16 *ExitData OPTIONAL
|
lock.c | 27 IN OUT FLOCK *Lock, 28 IN EFI_TPL Priority 64 IN FLOCK *Lock 89 IN FLOCK *Lock
|
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
efivar.h | 38 IN struct _EFI_VARIABLE_STORE *This, 39 IN UINTN BankNo, 40 IN OUT VOID *Scratch 47 IN struct _EFI_VARIABLE_STORE *This, 48 IN UINTN BankNo, 49 IN UINTN Offset, 50 IN UINTN BufferSize, 57 IN struct _EFI_VARIABLE_STORE *This, 58 IN UINTN BankNo, 59 IN UINTN Offset [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
efilibplat.h | 28 IN EFI_HANDLE ImageHandle, 29 IN EFI_SYSTEM_TABLE *SystemTable 55 IN UINT8 EntryType 61 IN UINT64 Arg1, 62 IN UINT64 Arg2, 63 IN UINT64 Arg3, 64 IN UINT64 Arg4, 65 IN UINT64 Arg5, 66 IN UINT64 Arg6, 67 IN UINT64 Arg7 [all...] |