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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h480 IOPMRequest * fParent; // parent request member in class:IOPMRequest
495 return (fParent != 0);
500 if (!fParent)
502 fParent = parent;
503 fParent->fChildCount++;
H A DIOServicePM.cpp5753 fParent = 0;
5769 if (fParent)
5771 fParent->fChildCount--;
5772 fParent = 0;

Completed in 25 milliseconds