Home
last modified time | relevance | path

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

/xnu-12377.1.9/pexpert/pexpert/
H A Ddevice_tree.h113 } OpaqueDTPropertyIterator, *DTPropertyIterator; typedef
122 typedef struct OpaqueDTPropertyIterator* DTPropertyIterator; typedef
319 extern int SecureDTInitPropertyIterator(const DTEntry entry, DTPropertyIterator iter);
327 extern int SecureDTIterateProperties(DTPropertyIterator iterator,
336 extern int SecureDTRestartPropertyIteration(DTPropertyIterator iterator);
/xnu-12377.1.9/pexpert/gen/
H A Ddevice_tree.c643 SecureDTInitPropertyIterator(const DTEntry entry, DTPropertyIterator iter) in SecureDTInitPropertyIterator()
652 SecureDTIterateProperties(DTPropertyIterator iter, char const **foundProperty) in SecureDTIterateProperties()
671 SecureDTRestartPropertyIteration(DTPropertyIterator iter) in SecureDTRestartPropertyIteration()