Home
last modified time | relevance | path

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

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