HomeSort by relevance Sort by last modified time
    Searched defs:Type (Results 176 - 200 of 1872) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/
Runtime.h 58 UINT32 Type;
95 ImageHead - A list of type EFI_RUNTIME_IMAGE_ENTRY.
96 EventHead - A list of type EFI_RUNTIME_EVENT_ENTRY.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/SmBios/
SmBios.h 63 UINT8 Type;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmSxDispatch/
SmmSxDispatch.h 58 EFI_SLEEP_TYPE Type;
80 The Type and Phase fields are filled in
84 dispatch function for all Sx type and phases,
85 so the Sx state handler(s) must check the Type
114 function which Sx state type and phase the caller
117 all Sx type and phases, so the Sx state handler(s)
118 must check the Type and Phase field of the Dispatch
127 Sx Type/Phase.
131 EFI_INVALID_PARAMETER - DispatchContext is invalid. Type & Phase are not
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
X86Thunk.c 32 UINT32 Type:4;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormBrowser.h 44 UINT16 Type;
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
DispatchExecute.c 27 UINT32 Type : 4;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.h 48 UINT32 Type;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckPcdLib/
VarCheckPcdStructure.h 39 UINT8 Type;
47 UINT8 Type;
54 UINT8 Type;
67 UINT8 Type;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Igmp.h 18 // IGMP message type
30 UINT8 Type;
135 the IGMP server type.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
NetworkInterfaceIdentifier.h 71 ///< option 60 in DHCP. For a Type of EfiNetworkInterfaceUndi, this field is UNDI.
72 UINT8 Type; ///< Network interface type. This will be set to one of the values
Runtime.h 77 /// The same as Type passed into CreateEvent().
79 UINT32 Type;
114 EFI_LIST_ENTRY ImageHead; ///< A list of type EFI_RUNTIME_IMAGE_ENTRY.
115 EFI_LIST_ENTRY EventHead; ///< A list of type EFI_RUNTIME_EVENT_ENTRY.
SmmSxDispatch2.h 54 EFI_SLEEP_TYPE Type;
75 function which Sx state type and phase the caller
78 all Sx type and phases, so the Sx state handler(s)
79 must check the Type and Phase field of the Dispatch
87 Sx Type/Phase.
89 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. Type & Phase are not
UserCredential.h 86 Returns bitmap used to describe the credential provider type.
116 Returns string used to describe the credential provider type.
276 EFI_GUID Type; ///< Identifies this class of User Credential Provider.
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
LinuxGdt.c 32 UINT8 Type;
63 0x0, // type
74 0x0, // type
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/PlatformInit/
PlatformConfig.c 351 EFI_PLATFORM_TYPE Type;
383 Type = (EFI_PLATFORM_TYPE)PcdGet16 (PcdPlatformType);
384 if (Type == Galileo) {
394 if (Type == GalileoGen2) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.h 23 UINT8 Type;
49 // System Event Log (Type 15)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Devices.c 22 @param[in, out] Type On successful return R, B, or D (root, bus, or
48 IN OUT CHAR16 *Type,
63 || Type == NULL
78 *Type = L' ';
90 *Type = L'R';
92 *Type = L'B';
94 *Type = L'D';
143 CHAR16 Type;
233 Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children, &Name, Language);
242 Type,
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
SmmIchnDispatchEx.h 72 EFI_SMM_ICHN_EX_SMI_TYPE Type;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.h 114 UINT8 Type;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonToken.cs 40 int type; field in class:Antlr.Runtime.CommonToken
67 public CommonToken(int type) {
68 this.type = type;
71 public CommonToken(ICharStream input, int type, int channel, int start, int stop) {
73 this.type = type;
79 public CommonToken(int type, string text) {
80 this.type = type;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 172 public override int Type {
177 return token.Type;
218 if (Type == TokenTypes.Invalid) {
ITree.cs 65 /** <summary>Is there is a node above with token type ttype?</summary> */
68 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
139 /** <summary>Return a token type; needed for tree parsing</summary> */
140 int Type {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonToken.cs 42 int type; field in class:Antlr.Runtime.CommonToken
70 public CommonToken( int type )
72 this.type = type;
75 public CommonToken( ICharStream input, int type, int channel, int start, int stop )
78 this.type = type;
84 public CommonToken( int type, string text )
86 this.type = type;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 223 public override int Type
230 return Token.Type;
287 if (Type == TokenTypes.Invalid)
ITree.cs 69 /** <summary>Is there is a node above with token type ttype?</summary> */
72 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
147 /** <summary>Return a token type; needed for tree parsing</summary> */
148 int Type

Completed in 796 milliseconds

1 2 3 4 5 6 78 91011>>