Lines Matching refs:variableName
416 verifyWriteSizeLimit(const uuid_t varGuid, const char *variableName, size_t propDataSize) in verifyWriteSizeLimit() argument
418 if (variableInAllowList(variableName)) { in verifyWriteSizeLimit()
500 translateGUID(const uuid_t varGuid, const char *variableName, uuid_t destGuid, bool systemActive) in translateGUID() argument
502 if (varGuid == nullptr || variableName == nullptr || destGuid == nullptr) { in translateGUID()
510 if (variableInAllowList(variableName)) { in translateGUID()
1191 virtual IOReturn setVariable(const uuid_t varGuid, const char *variableName, OSObject *object) = 0;
1738 const char *variableName; in copyProperty() local
1746 parseVariableName(aKey->getCStringNoCopy(), &varGuid, &variableName); in copyProperty()
1748 return copyPropertyWithGUIDAndName(varGuid, variableName); in copyProperty()
1806 const char *variableName; in setPropertyWithGUIDAndName() local
1811 guidProvided = parseVariableName(tmpString->getCStringNoCopy(), &valueVarGuid, &variableName); in setPropertyWithGUIDAndName()
1822 removeRet = removePropertyWithGUIDAndName(guid, variableName); in setPropertyWithGUIDAndName()
1825 removeRet = removePropertyWithGUIDAndName(valueVarGuid, variableName); in setPropertyWithGUIDAndName()
1959 const char *variableName; in setPropertyInternal() local
1964 parseVariableName(aKey->getCStringNoCopy(), &varGuid, &variableName); in setPropertyInternal()
1966 return setPropertyWithGUIDAndName(varGuid, variableName, anObject); in setPropertyInternal()
2030 const char *variableName; in removePropertyInternal() local
2035 parseVariableName(aKey->getCStringNoCopy(), &varGuid, &variableName); in removePropertyInternal()
2037 ret = removePropertyWithGUIDAndName(varGuid, variableName); in removePropertyInternal()