Searched refs:propValue (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
216 if (propValue == NULL || strcmp( (char *)(propP + 1), propValue) == 0)
227 if (find_entry(propName, propValue, entryH) == kSuccess)
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Ddevice_tree.h132 Find the device tree entry that contains propName=propValue.
138 extern int DTFindEntry(const char *propName, const char *propValue, DTEntry *entryH);

Completed in 26 milliseconds