Function report |
Source Code:fs\read_write.c |
Create Date:2022-07-28 20:01:24 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE5
Proto:SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h)
Type:
Parameter:Nothing
1157 | pos = pos_from_hilo(pos_h, pos_l) |
1159 | Return do_pwritev(fd, vec, vlen, pos, 0) |
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 |