Searched refs:PFNRTMPNOTIFICATION (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/generic/
H A Dmpnotification-r0drv-generic.cpp38 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
47 RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
/vbox/include/iprt/
H A Dmp.h432 typedef FNRTMPNOTIFICATION *PFNRTMPNOTIFICATION; typedef
453 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser);
468 RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser);
/vbox/src/VBox/Runtime/r0drv/
H A Dmpnotification-r0drv.c59 PFNRTMPNOTIFICATION pfnCallback;
136 PFNRTMPNOTIFICATION pfnCallback = pCur->pfnCallback;
161 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
228 RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.h119 int (*_RTMpNotificationDeregister)(PFNRTMPNOTIFICATION pfnCallback, void *pvUser);
120 int (*_RTMpNotificationRegister)(PFNRTMPNOTIFICATION pfnCallback, void *pvUser);
H A DVBoxGuest-haiku-stubs.c109 RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
113 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)

Completed in 36 milliseconds