函数逻辑报告 |
Source Code:kernel\sysctl_binary.c |
Create Date:2022-07-27 10:12:06 |
Last Modify:2020-03-17 13:22:06 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:do_sysctl
函数原型:static ssize_t do_sysctl(int __user *args_name, int nlen, void __user *oldval, size_t oldlen, void __user *newval, size_t newlen)
返回类型:ssize_t
参数:
类型 | 参数 | 名称 |
---|---|---|
int __user * | args_name | |
int | nlen | |
void __user * | oldval | |
size_t | oldlen | |
void __user * | newval | |
size_t | newlen |
85 | 如果nlen小于0或nlen大于how many path components do we allow in acall to sysctl? In other words, what isthe largest acceptable value for the nlenmember of a struct __sysctl_args to have? 则返回:负ENOTDIR |
88 | 以i小于nlen循环如果Careful: we have to cast the result to the type of the pointer* for sign reasons(name[i], args_name + i)则 |
90 | 返回:负EFAULT |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |