Home
last modified time | relevance | path

Searched refs:fromEntry (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp1568 IORegistryEntry * fromEntry ) in fromPath() argument
1604 opath, &len, fromEntry ); in fromPath()
1617 if ((NULL == fromEntry) && (*path++ == '/')) { in fromPath()
1618 fromEntry = gRegistryRoot->getChildEntry( plane ); in fromPath()
1620 where = fromEntry; in fromPath()
1641 if (where != fromEntry) { in fromPath()
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h927 IORegistryEntry * fromEntry = NULL );