Home
last modified time | relevance | path

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

/xnu-11215.81.4/pexpert/pexpert/
H A Ddevice_tree.h327 extern int SecureDTIterateProperties(DTPropertyIterator iterator,
/xnu-11215.81.4/pexpert/gen/
H A Ddevice_tree.c652 SecureDTIterateProperties(DTPropertyIterator iter, char const **foundProperty) in SecureDTIterateProperties() function
/xnu-11215.81.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp448 while (kSuccess == SecureDTIterateProperties( &dtIter, &name)) { in MakeReferenceTable()