Function report |
Source Code:fs\binfmt_misc.c |
Create Date:2022-07-28 20:27:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Set status of entry/binfmt_misc:* '1' enables, '0' disables and '-1' clears entry/binfmt_misc
Proto:static int parse_command(const char __user *buffer, size_t count)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char __user * | buffer | |
size_t | count |
532 | If copy_from_user(s, buffer, count) Then Return -EFAULT |
534 | If Not count Then Return 0 |
544 | Return -EINVAL |
Name | Describe |
---|---|
bm_entry_write | |
bm_status_write |
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 |