函数逻辑报告 |
Source Code:kernel\sysctl-test.c |
Create Date:2022-07-27 15:13:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Test that we can read a two digit number in a sufficiently size buffer.* Nothing fancy.
函数原型:static void sysctl_test_dointvec_read_happy_single_positive(struct kunit *test)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kunit * | test |
186 | data等于0 |
188 | struct ctl_table table = { Text ID for /proc/sys, or zero = "foo", data = & data, maxlen = sizeof(int), mode = 0644, Callback for text formatting = 读sysctl整数向量, extra1 = & i_zero, extra2 = & i_one_hundred, } |
197 | len等于4 |
198 | pos等于0 |
200 | __user乘user_buffer等于buffer |
202 | *data等于13 |
206 | KUNIT_ASSERT_EQ() - Sets an assertion that @left and @right are equal(test, (size_t)3, len) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |