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