函数逻辑报告 |
Source Code:block\scsi_ioctl.c |
Create Date:2022-07-27 19:11:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:blk_verify_command
函数原型:int blk_verify_command(unsigned char *cmd, fmode_t mode)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned char * | cmd | |
fmode_t | mode |
203 | 如果操作权限检查则返回:0 |
211 | 如果test_bit(cmd[0], write_ok)且mode按位与le is open for writing 则返回:0 |
214 | 返回:负EPERM |
名称 | 描述 |
---|---|
blk_fill_sghdr_rq | |
sg_scsi_ioctl | sg_scsi_ioctl -- handle deprecated SCSI_IOCTL_SEND_COMMAND ioctl*@q: request queue to send scsi commands down*@disk: gendisk to operate on (option)*@mode: mode used to open the file through which the ioctl has been* submitted*@sic: userspace structure |
bsg_scsi_fill_hdr |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |