Searched refs:fRequestType (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePMPrivate.h | 626 uint32_t fRequestType; // request type variable 674 return fRequestType; in getType() 686 return fRequestType > kIOPMRequestTypeReplyStart; in isReplyType() 704 return (kIOPMRequestTypeQuiescePowerTree == fRequestType) && in isQuiesceType()
|
| H A D | IOServicePM.cpp | 8760 fRequestType = type; in init() 8785 if (fCompletionAction && (fRequestType == kIOPMRequestTypeQuiescePowerTree)) { in reset() 8791 fRequestType = kIOPMRequestTypeInvalid; in reset() 8811 OBFUSCATE(this), fRequestType, OBFUSCATE(fRequestNext), in attachNextRequest() 8812 fRequestNext->fRequestType, in attachNextRequest() 8833 OBFUSCATE(this), fRequestType, OBFUSCATE(fRequestNext), in detachNextRequest() 8834 fRequestNext->fRequestType, in detachNextRequest()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | ioreg.py | 585 request, request.fRequestType, request.fRequestNext, request.fRequestRoot)
|