函数逻辑报告 |
Source Code:mm\maccess.c |
Create Date:2022-07-27 15:30:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:strnlen_unsafe_user: - Get the size of a user string INCLUDING final NUL.*@unsafe_addr: The string to measure.*@count: Maximum count (including NUL)* Get the size of a NUL-terminated string in user space without pagefault.
函数原型:long strnlen_unsafe_user(const void __user *unsafe_addr, long count)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
const void __user * | unsafe_addr | |
long | count |
268 | old_fs等于获取当前进程地址空间上限() |
271 | 设置寄存器值(fs) |
274 | pagefault_enable() |
275 | 设置寄存器值(fs) |
277 | 返回:ret |
名称 | 描述 |
---|---|
fetch_store_strlen_user | Return the length of string -- including null terminal byte |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |