Searched refs:call_usermodehelper_exec (Results 1 – 4 of 4) sorted by relevance
50 * See call_usermodehelper_exec(). If xchg() returns NULL in umh_complete() 181 * If set, call_usermodehelper_exec() will exit immediately returning -EBUSY305 * From now on call_usermodehelper_exec() won't start any new in __usermodehelper_disable() 343 * structure. This should be passed to call_usermodehelper_exec to353 * context in which call_usermodehelper_exec is called.385 * call_usermodehelper_exec - start a usermode application401 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function 467 EXPORT_SYMBOL(call_usermodehelper_exec);480 * call_usermodehelper_exec().492 return call_usermodehelper_exec(inf in call_usermodehelper() [all...]
43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
102 ret = call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
111 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()