Searched refs:propValue (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
223 if (propValue == NULL || strcmp( (char *)(propP + 1), propValue) == 0)
234 if (find_entry(propName, propValue, entryH) == kSuccess)
/darwin-on-arm/xnu/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 63 milliseconds