Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp7446 for (uint32_t refIndex = 0; refIndex < num_kmod_refs; refIndex++) { in loadExecutable() local
7447 kmod_reference_t * ref = &(kmod_info->reference_list[refIndex]); in loadExecutable()
7448 OSKext * refKext = OSDynamicCast(OSKext, dependencies->getObject(refIndex)); in loadExecutable()
7452 if (refIndex + 1 < num_kmod_refs) { in loadExecutable()
7453 ref->next = kmod_info->reference_list + refIndex + 1; in loadExecutable()
8783 for (uint32_t refIndex = 0; refIndex < num_kmod_refs; refIndex++) { local
8784 kmod_reference_t * ref = &(kmod_info->reference_list[refIndex]);