函数逻辑报告 |
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 |
函数名称:warn_sysctl_write
函数原型:static void warn_sysctl_write(struct ctl_table *table)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct ctl_table * | table |
2069 | pr_warn_once("%s wrote to %s when file position was not 0!\nThis will not be supported in the future. To silence this\nwarning, set kernel.sysctl_writes_strict = -1\n", comm, Text ID for /proc/sys, or zero ) |
名称 | 描述 |
---|---|
proc_first_pos_non_zero_ignore | 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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |