Home
last modified time | relevance | path

Searched refs:removePropertyWithGUIDAndName (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/iokit/Kernel/
H A DIONVRAM.cpp875 _provider->removePropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy()); in removeProperty()
1435 removeRet = removePropertyWithGUIDAndName(guid, variableName); in setPropertyWithGUIDAndName()
1438 removeRet = removePropertyWithGUIDAndName(valueVarGuid, variableName); in setPropertyWithGUIDAndName()
1540 ret = removePropertyWithGUIDAndName(guid, name); in setPropertyWithGUIDAndName()
1585 IODTNVRAM::removePropertyWithGUIDAndName(const uuid_t guid, const char *name) in removePropertyWithGUIDAndName() function in IODTNVRAM
1624 ret = removePropertyWithGUIDAndName(varGuid, variableName); in removePropertyInternal()
/xnu-8020.140.41/iokit/IOKit/
H A DIONVRAM.h129 IOReturn removePropertyWithGUIDAndName(const uuid_t guid, const char *name);