HomeSort by relevance Sort by last modified time
    Searched refs:IN (Results 1 - 25 of 6624) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCombinationLib.h 18 Library functions that can be called in both PEI and DXE phase
27 IN EFI_HANDLE ImageHandle,
28 IN VOID *SystemTable
51 IN UINT8 Width,
52 IN UINTN Address,
53 IN UINTN Count,
54 IN OUT VOID *Buffer
78 IN UINT8 Width,
79 IN UINTN Address,
80 IN UINTN Count,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciRomTable.h 32 IN EFI_HANDLE ImageHandle,
33 IN UINTN Seg,
34 IN UINT8 Bus,
35 IN UINT8 Dev,
36 IN UINT8 Func,
37 IN UINT64 RomAddress,
38 IN UINT64 RomLength
52 IN PCI_IO_DEVICE *PciIoDevice
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
SalLib.h 49 IN UINT64 Index,
50 IN UINT64 Arg2,
51 IN UINT64 Arg3,
52 IN UINT64 Arg4,
53 IN UINT64 Arg5,
54 IN UINT64 Arg6,
55 IN UINT64 Arg7,
56 IN UINT64 Arg8
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia32/
initplat.c 22 IN EFI_HANDLE ImageHandle,
23 IN EFI_SYSTEM_TABLE *SystemTable
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/x86_64/
initplat.c 22 IN EFI_HANDLE ImageHandle,
23 IN EFI_SYSTEM_TABLE *SystemTable
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.h 33 IN USB_BUS *UsbBus,
53 IN USB_BUS *UsbBus,
54 IN UINT16 Attributes
63 @retval EFI_SUCCESS The operation state is returned in State.
69 IN USB_BUS *UsbBus,
85 IN USB_BUS *UsbBus,
86 IN EFI_USB_HC_STATE State
96 @retval EFI_SUCCESS The root port state is returned in.
102 IN USB_BUS *UsbBus,
103 IN UINT8 PortIndex,
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/
PciHostBridge.h 24 @param[in] Supports Supported attributes.
26 @param[in] Attributes Initial attributes.
28 @param[in] AllocAttributes Allocation attributes.
30 @param[in] RootBusNumber The bus number to store in RootBus.
32 @param[in] MaxSubBusNumber The inclusive maximum bus number that can be
41 @param[in] Io IO aperture.
43 @param[in] Mem MMIO aperture.
45 @param[in] MemAbove4G MMIO aperture above 4G.
47 @param[in] PMem Prefetchable MMIO aperture.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.h 45 in order to deal with "0xaa - 0xbb".
55 @param[in] Table The begin address of table.
56 @param[in] Number The number of table items.
57 @param[in] Key The query Key.
58 @param[in, out] Info Input as empty buffer; output as data buffer.
59 @param[in] InfoLen The max number of characters for Info.
66 IN TABLE_ITEM *Table,
67 IN UINTN Number,
68 IN UINT8 Key,
69 IN OUT CHAR16 *Info,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressBlockIo.h 32 IN EFI_BLOCK_IO_PROTOCOL *This,
33 IN BOOLEAN ExtendedVerification
48 @retval EFI_NO_MEDIA There is no media in the device.
58 IN EFI_BLOCK_IO_PROTOCOL *This,
59 IN UINT32 MediaId,
60 IN EFI_LBA Lba,
61 IN UINTN BufferSize,
78 @retval EFI_NO_MEDIA There is no media in the device.
88 IN EFI_BLOCK_IO_PROTOCOL *This,
89 IN UINT32 MediaId,
    [all...]
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-dst.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0]
9 DST OUT[1], IN[1], IN[0]
vert-xpd.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0]
9 XPD OUT[1], IN[0], IN[1]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dxapi.h 6 IN ULONG dwFunctionNum,
7 IN PVOID lpvInBuffer,
8 IN ULONG cbInBuffer,
9 IN PVOID lpvOutBuffer,
10 IN ULONG cbOutBuffer);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
InternalIsaIo.h 34 @param[in] IsaIoDevice The ISA device to be verified.
35 @param[in] Type The Access type. The input must be either IsaAccessTypeMem or IsaAccessTypeIo.
36 @param[in] Width The width of the memory operation.
37 @param[in] Count The number of memory operations to perform.
38 @param[in] Offset The offset in ISA memory space to start the memory operation.
46 IN ISA_IO_DEVICE *IsaIoDevice,
47 IN ISA_ACCESS_TYPE Type,
48 IN EFI_ISA_IO_PROTOCOL_WIDTH Width,
49 IN UINTN Count,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIo.h 34 @param[in] IsaIoDevice The ISA device to be verified.
35 @param[in] Type The Access type. The input must be either IsaAccessTypeMem or IsaAccessTypeIo.
36 @param[in] Width The width of the memory operation.
37 @param[in] Count The number of memory operations to perform.
38 @param[in] Offset The offset in ISA memory space to start the memory operation.
46 IN ISA_IO_DEVICE *IsaIoDevice,
47 IN ISA_ACCESS_TYPE Type,
48 IN EFI_ISA_IO_PROTOCOL_WIDTH Width,
49 IN UINTN Count,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
HiiLib.h 25 Registers a list of packages in the HII Database and returns the HII Handle
29 If an empty list of packages is passed in, then NULL is returned. If the size of
42 @param[in] PackageListGuid The GUID of the package list.
43 @param[in] DeviceHandle If not NULL, the Device Handle on which
47 @param[in] ... The variable argument list that contains pointers
50 @retval NULL An HII Handle has already been registered in the HII Database with
53 @retval NULL An empty list of packages was passed in.
61 IN CONST EFI_GUID *PackageListGuid,
62 IN EFI_HANDLE DeviceHandle OPTIONAL,
71 If HiiHandle is not a valid EFI_HII_HANDLE in the HII database, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BinderFuncs.h 31 IN UINTN Size
36 IN VOID *Pointer
41 IN VOID *Destination,
42 IN VOID *Source,
43 IN UINTN Length
48 IN VOID *Destination,
49 IN UINTN Length,
50 IN UINT8 Value
55 IN VOID *MemOne,
56 IN VOID *MemTwo,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/
RtMemoryStatusCodeLib.h 36 IN EFI_HANDLE ImageHandle,
37 IN EFI_SYSTEM_TABLE *SystemTable
46 IN EFI_STATUS_CODE_TYPE CodeType,
47 IN EFI_STATUS_CODE_VALUE Value,
48 IN UINT32 Instance,
49 IN EFI_GUID * CallerId,
50 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
59 IN EFI_STATUS_CODE_TYPE Type,
60 IN EFI_STATUS_CODE_VALUE Value,
61 IN UINT32 Instance,
    [all...]
