Home
last modified time | relevance | path

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

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