Home
last modified time | relevance | path

Searched refs:SecureDTInitPropertyIterator (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/pexpert/pexpert/
H A Ddevice_tree.h319 extern int SecureDTInitPropertyIterator(const DTEntry entry, DTPropertyIterator iter);
/xnu-11215.81.4/pexpert/gen/
H A Ddevice_tree.c643 SecureDTInitPropertyIterator(const DTEntry entry, DTPropertyIterator iter) in SecureDTInitPropertyIterator() function
/xnu-11215.81.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp444 (kSuccess == SecureDTInitPropertyIterator( dtEntry, &dtIter))) { in MakeReferenceTable()