Home
last modified time | relevance | path

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

/linux/kernel/
H A Dumh.c50 * See call_usermodehelper_exec(). If xchg() returns NULL in umh_complete()
181 * If set, call_usermodehelper_exec() will exit immediately returning -EBUSY
305 * From now on call_usermodehelper_exec() won't start any new in __usermodehelper_disable()
343 * structure. This should be passed to call_usermodehelper_exec to
353 * context in which call_usermodehelper_exec is called.
385 * call_usermodehelper_exec - start a usermode application
401 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...]
/linux/include/linux/
H A Dumh.h43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/linux/kernel/module/
H A Dkmod.c102 ret = call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
/linux/security/keys/
H A Drequest_key.c111 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()