Searched defs:Type (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DMemoryTypeInformation.h3 * Memory Type Information GUID for HOB and Variable.
4 * Memory Type Information Variable Name.
5 * Memory Type Information GUID HOB data structure.
32 UINT32 Type; ///< EFI memory type defined in UEFI specification. member in struct:__anon10998
H A DNicIp4ConfigNvData.h51 UINT16 Type; ///< Interface type. member in struct:__anon10999
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.h25 UINT8 Type; member in struct:__anon12883
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSmmSxDispatch.h38 EFI_SLEEP_TYPE Type; member in struct:__anon10783
50 The Type and Phase fields are filled in by the Sx dispatch driver
53 and phases, so the Sx state handler(s) must check the Type and
78 must check the Type and Phase field of the Dispatch
86 Sx Type/Phase.
90 @retval EFI_INVALID_PARAMETER DispatchContext is invalid. Type & Phase are not
H A DSmmUsbDispatch.h43 EFI_USB_SMI_TYPE Type; member in struct:__anon10784
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassCbi.h50 UINT8 Type; member in struct:__anon10905
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DImem.h45 EFI_MEMORY_TYPE Type; member in struct:__anon10939
97 @param PoolType Type of pool to allocate
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Hob/
H A DHob.c60 @param Type Type of the new HOB.
74 IN UINT16 Type,
105 ((EFI_HOB_GENERIC_HEADER*) *Hob)->HobType = Type;
72 PeiCreateHob( IN CONST EFI_PEI_SERVICES **PeiServices, IN UINT16 Type, IN UINT16 Length, IN OUT VOID **Hob ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Option.c61 // SRR/RR options are formatted as |Type|Len|Point|Ip1|Ip2|...
131 UINT8 Type; local
140 Type = Option[Cur];
143 if (Type == IP4_OPTION_NOP) {
152 } else if (Type == IP4_OPTION_EOP) {
162 if (FirstFragment || (Type & IP4_OPTION_COPY_MASK) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSmmUsbDispatch2.h48 EFI_USB_SMI_TYPE Type; member in struct:__anon12318
H A DSmmIoTrapDispatch2.h48 EFI_SMM_IO_TRAP_DISPATCH_TYPE Type; member in struct:__anon12304
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsGroup.h42 enum { Type = UIGDetailsItemType_Group }; enumerator in enum:UIGDetailsGroup::__anon16071
43 int type() const { return Type; }
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/
H A Dprog_parameter.h48 enum register_file Type; /**< PROGRAM_NAMED_PARAM, CONSTANT or STATE_VAR */ member in struct:gl_program_parameter
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DFileExplorer.c236 @param Type The type of value for the question.
252 IN UINT8 Type,
248 FileExplorerCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.h26 #define USB_REQUEST_TYPE(Dir, Type, Target) \
27 ((UINT8)((((Dir) == EfiUsbDataIn ? 0x01 : 0) << 7) | (Type) | (Target)))
36 UINT8 Type; member in struct:__anon10868
89 @param Type Standard / class specific / vendor specific.
105 IN UINTN Type,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DEvent.h39 UINT32 Type; member in struct:__anon10921
H A DTimer.c234 @param Type The type of time that is specified in
241 @retval EFI_INVALID_PARAMETER Event or Type is not valid
248 IN EFI_TIMER_DELAY Type,
264 if (Type < 0 || Type > TimerRelative || (Event->Type & EVT_TIMER) == 0) {
281 if (Type != TimerCancel) {
283 if (Type == TimerPeriodic) {
246 CoreSetTimer( IN EFI_EVENT UserEvent, IN EFI_TIMER_DELAY Type, IN UINT64 TriggerTime ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.c246 UINT8 Type; local
279 Type = Head[Cur];
281 switch (Type) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
H A DReportStatusCodeRouterRuntimeDxe.h50 EFI_STATUS_CODE_TYPE Type; member in struct:__anon11265
116 @param Type Indicates the type of status code being reported.
134 IN EFI_STATUS_CODE_TYPE Type,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
H A DReportStatusCodeRouterSmm.c131 @param Type Indicates the type of status code being reported.
150 IN EFI_STATUS_CODE_TYPE Type,
175 Type,
148 ReportDispatcher( IN CONST EFI_SMM_STATUS_CODE_PROTOCOL *This, IN EFI_STATUS_CODE_TYPE Type, IN EFI_STATUS_CODE_VALUE Value, IN UINT32 Instance, IN CONST EFI_GUID *CallerId OPTIONAL, IN EFI_STATUS_CODE_DATA *Data OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.c245 UINT8 Type; local
276 Type = Head[Cur];
278 switch (Type) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DMalloc.c53 EFI_MEMORY_TYPE Type; member in struct:__anon13030
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/
H A DVBoxOemHookStatusCodeLib.c70 if ( !CompareGuid(&pData->Type, &gEfiStatusCodeSpecificDataGuid)
84 VBoxOemHookStatusCodeReportRawDump(EFI_STATUS_CODE_TYPE Type, argument
89 VBoxPrintString("Report: Type=");
90 VBoxPrintHex(Type, sizeof(Type));
104 switch (Type & EFI_STATUS_CODE_SEVERITY_MASK) /* quick guess work... */
111 switch (Type & EFI_STATUS_CODE_TYPE_MASK) /* quick guess work... */
123 OemHookStatusCodeReport(IN EFI_STATUS_CODE_TYPE Type, argument
141 if (ReportStatusCodeExtractAssertInfo(Type, Value, Data, &pszFilename,
187 VBoxOemHookStatusCodeReportRawDump(Type, Valu
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.h99 UINTN Type; //!< File type used for dispatching member in struct:__anon13089
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQISplitter.h29 enum Type { Native, Shade }; enum in class:QISplitter
34 void setHandleType(Type type) { m_type = type; }
35 Type handleType() const { return m_type; }
51 Type m_type;

Completed in 68 milliseconds

1234567891011>>