Home
last modified time | relevance | path

Searched refs:propValue (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.81.5/pexpert/gen/
H A Ddevice_tree.c278 int find_entry(const char *propName, const char *propValue, DTEntry *entryH);
281 SecureDTFindEntry(const char *propName, const char *propValue, DTEntry *entryH) in SecureDTFindEntry() argument
288 return find_entry(propName, propValue, entryH); in SecureDTFindEntry()
292 find_entry(const char *propName, const char *propValue, DTEntry *entryH) in find_entry() argument
312 if (propValue == NULL || strcmp((char const *)(propP + 1), propValue) == 0) { in find_entry()
322 if (find_entry(propName, propValue, entryH) == kSuccess) { in find_entry()
/xnu-10002.81.5/pexpert/pexpert/
H A Ddevice_tree.h170 extern int SecureDTFindEntry(const char *propName, const char *propValue, DTEntry *entryH);