Function report |
Source Code:block\scsi_ioctl.c |
Create Date:2022-07-28 17:36:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_sg_io_hdr
Proto:int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sg_io_hdr * | hdr | |
void __user * | argp |
557 | If in_compat_syscall() Then |
583 | If copy_to_user(argp, & hdr32, size of hdr32 ) Then Return -EFAULT |
586 | Return 0 |
590 | If copy_to_user(argp, hdr, size of hdr ) Then Return -EFAULT |
593 | Return 0 |
Name | Describe |
---|---|
scsi_cmd_ioctl |
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 |