Lines Matching refs:OSObject
57 reinterpret_cast<OSObject *>(const_cast<OSMetaClassBase *>(obj))
111 OSDictionary::initWithObjects(const OSObject *objects[], in initWithObjects()
146 OSDictionary::initWithObjects(const OSObject *objects[], in initWithObjects()
235 OSDictionary::withObjects(const OSObject *objects[], in withObjects()
250 OSDictionary::withObjects(const OSObject *objects[], in withObjects()
502 OSObject *
522 return const_cast<OSObject *> ((const OSObject *)dictionary[i].value.get()); in getObject()
534 return const_cast<OSObject *> ((const OSObject *)dictionary[i].value.get()); in getObject()
546 OSObject *retObj = NULL; \
577 OSObject *OSDictionary::getObject(const OSString * aKey) const in setObject()
579 OSObject *OSDictionary::getObject(const char *aKey) const in setObject()
688 OSDictionary::getNextObjectForIterator(void *inIterator, OSObject **ret) const in getNextObjectForIterator()
846 …ateObjects(void * refcon, bool (*callback)(void * refcon, const OSSymbol * key, OSObject * object)) in iterateObjects()
867 OSDictionaryIterateObjectsBlock(void * refcon, const OSSymbol * key, OSObject * object) in OSDictionaryIterateObjectsBlock()
869 bool (^block)(const OSSymbol * key, OSObject * object) = (typeof(block))refcon; in OSDictionaryIterateObjectsBlock()
874 OSDictionary::iterateObjects(bool (^block)(const OSSymbol * key, OSObject * object))