Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/IOKit/
H A DIONVRAM.h113 IOReturn removePropertyWithGUIDAndName(const uuid_t guid, const char *name);
/xnu-10002.1.13/iokit/Kernel/
H A DIONVRAM.cpp1150 _provider->removePropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy()); in removeProperty()
1780 removeRet = removePropertyWithGUIDAndName(guid, variableName); in setPropertyWithGUIDAndName()
1783 removeRet = removePropertyWithGUIDAndName(valueVarGuid, variableName); in setPropertyWithGUIDAndName()
1899 ret = removePropertyWithGUIDAndName(guid, name); in setPropertyWithGUIDAndName()
1944 IODTNVRAM::removePropertyWithGUIDAndName(const uuid_t guid, const char *name) in removePropertyWithGUIDAndName() function in IODTNVRAM
1993 ret = removePropertyWithGUIDAndName(varGuid, variableName); in removePropertyInternal()