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

/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c196 int find_entry(const char *propName, const char *propValue, DTEntry *entryH);
198 int DTFindEntry(const char *propName, const char *propValue, DTEntry *entryH) argument
205 return(find_entry(propName, propValue, entryH));
208 int find_entry(const char *propName, const char *propValue, DTEntry *entryH) argument
225 *entryH = (DTEntry)nodeP;
234 if (find_entry(propName, propValue, entryH) == kSuccess)
/darwin-on-arm/xnu/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 7 milliseconds