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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/Library/
CbParseLib.h 2 This library will parse the coreboot table in memory and extract those required
18 Acquire the memory information from the coreboot table in memory.
30 IN UINT64* pLowMemorySize,
31 IN UINT64* pHighMemorySize
48 IN UINT32 TableId,
49 IN VOID** pMemTable,
50 IN UINT32* pMemTableSize
66 IN VOID** pMemTable,
67 IN UINT32* pMemTableSize
83 IN VOID** pMemTable,
    [all...]
  /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/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcSupport.h 28 IN EFI_EVENT Event,
29 IN VOID *Context
60 IN EFI_UDP4_PROTOCOL *Udp4,
61 IN EFI_IPv4_ADDRESS *StationIp,
62 IN EFI_IPv4_ADDRESS *SubnetMask,
63 IN EFI_IPv4_ADDRESS *Gateway,
64 IN OUT UINT16 *SrcPort
76 IN UINTN Number,
77 IN UINT8 *Buffer,
78 IN UINTN Length
    [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...]
  /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/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/Bus/Pci/EhciPei/
EhciSched.h 31 IN PEI_USB2_HC_DEV *Ehc
43 IN PEI_USB2_HC_DEV *Ehc
60 IN PEI_USB2_HC_DEV *Ehc,
61 IN PEI_EHC_QH *Qh
75 IN PEI_USB2_HC_DEV *Ehc,
76 IN PEI_EHC_QH *Qh
85 @param TimeOut The time to wait before abort, in millisecond.
94 IN PEI_USB2_HC_DEV *Ehc,
95 IN PEI_URB *Urb,
96 IN UINTN TimeOut
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
I2CLib.h 37 IN UINT8 BusNo,
38 IN UINT8 SlaveAddress,
39 IN UINT8 Offset,
40 IN UINTN ReadBytes,
57 IN UINT8 BusNo,
58 IN UINT8 SlaveAddress,
59 IN UINT8 Offset,
60 IN UINTN WriteBytes,
61 IN UINT8 *WriteBuffer

Completed in 700 milliseconds

1 2 3 4 5 6 7 8 91011>>