Searched refs:setPropertyWithGUIDAndName (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.61.3/iokit/IOKit/ |
| H A D | IONVRAM.h | 114 IOReturn setPropertyWithGUIDAndName(const uuid_t guid, const char *name, OSObject *anObject);
|
| /xnu-10002.61.3/iokit/Kernel/ |
| H A D | IONVRAM.cpp | 1101 …return _provider->setPropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy(), anObject) == kIORetu… in setProperty() 1139 ret = _provider->setPropertyWithGUIDAndName(_guid, key->getCStringNoCopy(), object); in setProperties() 1745 IODTNVRAM::setPropertyWithGUIDAndName(const uuid_t guid, const char *name, OSObject *anObject) in setPropertyWithGUIDAndName() function in IODTNVRAM 1922 return setPropertyWithGUIDAndName(varGuid, variableName, anObject); in setPropertyInternal()
|