Lines Matching +full:mode +full:- +full:loader
1 // SPDX-License-Identifier: GPL-2.0
3 * kmod - the kernel module loader
68 kfree(info->argv[3]); /* check call_modprobe() */ in free_modprobe_argv()
69 kfree(info->argv); in free_modprobe_argv()
93 argv[1] = "-q"; in call_modprobe()
94 argv[2] = "--"; in call_modprobe()
112 kmod_dup_request_announce(orig_module_name, -ENOMEM); in call_modprobe()
113 return -ENOMEM; in call_modprobe()
117 * __request_module - try to load a kernel module
122 * Load a module using the user mode module loader. The function returns
129 * If module auto-loading support is disabled then this function
130 * simply returns -ENOENT.
147 return -ENOENT; in __request_module()
153 return -ENAMETOOLONG; in __request_module()