函数逻辑报告 |
Source Code:kernel\params.c |
Create Date:2022-07-27 10:30:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:We break the rule and mangle the string.
函数原型:static int param_array(struct module *mod, const char *name, const char *val, unsigned int min, unsigned int max, void *elem, int elemsize, int (*set)(const char *, const struct kernel_param *kp), s16 level, unsigned int *num)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct module * | mod | |
const char * | name | |
const char * | val | |
unsigned int | min | |
unsigned int | max | |
void * | elem | |
int | elemsize | |
int (* | set | |
s16 | level | |
unsigned int * | num |
412 | num等于0 |
414 | 循环 |
421 | len等于strcspn - Calculate the length of the initial substring of @s which does not contain letters in @reject*@s: The string to be searched*@reject: The string to avoid |
425 | ) = '\0' |
426 | check_kparam_locked(mod) |
433 | num自加 |
440 | 返回:0 |
名称 | 描述 |
---|---|
param_array_set |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |