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

/macosx-10.5.8/xnu-1228.15.4/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.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c234 DTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry) argument
243 if (searchPoint == NULL) {
246 cur = searchPoint;

Completed in 29 milliseconds