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

/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c195 static char *startingP; // needed for find_entry
196 int find_entry(const char *propName, const char *propValue, DTEntry *entryH);
205 return(find_entry(propName, propValue, entryH));
208 int find_entry(const char *propName, const char *propValue, DTEntry *entryH) function
234 if (find_entry(propName, propValue, entryH) == kSuccess)

Completed in 77 milliseconds