Lines Matching +full:mode +full:- +full:loader
2 * kmod - the kernel module loader
65 kfree(info->argv[3]); /* check call_modprobe() */ in free_modprobe_argv()
66 kfree(info->argv); in free_modprobe_argv()
88 argv[1] = "-q"; in call_modprobe()
89 argv[2] = "--"; in call_modprobe()
105 return -ENOMEM; in call_modprobe()
109 * __request_module - try to load a kernel module
114 * Load a module using the user mode module loader. The function returns
121 * If module auto-loading support is disabled then this function
122 * simply returns -ENOENT.
139 return -ENOENT; in __request_module()
145 return -ENAMETOOLONG; in __request_module()
161 return -ETIME; in __request_module()
162 } else if (ret == -ERESTARTSYS) { in __request_module()