Searched defs:IEvent (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DEvent.c389 IEVENT *IEvent; local
464 IEvent = AllocateRuntimeZeroPool (sizeof (IEVENT));
466 IEvent = AllocateZeroPool (sizeof (IEVENT));
468 if (IEvent == NULL) {
472 IEvent->Signature = EVENT_SIGNATURE;
473 IEvent->Type = Type;
475 IEvent->NotifyTpl = NotifyTpl;
476 IEvent->NotifyFunction = NotifyFunction;
477 IEvent->NotifyContext = (VOID *)NotifyContext;
479 CopyGuid (&IEvent
[all...]
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h956 struct IEvent;
1060 typedef struct IEvent IEvent; typedef in typeref:struct:IEvent
6272 IEvent * event,
6281 IEvent * * event
6287 IEvent * event
6311 IEvent * event
6323 /* Start of struct IEvent Declaration */
6333 nsresult (*GetType)(IEvent *pThis, PRUint32 *type);
6335 nsresult (*GetSource)(IEvent *pThi
6349 struct IEvent struct
[all...]
H A DVBoxCAPI_v4_1.h957 struct IEvent;
1063 typedef struct IEvent IEvent; typedef in typeref:struct:IEvent
6670 IEvent * event,
6679 IEvent * * event
6685 IEvent * event
6709 IEvent * event
6721 /* Start of struct IEvent Declaration */
6731 nsresult (*GetType)(IEvent *pThis, PRUint32 *type);
6733 nsresult (*GetSource)(IEvent *pThi
6747 struct IEvent struct
[all...]
H A DVBoxCAPI_v4_2.h965 struct IEvent;
1081 typedef struct IEvent IEvent; typedef in typeref:struct:IEvent
7634 IEvent * event,
7643 IEvent * * event
7649 IEvent * event
7673 IEvent * event
7685 /* Start of struct IEvent Declaration */
7695 nsresult (*GetType)(IEvent *pThis, PRUint32 *type);
7697 nsresult (*GetSource)(IEvent *pThi
7711 struct IEvent struct
[all...]
H A DVBoxCAPI_v4_3.h1242 interface IEvent; variable
1385 typedef interface IEvent IEvent; typedef
15887 IEvent * event,
15896 IEvent * * event
15902 IEvent * event
15939 IEvent * event,
15948 IEvent * * event
15954 IEvent * event
15996 IEvent * even
[all...]

Completed in 192 milliseconds