Home
last modified time | relevance | path

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

/busybox-1.35.0/modutils/
Dmodprobe-small.c106 int module_found_idx; member
118 #define module_found_idx (G.module_found_idx ) macro
409 module_found_idx = cur; in fileAction()
749 module_found_idx = -1; in process_module()
758 if (module_found_idx >= 0) { /* module was found */ in process_module()
760 infovec[0] = &modinfo[module_found_idx]; in process_module()