Searched refs:subprocess_info (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | kmod.h | 56 struct subprocess_info { struct 64 int (*init)(struct subprocess_info *info, struct cred *new); argument 65 void (*cleanup)(struct subprocess_info *info); argument 72 extern struct subprocess_info * argument 74 int (*init)(struct subprocess_info *info, struct cred *new), 75 void (*cleanup)(struct subprocess_info *), void *data); 78 call_usermodehelper_exec(struct subprocess_info *info, int wait);
|
/linux-4.4.14/kernel/ |
D | kmod.c | 63 static void free_modprobe_argv(struct subprocess_info *info) in free_modprobe_argv() 71 struct subprocess_info *info; in call_modprobe() 191 static void call_usermodehelper_freeinfo(struct subprocess_info *info) in call_usermodehelper_freeinfo() 198 static void umh_complete(struct subprocess_info *sub_info) in umh_complete() 217 struct subprocess_info *sub_info = data; in call_usermodehelper_exec_async() 269 static void call_usermodehelper_exec_sync(struct subprocess_info *sub_info) in call_usermodehelper_exec_sync() 323 struct subprocess_info *sub_info = in call_usermodehelper_exec_work() 324 container_of(work, struct subprocess_info, work); in call_usermodehelper_exec_work() 519 struct subprocess_info *call_usermodehelper_setup(char *path, char **argv, in call_usermodehelper_setup() 521 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup() [all …]
|
/linux-4.4.14/init/ |
D | do_mounts_initrd.c | 36 static int init_linuxrc(struct subprocess_info *info, struct cred *new) in init_linuxrc() 53 struct subprocess_info *info; in handle_initrd()
|
/linux-4.4.14/security/keys/ |
D | request_key.c | 56 static int umh_keys_init(struct subprocess_info *info, struct cred *cred) in umh_keys_init() 66 static void umh_keys_cleanup(struct subprocess_info *info) in umh_keys_cleanup() 78 struct subprocess_info *info; in call_usermodehelper_keys()
|
/linux-4.4.14/lib/ |
D | kobject_uevent.c | 148 static void cleanup_uevent_env(struct subprocess_info *info) in cleanup_uevent_env() 332 struct subprocess_info *info; in kobject_uevent_env()
|
/linux-4.4.14/fs/ |
D | coredump.c | 491 static int umh_pipe_setup(struct subprocess_info *info, struct cred *new) in umh_pipe_setup() 570 struct subprocess_info *sub_info; in do_coredump()
|