函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mtrr\if.c |
Create Date:2022-07-27 09:05:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seq_file can seek but we ignore it.* Format of control line:* "base=%Lx size=%Lx type=%s" or "disable=%d"
函数原型:static ssize_t mtrr_write(struct file *file, const char __user *buf, size_t len, loff_t *ppos)
返回类型:ssize_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | file | |
const char __user * | buf | |
size_t | len | |
loff_t * | ppos |
109 | len等于min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(size_t, len, LINE_SIZE - 1) |
119 | 如果非字符串指定长度比较则 |
120 | reg等于转换字符串为无符号整形 |
124 | 返回:len |
130 | base等于十六进制串转换为长整数 |
136 | size等于十六进制串转换为长整数 |
149 | base右移等于PAGE_SHIFT determines the page size 位 |
150 | size右移等于PAGE_SHIFT determines the page size 位 |
154 | 返回:len |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |