函数逻辑报告 |
Source Code:lib\bitmap.c |
Create Date:2022-07-27 07:17:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:map_parselist - convert list format ASCII string to bitmap*@buf: read user string from this buffer; must be terminated* with a \0 or \n
函数原型:int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | buf | |
unsigned long * | maskp | |
int | nmaskbits |
659 | bitmap_zero(maskp, nmaskbits) |
663 | 如果(buf == NULL)则返回:0 |
666 | buf等于bitmap_parse_region(buf, & r) |
670 | ret等于bitmap_check_region( & r) |
674 | ret等于bitmap_set_region( & r, maskp, nmaskbits) |
679 | 返回:0 |
名称 | 描述 |
---|---|
bitmap_parselist_user | map_parselist_user()*@ubuf: pointer to user buffer containing string.*@ulen: buffer size in bytes. If string is smaller than this* then it must be terminated with a \0.*@maskp: pointer to bitmap array that will contain result. |
__test_bitmap_parselist | |
cpulist_parse | 从用户空间中提取CPU信息 |
__nodelist_parse |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |