Function report |
Source Code:fs\read_write.c |
Create Date:2022-07-28 20:01:23 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_readv
Proto:static ssize_t do_readv(unsigned long fd, const struct iovec __user *vec, unsigned long vlen, rwf_t flags)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | fd | |
const struct iovec __user * | vec | |
unsigned long | vlen | |
rwf_t | flags |
1028 | If file Then |
1030 | If ppos Then |
1040 | If ret > 0 Then add_rchar(current process, ret) |
1042 | inc_syscr(current process) |
1043 | Return ret |
Name | Describe |
---|---|
SYSCALL_DEFINE3 | |
SYSCALL_DEFINE6 |
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 |