Searched refs:PFNRTPOWERNOTIFICATION (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dpower.h64 typedef FNRTPOWERNOTIFICATION *PFNRTPOWERNOTIFICATION; typedef
78 RTDECL(int) RTPowerNotificationRegister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser);
93 RTDECL(int) RTPowerNotificationDeregister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser);
/vbox/src/VBox/Runtime/r0drv/
H A Dpowernotification-r0drv.c60 PFNRTPOWERNOTIFICATION pfnCallback;
131 PFNRTPOWERNOTIFICATION pfnCallback = pCur->pfnCallback;
157 RTDECL(int) RTPowerNotificationRegister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser)
224 RTDECL(int) RTPowerNotificationDeregister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser)
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.h124 int (*_RTPowerNotificationDeregister)(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser);
125 int (*_RTPowerNotificationRegister)(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser);
H A DVBoxGuest-haiku-stubs.c129 RTDECL(int) RTPowerNotificationDeregister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser)
133 RTDECL(int) RTPowerNotificationRegister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser)

Completed in 47 milliseconds