Searched refs:subprocess_info (Results 1 – 1 of 1) sorted by relevance
20 struct subprocess_info { struct28 int (*init)(struct subprocess_info *info, struct cred *new); argument29 void (*cleanup)(struct subprocess_info *info); argument36 extern struct subprocess_info * argument39 int (*init)(struct subprocess_info *info, struct cred *new),40 void (*cleanup)(struct subprocess_info *), void *data);43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
Completed in 3 milliseconds