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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePMPrivate.h567 uint32_t fType; // request type member in class:IOPMRequest
608 return fType;
613 return (fType > kIOPMRequestTypeReplyStart);
H A DIOServicePM.cpp7844 fType = type;
7864 fType = kIOPMRequestTypeInvalid;
7892 OBFUSCATE(this), (uint32_t) fType, OBFUSCATE(fRequestNext),
7893 (uint32_t) fRequestNext->fType,
7913 OBFUSCATE(this), (uint32_t) fType, OBFUSCATE(fRequestNext),
7914 (uint32_t) fRequestNext->fType,
7936 OBFUSCATE(this), (uint32_t) fType, OBFUSCATE(fRequestRoot),
7937 (uint32_t) fRequestRoot->fType,
7957 OBFUSCATE(this), (uint32_t) fType, OBFUSCATE(fRequestRoot),
7958 (uint32_t) fRequestRoot->fType,
[all...]

Completed in 298 milliseconds