Searched defs:Context (Results 1 - 25 of 102) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DebugAgentLibNull/
H A DDebugAgentLibNull.c28 passing in the Context to be its parameter.
34 @param[in] Context Context needed according to InitFlag; it was optional.
43 IN VOID *Context, OPTIONAL
48 Function (Context);
41 InitializeDebugAgent( IN UINT32 InitFlag, IN VOID *Context, OPTIONAL IN DEBUG_AGENT_CONTINUE Function OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
H A DSecPeiDebugAgentLib.h23 VOID *Context; member in struct:__anon12951
H A DSecPeiDebugAgentLib.c175 passing in the Context to be its parameter.
181 @param[in] Context Context needed according to InitFlag; it was optional.
190 IN VOID *Context, OPTIONAL
217 Phase2Context.Context = Context;
240 DebugAgentContext = (DEBUG_AGENT_CONTEXT_POSTMEM_SEC *) Context;
270 Function (Context);
279 @param[in] Context The first input argument of DebugPortInitialize().
286 IN VOID *Context,
188 InitializeDebugAgent( IN UINT32 InitFlag, IN VOID *Context, OPTIONAL IN DEBUG_AGENT_CONTINUE Function OPTIONAL ) argument
285 InitializeDebugAgentPhase2( IN VOID *Context, IN DEBUG_PORT_HANDLE DebugPortHandle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DDelete.c27 @param[in] Context The pointer to DELETE_POLICY_ENTRY_CONTEXT.
36 IN DELETE_POLICY_ENTRY_CONTEXT *Context
39 if (mMatchPolicyEntry[Context->DataType] (Selector, Data, &Context->Indexer)) {
40 Context->Status = mIpSecConfig->SetData (
42 Context->DataType,
73 DELETE_POLICY_ENTRY_CONTEXT Context; local
94 Status = mConstructPolicyEntryIndexer[DataType] (&Context.Indexer, ParamPackage);
96 Context.DataType = DataType;
97 Context
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiKmt.h31 VBOXDISPKMT_CONTEXT Context; member in struct:VBOXUHGSMI_PRIVATE_KMT
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/
H A DSmmDebugAgentLib.c95 it will overirde IDT table entries and initialize debug port. Context will be
98 Registers and get local Mailbox in SMM space. Context will be NULL.
100 Registers. Context will be NULL.
103 @param[in] Context Context needed according to InitFlag.
112 IN VOID *Context, OPTIONAL
110 InitializeDebugAgent( IN UINT32 InitFlag, IN VOID *Context, OPTIONAL IN DEBUG_AGENT_CONTINUE Function OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/
H A DDebugCommunicationLibSerialPort.c33 invoke it by passing in the Context to be the first parameter. Debug Communication
38 If the parameter Function is NULL, and Context is not NULL. At this time, Context
42 instance, it could return the same handle as passed in (as Context parameter).
44 private data of the previous instance, it could ignore the input Context parameter
47 If Function() is NULL and Context is NULL, Debug Communication Library could create a
50 @param[in] Context Context needed by callback function; it was optional.
61 IN VOID *Context,
73 Function (Context, NUL
60 DebugPortInitialize( IN VOID *Context, IN DEBUG_PORT_CONTINUE Function ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
H A DDxeDebugAgentLib.c131 If this function is called by DXE Core, Context must be the pointer
134 If this function is called by DXE module, Context must be NULL. It
138 @param[in] Context Context needed according to InitFlag.
147 IN VOID *Context, OPTIONAL
172 Mailbox = GetMailboxFromHob (Context);
145 InitializeDebugAgent( IN UINT32 InitFlag, IN VOID *Context, OPTIONAL IN DEBUG_AGENT_CONTINUE Function OPTIONAL ) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPRegistry.cpp22 VBoxMPQueryNamedValueCB(PVOID HwDeviceExtension, PVOID Context, argument
27 if (!ValueLength || !Context)
33 *(uint32_t *)Context = *(uint32_t *)ValueData;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.h76 VOID *Context; member in struct:_UHCI_ASYNC_REQUEST
195 @param Context Callback Context passed as function parameter.
214 IN VOID *Context,
259 @param Context Context of the event, pointer to USB_HC_DEV.
268 IN VOID *Context
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmCore.c123 @param Context Points to an optional handler context which was specified when the handler was registered.
135 IN CONST VOID *Context, OPTIONAL
153 @param Context Points to an optional handler context which was specified when the handler was registered.
165 IN CONST VOID *Context, OPTIONAL
133 SmmLegacyBootHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, OPTIONAL IN OUT VOID *CommBuffer, OPTIONAL IN OUT UINTN *CommBufferSize OPTIONAL ) argument
163 SmmReadyToLockHandler( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, OPTIONAL IN OUT VOID *CommBuffer, OPTIONAL IN OUT UINTN *CommBufferSize OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DInfo.c24 dependes on the Context's parameters.
28 @param[in] Context The Data passed from the caller. If the Context is not NULL
37 IN VOID *Context
57 if (Context != NULL) {
58 InfoContext = (IKEV2_INFO_EXCHANGE_CONTEXT *) Context;
88 // be same as the request MessageId which passed through the Context.
119 } else if (Context != NULL) {
140 // be same as the request MessageId which passed through the Context.
228 IKEV2_INFO_EXCHANGE_CONTEXT Context; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.c325 MTFTP6_GETINFO_CONTEXT Context; local
342 Context.Packet = Packet;
343 Context.PacketLen = PacketLength;
344 Context.Status = EFI_SUCCESS;
358 Token.Context = &Context;
372 return Context.Status;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTcgSmm.c25 @param[in] Context Points to an optional handler context which was specified when the
38 IN CONST VOID *Context,
165 @param[in] Context Points to an optional handler context which was specified when the
178 IN CONST VOID *Context,
36 PhysicalPresenceCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
176 MemoryClearCallback( IN EFI_HANDLE DispatchHandle, IN CONST VOID *Context, IN OUT VOID *CommBuffer, IN OUT UINTN *CommBufferSize ) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDispIf.h97 VBOXDISPKMT_CONTEXT Context; member in struct:VBOXDISPIF_SEAMLESS::__anon2037::__anon2038
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dconcur.c66 typedef struct Context struct
71 } Context; typedef in typeref:struct:Context
78 static Context context = {NULL, NULL, 0, 0};
82 Context *context = (Context*)arg;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBot.c35 in the Context if Context isn't NULL.
38 @param Context The buffer to save the context to
48 OUT VOID **Context OPTIONAL
120 if (Context != NULL) {
121 *Context = UsbBot;
383 @param Context The context of the BOT protocol, that is,
400 IN VOID *Context,
417 UsbBot = (USB_BOT_PROTOCOL *) Context;
457 @param Context Th
399 UsbBotExecCommand( IN VOID *Context, IN VOID *Cmd, IN UINT8 CmdLen, IN EFI_USB_DATA_DIRECTION DataDir, IN VOID *Data, IN UINT32 DataLen, IN UINT8 Lun, IN UINT32 Timeout, OUT UINT32 *CmdStatus ) argument
467 UsbBotResetDevice( IN VOID *Context, IN BOOLEAN ExtendedVerification ) argument
544 UsbBotGetMaxLun( IN VOID *Context, OUT UINT8 *MaxLun ) argument
[all...]
H A DUsbMassCbi.c49 in the Context if Context isn't NULL.
52 @param Context The buffer to save the context to
62 OUT VOID **Context OPTIONAL
145 if (Context != NULL) {
146 *Context = UsbCbi;
418 @param Context The USB CBI Protocol.
434 IN VOID *Context,
451 UsbCbi = (USB_CBI_PROTOCOL *) Context;
541 @param Context Th
433 UsbCbiExecCommand( IN VOID *Context, IN VOID *Cmd, IN UINT8 CmdLen, IN EFI_USB_DATA_DIRECTION DataDir, IN VOID *Data, IN UINT32 DataLen, IN UINT8 Lun, IN UINT32 Timeout, OUT UINT32 *CmdStatus ) argument
550 UsbCbiResetDevice( IN VOID *Context, IN BOOLEAN ExtendedVerification ) argument
[all...]
H A DUsbMassImpl.c69 Status = UsbMass->Transport->Reset (UsbMass->Context, ExtendedVerification);
376 @param Context The parameter for USB_MASS_DEVICE.Context.
389 OUT VOID **Context,
428 Status = (*Transport)->Init (UsbIo, Context);
443 (*Transport)->GetMaxLun (*Context, MaxLun);
462 @param Context Parameter for USB_MASS_DEVICE.Context.
476 IN VOID *Context,
506 UsbMass->Context
385 UsbMassInitTransport( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, OUT USB_MASS_TRANSPORT **Transport, OUT VOID **Context, OUT UINT8 *MaxLun ) argument
472 UsbMassInitMultiLun( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN USB_MASS_TRANSPORT *Transport, IN VOID *Context, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN UINT8 MaxLun ) argument
839 VOID *Context; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c175 @param[in] Context The context set when configuring the DHCP4 protocol.
190 IN VOID *Context,
232 (ISCSI_SESSION_CONFIG_NVDATA *) Context
188 IScsiDhcpSelectOffer( IN EFI_DHCP4_PROTOCOL * This, IN VOID *Context, IN EFI_DHCP4_STATE CurrentState, IN EFI_DHCP4_EVENT Dhcp4Event, IN EFI_DHCP4_PACKET * Packet, OPTIONAL OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPeCoffLib.h208 UINT64 Context; member in struct:__anon11948
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp.c192 @param[in] Context The context set when configuring the DHCP4 protocol.
208 IN VOID *Context,
250 (ISCSI_ATTEMPT_CONFIG_NVDATA *) Context
206 IScsiDhcpSelectOffer( IN EFI_DHCP4_PROTOCOL *This, IN VOID *Context, IN EFI_DHCP4_STATE CurrentState, IN EFI_DHCP4_EVENT Dhcp4Event, IN EFI_DHCP4_PACKET *Packet, OPTIONAL OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL ) argument
H A DIScsiDhcp6.c222 @param[in] Context Pointer to the context that is initialized in
243 IN VOID *Context,
273 ConfigData = (ISCSI_ATTEMPT_CONFIG_NVDATA *) Context;
241 IScsiDhcp6ParseReply( IN EFI_DHCP6_PROTOCOL *This, IN VOID *Context, IN EFI_DHCP6_PACKET *Packet ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6If.h45 VOID *Context
57 VOID *Context; member in struct:__anon12493
72 VOID *Context; member in struct:__anon12494
99 VOID *Context
194 @param Context Context for the callback.
201 IN VOID *Context
234 @param[in] Context Opaque parameter to the call back.
248 IN VOID *Context
257 @param[in] Context Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/NvVarsFileLib/
H A DFsAccess.c361 IN VOID *Context,
371 Instance = (EFI_HANDLE) Context;
360 IterateVariablesCallbackAddAllNvVariables( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument

Completed in 86 milliseconds

12345