Lines Matching defs:OSObjectUserVars
118 struct OSObjectUserVars { struct
119 IOUserServer * userServer;
120 OSBoundedArrayRef<IODispatchQueue *> queueArray;
121 OSUserMetaClass * userMeta;
122 OSArray * openProviders;
123 IOService * controllingDriver;
124 unsigned long willPowerState;
125 bool willTerminate;
126 bool didTerminate;
127 bool serverDied;
128 bool started;
129 bool stopped;
130 bool userServerPM;
131 bool willPower;
132 bool powerState;
133 bool resetPowerOnWake;
134 bool deferredRegisterService;
135 uint32_t powerOverride;
136 IOLock * uvarsLock;