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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h364 #define fDriverCallEntry pwrMgt->DriverCallEntry macro
H A DIOServicePM.cpp422 fDriverCallEntry = thread_call_allocate(
424 assert(fDriverCallEntry);
477 if ( fDriverCallEntry ) {
478 thread_call_free(fDriverCallEntry);
479 fDriverCallEntry = NULL;
2899 thread_call_enter( fDriverCallEntry );
4283 thread_call_enter( fDriverCallEntry );

Completed in 27 milliseconds