Searched refs:RTPowerNotificationRegister (Results 1 - 8 of 8) sorted by relevance

/vbox/include/iprt/
H A Dpower.h78 RTDECL(int) RTPowerNotificationRegister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser);
81 * This deregisters a notification callback registered via RTPowerNotificationRegister().
96 * This calls all registered power management callback handlers registered via RTPowerNotificationRegister().
H A Dmangling.h1109 # define RTPowerNotificationRegister RT_MANGLER(RTPowerNotificationRegister) /* r0drv */ macro
/vbox/src/VBox/Runtime/r0drv/
H A Dpowernotification-r0drv.c157 RTDECL(int) RTPowerNotificationRegister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser) function
221 RT_EXPORT_SYMBOL(RTPowerNotificationRegister); variable
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c129 RTPowerNotificationRegister,
H A DVBoxGuest-haiku-stubs.c133 RTDECL(int) RTPowerNotificationRegister(PFNRTPOWERNOTIFICATION pfnCallback, void *pvUser) function
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp699 rc = RTPowerNotificationRegister(hmR0PowerCallback, NULL);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp914 rc = RTPowerNotificationRegister(supdrvGipPowerNotificationCallback, pDevExt);
H A DSUPDrv.cpp286 { "RTPowerNotificationRegister", (void *)RTPowerNotificationRegister },

Completed in 121 milliseconds