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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePMPrivate.h537 uint32_t fType; // request type member in class:IOPMRequest
573 return fType;
578 return (fType > kIOPMRequestTypeReplyStart);
H A DIOServicePM.cpp7408 fType = type;
7426 fType = kIOPMRequestTypeInvalid;
7452 this, (uint32_t) fType, fRequestNext,
7453 (uint32_t) fRequestNext->fType,
7473 this, (uint32_t) fType, fRequestNext,
7474 (uint32_t) fRequestNext->fType,
7496 this, (uint32_t) fType, fRequestRoot,
7497 (uint32_t) fRequestRoot->fType,
7517 this, (uint32_t) fType, fRequestRoot,
7518 (uint32_t) fRequestRoot->fType,
[all...]

Completed in 26 milliseconds