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

/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h142 Locates an entry given a specified subroot (searchPoint) and path name. If the
143 searchPoint pointer is NULL, the path name is assumed to be an absolute path
146 extern int DTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry);
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c241 DTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry) argument
250 if (searchPoint == NULL) {
253 cur = searchPoint;

Completed in 106 milliseconds