Searched refs:kmod_ref (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp10208 kmod_reference_t * kmod_ref = NULL; local
10222 for (kmod_ref = (kmod_reference_t *) summary->reference_list;
10223 kmod_ref;
10224 kmod_ref = kmod_ref->next) {
10227 if (pmap_find_phys(kernel_pmap, (addr64_t)((uintptr_t)kmod_ref)) == 0) {
10229 "due to missing dependency page: %p\n", kmod_ref);
10232 rinfo = kmod_ref->info;

Completed in 161 milliseconds