Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c1910 const struct mod **itr_dst, **itr_dst_end; in depmod_calculate_dependencies() local
1919 itr_dst = (const struct mod **)src->deps.array; in depmod_calculate_dependencies()
1920 itr_dst_end = itr_dst + src->deps.count; in depmod_calculate_dependencies()
1921 for (; itr_dst < itr_dst_end; itr_dst++) { in depmod_calculate_dependencies()
1922 const struct mod *dst = *itr_dst; in depmod_calculate_dependencies()