Home
last modified time | relevance | path

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

/xnu-10002.41.9/pexpert/gen/
H A Ddevice_tree.c138 if (entry->nProperties == 0) { in skipProperties()
142 for (k = 0; k < entry->nProperties; k++) { in skipProperties()
299 if (nodeP->nProperties == 0) { in find_entry()
305 for (k = 0; k < nodeP->nProperties; ++k) { in find_entry()
487 if (entry->nProperties == 0) { in SecureDTGetPropertyInternal()
491 for (k = 0; k < entry->nProperties; k++) { in SecureDTGetPropertyInternal()
532 if (iter->currentIndex >= iter->entry->nProperties) { in SecureDTIterateProperties()
/xnu-10002.41.9/pexpert/pexpert/
H A Ddevice_tree.h84 uint32_t nProperties;// Number of props[] elements (0 => end) member
/xnu-10002.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp1169 for (idx = 0; idx < entry->nProperties; idx++) { in MergeDeviceTree()