Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/IOKit/
H A DIONVRAM.h112 OSSharedPtr<OSObject> copyPropertyWithGUIDAndName(const uuid_t guid, const char *name) const;
/xnu-10002.1.13/iokit/Kernel/
H A DIONVRAM.cpp1083 return _provider->copyPropertyWithGUIDAndName(_guid, aKey->getCStringNoCopy()); in copyProperty()
1656 IODTNVRAM::copyPropertyWithGUIDAndName(const uuid_t guid, const char *name) const in copyPropertyWithGUIDAndName() function in IODTNVRAM
1707 return copyPropertyWithGUIDAndName(varGuid, variableName); in copyProperty()