Lines Matching refs:OSArray

351 	OSArray *           all;  in init()
560 OSArray *
564 OSArray * keys = getPropertyTable()->copyKeys(); in copyPropertyKeys()
1243 OSArray * stack; in getPath()
1282 stack = OSArray::withCapacity( getDepth( plane )); in getPath()
1433 OSArray * set; in getChildFromComponent()
1688 IORegistryEntry::arrayMember( OSArray * set, in arrayMember()
1711 OSArray * links; in makeLink()
1714 if ((links = (OSArray *) in makeLink()
1721 links = OSArray::withObjects((const OSObject **) &to, 1, 1 ); in makeLink()
1741 OSArray * links; in breakLink()
1744 if ((links = (OSArray *) in breakLink()
1759 OSArray *
1764 return (OSArray *) registryTable()->getObject( in getParentSetReference()
1775 OSArray * links; in getParentIterator()
1785 links = OSArray::withCapacity( 1 ); in getParentIterator()
1787 links = OSArray::withArray( links, links->getCount()); in getParentIterator()
1804 OSArray * links; in copyParentEntry()
1831 OSArray *
1835 return (OSArray *) registryTable()->getObject( in getChildSetReference()
1845 OSArray * links; in getChildIterator()
1855 links = OSArray::withCapacity( 1 ); in getChildIterator()
1857 links = OSArray::withArray( links, links->getCount()); in getChildIterator()
1873 OSArray * links; in getChildCount()
1891 OSArray * links; in copyChildEntry()
1930 OSArray * array; in applyToChildren()
1939 array = OSArray::withArray( getChildSetReference( plane )); in applyToChildren()
1956 OSArray * array; in applyToParents()
1965 array = OSArray::withArray( getParentSetReference( plane )); in applyToParents()
1982 OSArray * links; in isChild()
2006 OSArray * links; in isParent()
2074 OSArray * links; in attachToParent()
2161 OSArray * links; in attachToChild()
2195 OSArray * links; in detachFromParent()
2226 OSArray * links; in detachFromChild()
2297 OSArray * parents; in getDepth()
2485 OSArray * links = NULL; in getNextObjectFlat()