Searched refs:_registryPropertiesKey (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIONVRAM.h74 const OSSymbol *_registryPropertiesKey; member in class:IODTNVRAM
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp63 _registryPropertiesKey = OSSymbol::withCStringNoCopy("aapl,pci");
64 if (_registryPropertiesKey == 0) return false;
1506 data = OSDynamicCast(OSData, _ofDict->getObject(_registryPropertiesKey));
1576 oldData = OSDynamicCast(OSData, _ofDict->getObject(_registryPropertiesKey));
1671 ok = _ofDict->setObject(_registryPropertiesKey, data);

Completed in 22 milliseconds