Searched refs:RTPowerNotificationDeregister (Results 1 - 7 of 7) sorted by relevance

/vbox/include/iprt/
H A Dpower.h93 RTDECL(int) RTPowerNotificationDeregister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser);
H A Dmangling.h1108 # define RTPowerNotificationDeregister RT_MANGLER(RTPowerNotificationDeregister) /* r0drv */ macro
/vbox/src/VBox/Runtime/r0drv/
H A Dpowernotification-r0drv.c224 RTDECL(int) RTPowerNotificationDeregister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser) function
270 RT_EXPORT_SYMBOL(RTPowerNotificationDeregister); variable
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c128 RTPowerNotificationDeregister,
H A DVBoxGuest-haiku-stubs.c129 RTDECL(int) RTPowerNotificationDeregister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser) function
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp739 rc = RTPowerNotificationDeregister(hmR0PowerCallback, NULL); AssertRC(rc);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp285 { "RTPowerNotificationDeregister", (void *)RTPowerNotificationDeregister },

Completed in 333 milliseconds