Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIONVRAM.h130 IOReturn setPropertyWithGUIDAndName(const uuid_t guid, const char *name, OSObject *anObject);
/xnu-8020.140.41/iokit/Kernel/
H A DIONVRAM.cpp821 …return _provider->setPropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy(), anObject) == kIORetu… in setProperty()
860 ret = _provider->setPropertyWithGUIDAndName(_guid, key->getCStringNoCopy(), object); in setProperties()
1401 IODTNVRAM::setPropertyWithGUIDAndName(const uuid_t guid, const char *name, OSObject *anObject) in setPropertyWithGUIDAndName() function in IODTNVRAM
1563 return setPropertyWithGUIDAndName(varGuid, variableName, anObject); in setPropertyInternal()