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