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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkmod.h80 int call_usermodehelper_exec(struct subprocess_info *info, enum umh_wait wait);
83 to call call_usermodehelper_exec */
102 return call_usermodehelper_exec(info, wait);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkmod.c250 * If set, call_usermodehelper_exec() will exit immediately returning -EBUSY
281 * From now on call_usermodehelper_exec() won't start any new
330 * structure. This should be passed to call_usermodehelper_exec to
364 * context in which call_usermodehelper_exec is called.
378 * call_usermodehelper_exec - start a usermode application
389 int call_usermodehelper_exec(struct subprocess_info *sub_info, function
419 EXPORT_SYMBOL(call_usermodehelper_exec); variable
H A Dsys.c1802 ret = call_usermodehelper_exec(info, UMH_NO_WAIT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Drequest_key.c90 return call_usermodehelper_exec(info, wait);

Completed in 130 milliseconds