Home
last modified time | relevance | path

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

/xnu-12377.1.9/pexpert/gen/
H A Ddevice_tree.c452 SecureDTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry) in SecureDTLookupEntry() argument
461 if (searchPoint == NULL) { in SecureDTLookupEntry()
464 cur = searchPoint; in SecureDTLookupEntry()
/xnu-12377.1.9/pexpert/pexpert/
H A Ddevice_tree.h234 extern int SecureDTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry…