Home
last modified time | relevance | path

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

/xnu-8792.41.9/pexpert/gen/
H A Ddevice_tree.c330 SecureDTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry) in SecureDTLookupEntry() argument
339 if (searchPoint == NULL) { in SecureDTLookupEntry()
342 cur = searchPoint; in SecureDTLookupEntry()
/xnu-8792.41.9/pexpert/pexpert/
H A Ddevice_tree.h180 extern int SecureDTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry…