Function report |
Source Code:kernel\umh.c |
Create Date:2022-07-28 09:22:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:call_usermodehelper_setup_file
Proto:struct subprocess_info *call_usermodehelper_setup_file(struct file *file, int (*init)(struct subprocess_info *info, struct cred *new), void (*cleanup)(struct subprocess_info *info), void *data)
Type:struct subprocess_info
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
int (* | init | |
void (* | cleanup | |
void * | data |
416 | sub_info = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
417 | If Not sub_info Then Return NULL |
421 | If Not argv Then |
423 | Return NULL |
427 | path = "none" |
432 | Return sub_info |
Name | Describe |
---|---|
fork_usermode_blob | rk_usermode_blob - fork a blob of bytes as a usermode process*@data: a blob of bytes that can be do_execv-ed as a file*@len: length of the blob*@info: information about usermode process (shouldn't be NULL)* If info->cmdline is set it will be used as |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |