Home
last modified time | relevance | path

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

/xnu-12377.1.9/pexpert/gen/
H A Ddevice_tree.c138 if (entry->nProperties == 0) { in skipProperties()
142 for (k = 0; k < entry->nProperties; k++) { in skipProperties()
301 if (nodeP->nProperties == 0) { in find_entry()
307 for (k = 0; k < nodeP->nProperties; ++k) { in find_entry()
354 for (int i = 0; i < currentNode->nProperties; i++) { in SecureDTFindNodeWithPropertyEqualToValueHelper()
609 if (entry->nProperties == 0) { in SecureDTGetPropertyInternal()
613 for (k = 0; k < entry->nProperties; k++) { in SecureDTGetPropertyInternal()
654 if (iter->currentIndex >= iter->entry->nProperties) { in SecureDTIterateProperties()
/xnu-12377.1.9/pexpert/pexpert/
H A Ddevice_tree.h84 uint32_t nProperties;// Number of props[] elements (0 => end) member
/xnu-12377.1.9/iokit/Kernel/
H A DIOHibernateIO.cpp1218 for (idx = 0; idx < entry->nProperties; idx++) { in MergeDeviceTree()