BsDataHubStatusCodeLib.h 36 IN EFI_HANDLE ImageHandle,
37 IN EFI_SYSTEM_TABLE *SystemTable
46 IN EFI_STATUS_CODE_TYPE CodeType,
47 IN EFI_STATUS_CODE_VALUE Value,
48 IN UINT32 Instance,
49 IN EFI_GUID * CallerId,
50 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
BsSerialStatusCodeLib.h 36 IN EFI_HANDLE ImageHandle,
37 IN EFI_SYSTEM_TABLE *SystemTable
46 IN EFI_STATUS_CODE_TYPE CodeType,
47 IN EFI_STATUS_CODE_VALUE Value,
48 IN UINT32 Instance,
49 IN EFI_GUID * CallerId,
50 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
RtLedStatusCodeLib.h 32 IN EFI_HANDLE ImageHandle,
33 IN EFI_SYSTEM_TABLE *SystemTable
41 IN EFI_STATUS_CODE_TYPE CodeType,
42 IN EFI_STATUS_CODE_VALUE Value,
43 IN UINT32 Instance,
44 IN EFI_GUID * CallerId,
45 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
RtPlatformStatusCodeLib.h 37 IN EFI_HANDLE ImageHandle,
38 IN EFI_SYSTEM_TABLE *SystemTable
47 IN EFI_STATUS_CODE_TYPE CodeType,
48 IN EFI_STATUS_CODE_VALUE Value,
49 IN UINT32 Instance,
50 IN EFI_GUID * CallerId,
51 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcBlockIo.h 35 IN EFI_BLOCK_IO_PROTOCOL *This,
36 IN BOOLEAN ExtendedVerification
51 @retval EFI_NO_MEDIA There is no media in the device.
61 IN EFI_BLOCK_IO_PROTOCOL *This,
62 IN UINT32 MediaId,
63 IN EFI_LBA Lba,
64 IN UINTN BufferSize,
81 @retval EFI_NO_MEDIA There is no media in the device.
91 IN EFI_BLOCK_IO_PROTOCOL *This,
92 IN UINT32 MediaId,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.h 34 @param[in] Private Pointer to IPSEC_PRIVATE_DATA.
35 @param[in] UdpService Pointer to IKE_UDP_SERVICE related to this IKE SA Session.
42 IN IPSEC_PRIVATE_DATA *Private,
43 IN IKE_UDP_SERVICE *UdpService
49 @param[in] IkeSaSession Pointer to IKEV2_SA_SESSION to be registered.
50 @param[in] Private Pointer to IPSEC_PRAVATE_DATA.
55 IN IKEV2_SA_SESSION *IkeSaSession,
56 IN IPSEC_PRIVATE_DATA *Private
62 @param[in] SaSessionList SaSession List to be searched.
63 @param[in] RemotePeerIp Pointer to specified IP address.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.h 24 Generate client Duid in the format of Duid-llt.
26 @param[in] Mode The pointer to the mode of SNP.
34 IN EFI_SIMPLE_NETWORK_MODE *Mode
40 @param[in] DstCfg The pointer to the destination configure data.
41 @param[in] SorCfg The pointer to the source configure data.
49 IN EFI_DHCP6_CONFIG_DATA *DstCfg,
50 IN EFI_DHCP6_CONFIG_DATA *SorCfg
56 @param[in, out] CfgData The pointer to the configure data.
61 IN OUT EFI_DHCP6_CONFIG_DATA *CfgData
67 @param[in, out] ModeData The pointer to the mode data.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenanceManagerCustomizedUi.h 20 Customize menus in the page.
22 @param[in] HiiHandle The HII Handle of the form to update.
23 @param[in] StartOpCodeHandle The context used to insert opcode.
28 IN EFI_HII_HANDLE HiiHandle,
29 IN VOID *StartOpCodeHandle
33 This function processes the results of changes in configuration.
52 IN EFI_HII_HANDLE HiiHandle,
53 IN EFI_BROWSER_ACTION Action,
54 IN EFI_QUESTION_ID QuestionId,
55 IN UINT8 Type,
    [all...]

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011>>