Home
last modified time | relevance | path

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

/xnu-10002.81.5/pexpert/pexpert/
H A Ddevice_tree.h113 } OpaqueDTPropertyIterator, *DTPropertyIterator; typedef
122 typedef struct OpaqueDTPropertyIterator* DTPropertyIterator; typedef
265 extern int SecureDTInitPropertyIterator(const DTEntry entry, DTPropertyIterator iter);
273 extern int SecureDTIterateProperties(DTPropertyIterator iterator,
282 extern int SecureDTRestartPropertyIteration(DTPropertyIterator iterator);
/xnu-10002.81.5/pexpert/gen/
H A Ddevice_tree.c521 SecureDTInitPropertyIterator(const DTEntry entry, DTPropertyIterator iter) in SecureDTInitPropertyIterator()
530 SecureDTIterateProperties(DTPropertyIterator iter, char const **foundProperty) in SecureDTIterateProperties()
549 SecureDTRestartPropertyIteration(DTPropertyIterator iter) in SecureDTRestartPropertyIteration()