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

/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c189 int find_entry(const char *propName, const char *propValue, DTEntry *entryH);
191 int DTFindEntry(const char *propName, const char *propValue, DTEntry *entryH) argument
198 return(find_entry(propName, propValue, entryH));
201 int find_entry(const char *propName, const char *propValue, DTEntry *entryH) argument
218 *entryH = (DTEntry)nodeP;
227 if (find_entry(propName, propValue, entryH) == kSuccess)
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Ddevice_tree.h135 Returns: kSuccess = entry was found. Entry is in entryH.
138 extern int DTFindEntry(const char *propName, const char *propValue, DTEntry *entryH);

Completed in 73 milliseconds