函数逻辑报告 |
Source Code:kernel\sysctl.c |
Create Date:2022-07-27 10:10:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:proc_first_pos_non_zero_ignore - check if first position is allowed*@ppos: file position*@table: the sysctl table* Returns true if the first position is non-zero and the sysctl_writes_strict* mode indicates this is not allowed for numeric input types
函数原型:static bool proc_first_pos_non_zero_ignore(loff_t *ppos, struct ctl_table *table)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
loff_t * | ppos | |
struct ctl_table * | table |
2087 | 如果非ppos则返回:false |
2092 | 返回:true |
2094 | warn_sysctl_write(table) |
2095 | 返回:false |
2096 | 默认 |
2097 | 返回:false |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |