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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp240 if (_ofDict == 0) {
244 iter = OSCollectionIterator::withCollection(_ofDict);
256 dict->setObject(key, _ofDict->getObject(key));
274 if (_ofDict == 0) return 0;
284 return _ofDict->getObject(aKey);
308 if (_ofDict == 0) return false;
320 if (_ofDict->getObject(aKey) == 0) return false;
355 result = _ofDict->setObject(aKey, propObject);
373 if (_ofDict == 0) return;
390 result = _ofDict
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIONVRAM.h81 OSDictionary *_ofDict; member in class:IODTNVRAM

Completed in 53 milliseconds