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

/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c188 static char *startingP; // needed for find_entry
189 int find_entry(const char *propName, const char *propValue, DTEntry *entryH);
198 return(find_entry(propName, propValue, entryH));
201 int find_entry(const char *propName, const char *propValue, DTEntry *entryH) function
227 if (find_entry(propName, propValue, entryH) == kSuccess)

Completed in 22 milliseconds