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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp232 if (_ofDict == 0) return false;
240 iter = OSCollectionIterator::withCollection(_ofDict);
250 tmpDict->setObject(key, _ofDict->getObject(key));
268 if (_ofDict == 0) return 0;
278 return _ofDict->getObject(aKey);
302 if (_ofDict == 0) return false;
314 if (_ofDict->getObject(aKey) == 0) return false;
349 result = _ofDict->setObject(aKey, propObject);
367 if (_ofDict == 0) return;
384 result = _ofDict
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIONVRAM.h76 OSDictionary *_ofDict; member in class:IODTNVRAM

Completed in 28 milliseconds