Searched refs:subprocess_info (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | umh.h | 19 struct subprocess_info { struct 29 int (*init)(struct subprocess_info *info, struct cred *new); argument 30 void (*cleanup)(struct subprocess_info *info); argument 37 extern struct subprocess_info * argument 40 int (*init)(struct subprocess_info *info, struct cred *new), 41 void (*cleanup)(struct subprocess_info *), void *data); 43 struct subprocess_info *call_usermodehelper_setup_file(struct file *file, 44 int (*init)(struct subprocess_info *info, struct cred *new), 45 void (*cleanup)(struct subprocess_info *), void *data); 54 call_usermodehelper_exec(struct subprocess_info *info, int wait);
|
/Linux-v4.19/kernel/ |
D | umh.c | 41 static void call_usermodehelper_freeinfo(struct subprocess_info *info) in call_usermodehelper_freeinfo() 48 static void umh_complete(struct subprocess_info *sub_info) in umh_complete() 67 struct subprocess_info *sub_info = data; in call_usermodehelper_exec_async() 124 static void call_usermodehelper_exec_sync(struct subprocess_info *sub_info) in call_usermodehelper_exec_sync() 178 struct subprocess_info *sub_info = in call_usermodehelper_exec_work() 179 container_of(work, struct subprocess_info, work); in call_usermodehelper_exec_work() 374 struct subprocess_info *call_usermodehelper_setup(const char *path, char **argv, in call_usermodehelper_setup() 376 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup() 377 void (*cleanup)(struct subprocess_info *info), in call_usermodehelper_setup() 380 struct subprocess_info *sub_info; in call_usermodehelper_setup() [all …]
|
D | kmod.c | 64 static void free_modprobe_argv(struct subprocess_info *info) in free_modprobe_argv() 72 struct subprocess_info *info; in call_modprobe()
|
/Linux-v4.19/init/ |
D | do_mounts_initrd.c | 27 static int init_linuxrc(struct subprocess_info *info, struct cred *new) in init_linuxrc() 44 struct subprocess_info *info; in handle_initrd()
|
/Linux-v4.19/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-v4.19/lib/ |
D | kobject_uevent.c | 270 static void cleanup_uevent_env(struct subprocess_info *info) in cleanup_uevent_env() 594 struct subprocess_info *info; in kobject_uevent_env()
|
/Linux-v4.19/fs/ |
D | coredump.c | 521 static int umh_pipe_setup(struct subprocess_info *info, struct cred *new) in umh_pipe_setup() 600 struct subprocess_info *sub_info; in do_coredump()
|