| Function report | 
| Source Code: kernel\umh.c | Create Date:2022-07-28 09:22:47 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name: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
Proto:int fork_usermode_blob(void *data, size_t len, struct umh_info *info)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| void * | data | |
| size_t | len | |
| struct umh_info * | info | 
| 503 | pos = 0 | 
| 506 | file = shmem_kernel_file_setup("", len, 0) | 
| 525 | If Not err Then | 
| 526 | mutex_lock( & umh_list_lock) | 
| 528 | mutex_unlock( & umh_list_lock) | 
| 530 | out : | 
| 532 | Return err | 
| 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 |