Searched refs:gIOUserServerNameKey (Results 1 – 4 of 4) sorted by relevance
890 …SharedPtr<OSString> name = OSDynamicPtrCast<OSString>(service->copyProperty(gIOUserServerNameKey)); in terminateDriversForUserspaceReboot()942 return dict->getObject(gIOUserServerNameKey) != NULL; in resetAfterUserspaceReboot()
163 const OSSymbol * gIOUserServerNameKey; variable506 gIOUserServerNameKey = OSSymbol::withCStringNoCopy(kIOUserServerNameKey); in initialize()3924 isDext = (NULL != match->getObject(gIOUserServerNameKey)); in probeCandidates()4316 IOService::propertyMatching(gIOUserServerNameKey, serverName, matching); in __WAITING_FOR_USER_SERVER__()4796 obj = service->copyProperty(gIOUserServerNameKey); in startCandidate()4871 if (propertyExists(gIOUserServerNameKey)) { in startCandidate()4872 …useRequired = reuse && service->propertyHasValue(gIOUserServerNameKey, getProperty(gIOUserServerNa… in startCandidate()
1798 inst->ivars->serverName = us->copyProperty(gIOUserServerNameKey); in Create_Impl()1829 serverName = newService->copyProperty(gIOUserServerNameKey); in Create_Impl()2297 us->setProperty(gIOUserServerNameKey, (OSObject *) sym); in Create_Impl()5225 userServerName = reserved->uvars->userServer->copyProperty(gIOUserServerNameKey); in Create_Impl()5227 copyProperties->setObject(gIOUserServerNameKey, userServerName); in Create_Impl()5602 root = (NULL == provider->getProperty(gIOUserServerNameKey, gIOServicePlane)); in systemHalt()6587 IOService::propertyMatching(gIOUserServerNameKey, serverName, matching); in launchUserServer()
151 extern const OSSymbol * gIOUserServerNameKey;