Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/IOKit/
H A DIONVRAM.h109 IOReturn removePropertyWithGUIDAndName(const uuid_t guid, const char *name);
/xnu-11417.101.15/iokit/Kernel/
H A DIONVRAM.cpp1181 _provider->removePropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy()); in removeProperty()
1815 removeRet = removePropertyWithGUIDAndName(guid, variableName); in setPropertyWithGUIDAndName()
1818 removeRet = removePropertyWithGUIDAndName(valueVarGuid, variableName); in setPropertyWithGUIDAndName()
1929 ret = removePropertyWithGUIDAndName(guid, name); in setPropertyWithGUIDAndName()
1974 IODTNVRAM::removePropertyWithGUIDAndName(const uuid_t guid, const char *name) in removePropertyWithGUIDAndName() function in IODTNVRAM
2013 ret = removePropertyWithGUIDAndName(varGuid, variableName); in removePropertyInternal()