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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp9836 kmod_reference_t * kmod_ref = NULL; local
9857 for (kmod_ref = (kmod_reference_t *) summary->reference_list;
9858 kmod_ref;
9859 kmod_ref = kmod_ref->next) {
9862 if (pmap_find_phys(kernel_pmap, (addr64_t)((uintptr_t)kmod_ref)) == 0) {
9864 "due to missing dependency page: %p\n", kmod_ref);
9867 rinfo = kmod_ref->info;

Completed in 272 milliseconds