Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1550 IORegistryEntry * fromEntry ) in fromPath() argument
1586 opath, &len, fromEntry ); in fromPath()
1599 if ((NULL == fromEntry) && (*path++ == '/')) { in fromPath()
1600 fromEntry = gRegistryRoot->getChildEntry( plane ); in fromPath()
1602 where = fromEntry; in fromPath()
1623 if (where != fromEntry) { in fromPath()
/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h925 IORegistryEntry * fromEntry = NULL );