Searched refs:fPowerNotifyPort (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.h125 IONotificationPortRef fPowerNotifyPort; member in struct:_DVThread
H A DDVLib.c1183 &dvThread->fPowerNotifyPort,
1186 dvThread->fPowerNotifySource = IONotificationPortGetRunLoopSource(dvThread->fPowerNotifyPort);
1301 if(dvThread->fPowerNotifyPort) {
1307 context.info = (void *) dvThread->fPowerNotifyPort;
1313 hack = CFMachPortCreateWithPort(NULL, IONotificationPortGetMachPort(dvThread->fPowerNotifyPort),
1315 printf( "DVFreeThread - CFMachPortCreateWithPort hack = %p, fPowerNotifyPort= %p\n", hack, dvThread->fPowerNotifyPort );
1318 IONotificationPortDestroy(dvThread->fPowerNotifyPort);
1325 //IONotificationPortDestroy(dvThread->fPowerNotifyPort);

Completed in 203 milliseconds