Searched defs:Event (Results 126 - 150 of 190) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c99 @param[in] Event The triggered event.
106 IN EFI_EVENT Event,
158 @param Event The pointer to EFI_PXE_BC_PROTOCOL.
165 IN EFI_EVENT Event,
340 @param Event The event signalled.
347 IN EFI_EVENT Event,
475 @param Event The event signalled.
482 IN EFI_EVENT Event,
681 &Token.Event
704 if (Token.Event !
105 PxeBcCommonNotify( IN EFI_EVENT Event, IN VOID *Context ) argument
164 PxeBcArpCacheUpdate( IN EFI_EVENT Event, IN VOID *Context ) argument
346 PxeBcIcmpErrorUpdate( IN EFI_EVENT Event, IN VOID *Context ) argument
481 PxeBcIcmp6ErrorUpdate( IN EFI_EVENT Event, IN VOID *Context ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c564 &Tcp4CloseToken.CompletionToken.Event,
602 if ( NULL != Tcp4TxToken.CompletionToken.Event ) {
603 Status = gBS->CloseEvent ( Tcp4TxToken.CompletionToken.Event );
607 Tcp4TxToken.CompletionToken.Event ));
608 Tcp4TxToken.CompletionToken.Event = NULL;
617 if ( NULL != Tcp4ListenToken.CompletionToken.Event ) {
618 Status = gBS->CloseEvent ( Tcp4ListenToken.CompletionToken.Event );
622 Tcp4ListenToken.CompletionToken.Event ));
623 Tcp4ListenToken.CompletionToken.Event = NULL;
632 if ( NULL != Tcp4ConnectToken.CompletionToken.Event ) {
1191 TimerCallback( IN EFI_EVENT Event, IN VOID * pContext ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DTcp4.c72 @param [in] Event The listen completion event
79 IN EFI_EVENT Event,
189 @param [in] Event The connect completion event
196 IN EFI_EVENT Event,
658 &pTcp4->ListenToken.CompletionToken.Event );
668 pTcp4->ListenToken.CompletionToken.Event ));
821 @param [in] Event The listen completion event
828 IN EFI_EVENT Event,
1267 &pTcp4->CloseToken.CompletionToken.Event);
1277 pTcp4->CloseToken.CompletionToken.Event ));
195 EslTcp4ConnectComplete( IN EFI_EVENT Event, IN ESL_PORT * pPort ) argument
827 EslTcp4ListenComplete( IN EFI_EVENT Event, IN ESL_PORT * pPort ) argument
1729 EslTcp4RxComplete( IN EFI_EVENT Event, IN ESL_IO_MGMT * pIo ) argument
2120 EslTcp4TxComplete( IN EFI_EVENT Event, IN ESL_IO_MGMT * pIo ) argument
2177 EslTcp4TxOobComplete( IN EFI_EVENT Event, IN ESL_IO_MGMT * pIo ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c1213 @param Event Event whose notification function is being invoked.
1221 IN EFI_EVENT Event,
1220 IdleLoopEventCallback( IN EFI_EVENT Event, IN VOID *Context ) argument
/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFInternal.cpp104 KEVENT Event; local
107 KeInitializeEvent(&Event, NotificationEvent, FALSE);
109 Status = vboxGdcSubmitAsync(uCtl, pvBuffer, cbBuffer, &Event, &IoStatus);
112 KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, NULL);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.h219 VBGLR3DNDHGCMEVENT Event; member in struct:VBOXDNDEVENT
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h75 RTSEMEVENTMULTI Event; member in struct:VBOXGUESTWAIT
192 /** @name Host Event Filtering
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c125 @param Event ExitBootServices event
131 IN EFI_EVENT Event,
1803 // Check for Transmit Event
1810 // Check for Receive Event
3373 @param Event Event used with WaitForEvent() to wait for a packet to be received.
3374 @param Context Event Context
3380 IN EFI_EVENT Event,
3389 gBS->SignalEvent (Event);
3467 @param Event ExitBootService
3379 Undi16SimpleNetworkWaitForPacket( IN EFI_EVENT Event, IN VOID *Context ) argument
3472 Undi16SimpleNetworkEvent( IN EFI_EVENT Event, IN VOID *Context ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c819 @param Event The event to wait for
822 @retval EFI_SUCCESS Event fired before Timeout expired.
823 @retval EFI_TIME_OUT Timout expired before Event fired..
828 IN EFI_EVENT Event,
855 WaitList[0] = Event;
871 Status = gBS->WaitForEvent (1, &Event, &Index);
827 WaitForSingleEvent( IN EFI_EVENT Event, IN UINT64 Timeout OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c103 EFI_EVENT Event; member in struct:__anon10524
482 @param NotifyContext Context passed into Event when it is created.
501 EFI_EVENT Event; local
512 &Event
522 Event,
532 gBS->SignalEvent (Event);
535 return Event;
543 @param Event The event that fired
551 IN EFI_EVENT Event,
610 gBS->CloseEvent (Event);
550 NotifyGuidedExtraction( IN EFI_EVENT Event, IN VOID *RpnContext ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciLib.c988 EFI_EVENT Event; local
1071 Status = CreateEventForHpc (HpIndex, &Event);
1079 Event,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c94 EFI_EVENT Event; member in struct:__anon10947
493 @param Event The event that fired
500 IN EFI_EVENT Event,
560 gBS->CloseEvent (Event);
588 Context->Event = EfiCreateProtocolNotifyEvent (
499 NotifyGuidedExtraction( IN EFI_EVENT Event, IN VOID *RpnContext ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c294 This is the Event call back function to notify the Library the system is entering
297 @param Event Pointer to this event
298 @param Context Event hanlder private data
303 IN EFI_EVENT Event,
343 This is the Event call back function is triggered in SMM to notify the Library the system is entering
302 S3BootScriptEventCallBack( IN EFI_EVENT Event, IN VOID *Context ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c1980 @param[in] Event Event whose notification function is being invoked.
1986 IN EFI_EVENT Event,
1985 RegisterFontPackage( IN EFI_EVENT Event, IN VOID *Context ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c74 @param Event The Event need to be process
81 IN EFI_EVENT Event,
80 DriverSampleInternalEmptyFunction( IN EFI_EVENT Event, IN VOID *Context ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c208 @retval EFI_ACCESS_DENIED The transmit completion token with the same Token.Event
235 The Token.Event field in the completion token must be filled in by the caller
237 driver updates the Token.Status and Token.Packet.RxData fields and the Token.Event
250 - Token.Event is NULL.
255 EFI_ACCESS_DENIED The receive completion token with the same Token.Event was already
273 function, Token->Status will be set to EFI_ABORTED and then Token->Event will
286 Token.->Event was signaled. When Token is NULL, all
688 @param Event The event that is signalled.
695 IN EFI_EVENT Event,
702 IpSb->ActiveEvent = Event;
694 Ip4AutoConfigCallBack( IN EFI_EVENT Event, IN VOID *Context ) argument
2481 Ip4TimerTicking( IN EFI_EVENT Event, IN VOID *Context ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.c24 @param[in] Event The event this function registered to.
26 the Event.
32 IN EFI_EVENT Event,
142 @param[in] Event The Event this notify function registered to.
149 IN EFI_EVENT Event,
389 @param[in] Event The event this function registered to.
391 the Event.
397 IN EFI_EVENT Event,
763 NULL. Token is NULL. Token.Event i
396 Udp4CheckTimeout( IN EFI_EVENT Event, IN VOID *Context ) argument
1350 Udp4RecycleRxDataWrap( IN EFI_EVENT Event, IN VOID *Context ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c85 @param Event Pointer to EFI_PXE_BC_PROTOCOL
92 IN EFI_EVENT Event,
229 @param Event The event signaled.
236 IN EFI_EVENT Event,
407 &(Private->IcmpErrorRcvToken.Event)
429 if (Private->IcmpErrorRcvToken.Event != NULL) {
430 gBS->CloseEvent (Private->IcmpErrorRcvToken.Event);
496 gBS->CloseEvent (Private->IcmpErrorRcvToken.Event);
1477 &Token.Event
1500 if (Token.Event !
91 ArpCacheUpdateTimeout( IN EFI_EVENT Event, IN VOID *Context ) argument
235 IcmpErrorListenHandler( IN EFI_EVENT Event, IN VOID *Context ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.h183 EFI_EVENT Event; member in struct:_MENU_REFRESH_ENTRY
398 @param Event The event to wait for
402 @retval EFI_SUCCESS Event fired before Timeout expired.
403 @retval EFI_TIME_OUT Timout expired before Event fired.
408 IN EFI_EVENT Event,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp4.h241 /// This Event will be signaled after the Status field is updated
242 /// by the EFI IPv4 Protocol driver. The type of Event must be
244 /// Event must be lower than or equal to TPL_CALLBACK.
246 EFI_EVENT Event; member in struct:__anon12170
457 @retval EFI_ACCESS_DENIED The transmit completion token with the same Token.Event
484 The Token.Event field in the completion token must be filled in by the caller
486 driver updates the Token.Status and Token.Packet.RxData fields and the Token.Event
499 - Token.Event is NULL.
504 @retval EFI_ACCESS_DENIED The receive completion token with the same Token.Event was already
522 function, Token->Status will be set to EFI_ABORTED and then Token->Event wil
[all...]
H A DMtftp4.h535 /// write operation finishes. The type of Event must be
537 /// Event must be lower than or equal to TPL_CALLBACK.
539 EFI_EVENT Event; member in struct:_EFI_MTFTP4_TOKEN
H A DMtftp6.h403 /// write operation finishes. The type of Event must be EVT_NOTIFY_SIGNAL.
405 EFI_EVENT Event; member in struct:_EFI_MTFTP6_TOKEN
632 Token.Event is signaled if it is not NULL.
674 process completes, whether successfully or not, Token.Event is signaled, and the EFI MTFTPv6
H A DTcp4.h116 EFI_EVENT Event; member in struct:__anon12328
342 - ConnectionToken->CompletionToken.Event is NULL.
371 - ListentToken->CompletionToken.Event is NULL.
396 - Token->CompletionToken.Event is NULL.
401 - A transmit completion token with the same Token->CompletionToken.Event
436 - Token->CompletionToken.Event is NULL.
446 >CompletionToken.Event was already in the receive
482 - CloseToken->CompletionToken.Event is NULL.
507 @retval EFI_SUCCESS The asynchronous I/O request is aborted and Token->Event
H A DTcp6.h268 /// The Event to signal after request is finished and Status field is
271 EFI_EVENT Event; member in struct:__anon12343
348 /// Token->Packet.RxData then signal the Token->CompletionToken.Event.
568 fails due to any error, the ConnectionToken->CompletionToken.Event will be signaled
588 - ConnectionToken->CompletionToken.Event is NULL.
611 The ListenToken->CompletionToken.Event will be signaled when a new connection is
630 - ListentToken->CompletionToken.Event is NULL.
660 - Token->CompletionToken.Event is NULL.
666 CompletionToken.Event was already in the
690 function is always asynchronous. The caller must allocate the Token->CompletionToken.Event
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.c24 @param[in] Event Not used.
31 IN EFI_EVENT Event,
1615 @param[in] Event Not used.
1622 IN EFI_EVENT Event,
1753 @param[in] Event Not used.
1760 IN EFI_EVENT Event,
1996 @param[in] Event The event to register.
2000 @retval EFI_INVALID_PARAMETER This is NULL or Event is NULL.
2004 @retval EFI_ACCESS_DENIED The Event is already registered for the DataType.
2012 IN EFI_EVENT Event
1621 Ip6ConfigOnDhcp6Event( IN EFI_EVENT Event, IN VOID *Context ) argument
1759 Ip6ConfigOnDhcp6SbInstalled( IN EFI_EVENT Event, IN VOID *Context ) argument
[all...]

Completed in 121 milliseconds

12345678