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

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiApplicationEntryPoint.h 44 IN EFI_HANDLE ImageHandle,
45 IN EFI_SYSTEM_TABLE *SystemTable
50 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
63 IN EFI_HANDLE ImageHandle,
64 IN EFI_SYSTEM_TABLE *SystemTable
81 IN EFI_STATUS Status
95 calling the library constructors in the proper order based upon each of the library
105 IN EFI_HANDLE ImageHandle,
106 IN EFI_SYSTEM_TABLE *SystemTable
120 and calling the library destructors in the proper order based upon each of the library
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Protocol/
EfiSocket.h 21 #include <netinet/in.h>
73 @param [in] pSocketProtocol Address of the ::EFI_SOCKET_PROTOCOL structure.
75 @param [in] pSockAddr Address of a buffer to receive the remote
78 @param [in, out] pSockAddrLength Length in bytes of the address buffer.
95 IN EFI_SOCKET_PROTOCOL * pSocketProtocol,
96 IN struct sockaddr * pSockAddr,
97 IN OUT socklen_t * pSockAddrLength,
98 IN EFI_SOCKET_PROTOCOL ** ppSocketProtocol,
99 IN int * pErrno
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Main/
Main.c 28 @param[in] Argc Number of argument tokens pointed to by Argv.
29 @param[in] Argv Array of Argc pointers to command line tokens.
36 IN int Argc,
37 IN char **Argv
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Non-existing.c 33 specified by NewStack and passing in the parameters specified by Context1 and
40 2) The caller must be in 32-bit protected mode with flat descriptors. This
61 IN SWITCH_STACK_ENTRY_POINT EntryPoint,
62 IN VOID *Context1, OPTIONAL
63 IN VOID *Context2, OPTIONAL
64 IN VOID *NewStack
80 using the new stack specified by NewStack and passing in the parameters
87 2) The caller must be in 32-bit paged mode.
106 IN SWITCH_STACK_ENTRY_POINT EntryPoint,
107 IN VOID *Context1, OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Library/Pei/Include/
MemoryStatusCodeLib.h 41 IN EFI_FFS_FILE_HEADER *FfsHeader,
42 IN EFI_PEI_SERVICES **PeiServices
50 IN EFI_PEI_SERVICES **PeiServices,
51 IN EFI_STATUS_CODE_TYPE CodeType,
52 IN EFI_STATUS_CODE_VALUE Value,
53 IN UINT32 Instance,
54 IN EFI_GUID * CallerId,
55 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciDebug.h 29 IN EHC_QTD *Qtd,
30 IN CHAR8 *Msg
44 IN EHC_QH *Qh,
45 IN CHAR8 *Msg,
46 IN BOOLEAN DumpBuf
51 Dump the buffer in the form of hex.
59 IN UINT8 *Buf,
60 IN UINTN Len
72 IN USB2_HC_DEV *Ehc
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdBlockIo.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/MdeModulePkg/Include/Ppi/
UsbHostController.h 42 @param[in] PeiServices The pointer to the PEI Services Table.
43 @param[in] This The pointer to this instance of the
45 @param[in] DeviceAddress Represents the address of the target device
47 @param[in] DeviceSpeed Indicates device speed.
48 @param[in] MaximumPacketLength Indicates the maximum packet size that the
51 @param[in] Request A pointer to the USB device request that
53 @param[in] TransferDirection Specifies the data direction for the transfer.
56 @param[in,out] Data A pointer to the buffer of data that will
59 @param[in,out] DataLength On input, indicates the size, in bytes, of
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSymbol.h 56 IN UINTN Address,
57 IN EDB_MATCH_SYMBOL_TYPE Type,
76 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
77 IN CHAR16 *FileName,
78 IN UINTN BufferSize,
79 IN VOID *Buffer
94 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
95 IN CHAR16 *FileName
112 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
113 IN CHAR16 *FileName,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Option.h 31 @param[in] Option The first byte of the option
32 @param[in] OptionLen The length of the whole option
33 @param[in] Rcvd The option is from the packet we received if TRUE,
42 IN UINT8 *Option,
43 IN UINT32 OptionLen,
44 IN BOOLEAN Rcvd
54 @param[in] Option The original option to copy from
55 @param[in] OptionLen The length of the original option
56 @param[in] FirstFragment Whether it is the first fragment
57 @param[in, out] Buf The buffer to copy options to. NULL
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Dump.h 2 The function declaration of dump policy entry function in IpSecConfig application.
20 Print all entry information in the database according to datatype.
22 @param[in] DataType The value of EFI_IPSEC_CONFIG_DATA_TYPE.
23 @param[in] ParamPackage The pointer to the ParamPackage list.
30 IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
31 IN LIST_ENTRY *ParamPackage
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
SmmScriptSave.h 45 IN OUT EFI_SMM_SCRIPT_TABLE *ScriptTable,
46 IN UINTN Type
51 IN OUT EFI_SMM_SCRIPT_TABLE *ScriptTable,
52 IN UINTN Type,
53 IN UINT16 OpCode,
59 IN EFI_SMM_SCRIPT_TABLE ScriptTableBase,
60 IN EFI_SMM_SCRIPT_TABLE ScriptTablePtr,
61 IN UINTN Type
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/UiApp/
FrontPage.c 32 @param[in] ImageHandle The firmware allocated handle for the EFI image.
33 @param[in] SystemTable A pointer to the EFI System Table.
42 IN EFI_HANDLE ImageHandle,
43 IN EFI_SYSTEM_TABLE *SystemTable
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-lit.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0]
9 LIT OUT[1], IN[1]
vert-mov.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0]
9 MOV OUT[1], IN[1]
vert-srcmod-swz.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0].yxzw
9 MOV OUT[1], IN[1]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/CpuIo/
CpuIo.h 18 CPU IO PPI defined in Tiano
63 IN EFI_PEI_SERVICES **PeiServices,
64 IN PEI_CPU_IO_PPI * This,
65 IN PEI_CPU_IO_PPI_WIDTH Width,
66 IN UINT64 Address,
67 IN UINTN Count,
68 IN OUT VOID *Buffer
89 IN EFI_PEI_SERVICES **PeiServices,
90 IN PEI_CPU_IO_PPI * This,
91 IN UINT64 Address
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/L2X0CacheLibNull/
L2X0Cache.c 21 IN UINTN L2x0Base,
22 IN UINT32 L2x0TagLatencies,
23 IN UINT32 L2x0DataLatencies,
24 IN UINT32 L2x0AuxValue,
25 IN UINT32 L2x0AuxMask,
26 IN BOOLEAN CacheEnabled
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptAuthenticodeNull.c 19 Verifies the validity of a PE/COFF Authenticode Signature as described in "Windows
24 @param[in] AuthData Pointer to the Authenticode Signature retrieved from signed
26 @param[in] DataSize Size of the Authenticode Signature in bytes.
27 @param[in] TrustedCert Pointer to a trusted/root certificate encoded in DER, which
29 @param[in] CertSize Size of the trusted certificate in bytes.
30 @param[in] ImageHash Pointer to the original image file hash value. The procedure
31 for calculating the image hash value is described in Authenticode
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptAuthenticodeNull.c 19 Verifies the validity of a PE/COFF Authenticode Signature as described in "Windows
24 @param[in] AuthData Pointer to the Authenticode Signature retrieved from signed
26 @param[in] DataSize Size of the Authenticode Signature in bytes.
27 @param[in] TrustedCert Pointer to a trusted/root certificate encoded in DER, which
29 @param[in] CertSize Size of the trusted certificate in bytes.
30 @param[in] ImageHash Pointer to the original image file hash value. The procedure
31 for calculating the image hash value is described in Authenticode
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
EfiJump.h 39 IN EFI_PEI_TRANSFER_CONTROL_PROTOCOL *This,
40 IN EFI_JUMP_BUFFER *Jump
46 SetJump stores the current register set in the area pointed to
65 IN EFI_PEI_TRANSFER_CONTROL_PROTOCOL *This,
66 IN EFI_JUMP_BUFFER *Jump
91 IN VOID *StartAddress,
92 IN UINTN SizeInBytes
103 SizeInBytes - Length in bytes to flush
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.h 29 IN VOID *Source,
30 IN UINT32 SrcSize,
59 IN VOID *Source,
60 IN UINT32 SrcSize,
61 IN OUT VOID *Destination,
62 IN UINT32 DstSize,
63 IN OUT VOID *Scratch,
64 IN UINT32 ScratchSize
93 IN VOID *Source,
94 IN UINT32 SrcSize,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EfiResetSystemLib.h 25 @param DataSize The size, in bytes, of WatchdogData.
34 IN EFI_RESET_TYPE ResetType,
35 IN EFI_STATUS ResetStatus,
36 IN UINTN DataSize,
37 IN CHAR16 *ResetData OPTIONAL
54 IN EFI_HANDLE ImageHandle,
55 IN EFI_SYSTEM_TABLE *SystemTable
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.h 30 @param[in] Private The pointer to the NVME_CONTROLLER_PRIVATE_DATA data structure.
38 IN NVME_CONTROLLER_PRIVATE_DATA *Private
53 IN NVME_CONTROLLER_PRIVATE_DATA *Private,
54 IN VOID *Buffer
70 IN NVME_CONTROLLER_PRIVATE_DATA *Private,
71 IN UINT32 NamespaceId,
72 IN VOID *Buffer
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciDeviceSupport.h 35 IN PCI_IO_DEVICE *RootBridge
48 IN PCI_IO_DEVICE *Bridge,
49 IN PCI_IO_DEVICE *PciDeviceNode
60 IN PCI_IO_DEVICE *RootBridge
72 IN PCI_IO_DEVICE *Bridge
90 IN EFI_HANDLE Controller
110 IN EFI_HANDLE Controller,
111 IN PCI_IO_DEVICE *PciIoDevice,
144 IN EFI_HANDLE Controller,
145 IN EFI_HANDLE Handle
    [all...]

Completed in 575 milliseconds

1 2 34 5 6 7 8 91011>>