Lines Matching refs:getCStringNoCopy

380 	return getVariableType(propSymbol->getCStringNoCopy());  in getVariableType()
488 return parseVariableName(key->getCStringNoCopy(), guidResult, nameResult); in parseVariableName()
697 parseVariableName(canonicalKey->getCStringNoCopy(), &varGuid, &varName); in verifyPermission()
760 DEBUG_INFO("%u: %s\n", count, key->getCStringNoCopy()); in dumpDict()
817 …SData>(IOService::getPMRootDomain()->copyProperty(gIOHibernateStateKey.get()->getCStringNoCopy())); in hibernateState()
1106 DEBUG_INFO("aKey=%s\n", aKey->getCStringNoCopy()); in copyProperty()
1108 return _provider->copyPropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy()); in copyProperty()
1126 …return _provider->setPropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy(), anObject) == kIORetu… in setProperty()
1164 ret = _provider->setPropertyWithGUIDAndName(_guid, key->getCStringNoCopy(), object); in setProperties()
1175 _provider->removePropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy()); in removeProperty()
1726 DEBUG_INFO("%s has object\n", canonicalKey.get()->getCStringNoCopy()); in copyPropertyWithGUIDAndName()
1728 DEBUG_INFO("%s no entry\n", canonicalKey.get()->getCStringNoCopy()); in copyPropertyWithGUIDAndName()
1744 DEBUG_INFO("aKey=%s\n", aKey->getCStringNoCopy()); in copyProperty()
1746 parseVariableName(aKey->getCStringNoCopy(), &varGuid, &variableName); in copyProperty()
1811 guidProvided = parseVariableName(tmpString->getCStringNoCopy(), &valueVarGuid, &variableName); in setPropertyWithGUIDAndName()
1874 …EM_NVRAM, "write", "%s as string to %s", name, ((OSString *)propObject.get())->getCStringNoCopy()); in setPropertyWithGUIDAndName()
1891 propObject = OSData::withBytes(tmpString->getCStringNoCopy(), in setPropertyWithGUIDAndName()
1962 DEBUG_INFO("aKey=%s\n", aKey->getCStringNoCopy()); in setPropertyInternal()
1964 parseVariableName(aKey->getCStringNoCopy(), &varGuid, &variableName); in setPropertyInternal()
2033 DEBUG_INFO("aKey=%s\n", aKey->getCStringNoCopy()); in removePropertyInternal()
2035 parseVariableName(aKey->getCStringNoCopy(), &varGuid, &variableName); in removePropertyInternal()