函数逻辑报告 |
Source Code:security\tomoyo\common.c |
Create Date:2022-07-27 21:05:23 |
Last Modify:2020-03-18 09:15:18 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_read_group - Read "struct tomoyo_path_group"/"struct tomoyo_number_group"/"struct tomoyo_address_group" list.*@head: Pointer to "struct tomoyo_io_buffer".*@idx: Index number.* Returns true on success, false otherwise.* Caller holds tomoyo_read_lock().
函数原型:static bool tomoyo_read_group(struct tomoyo_io_buffer *head, const int idx)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct tomoyo_io_buffer * | head | |
const int | idx |
1801 | list等于 List of "struct tomoyo_group". [idx] |
1811 | 如果rue or false or TOMOYO_GC_IN_PROGRESS 则继续下一循环 |
1818 | 如果idx恒等于TOMOYO_PATH_GROUP则 |
1823 | 否则如果idx恒等于TOMOYO_NUMBER_GROUP则 |
1828 | 否则如果idx恒等于TOMOYO_ADDRESS_GROUP则 |
1834 | tomoyo_print_ip(buffer, buffer的长度, & Structure for holding an IP address. ) |
1840 | acl = NULL |
1842 | group = NULL |
1843 | 返回:true |
名称 | 描述 |
---|---|
tomoyo_read_exception | moyo_read_exception - Read exception policy.*@head: Pointer to "struct tomoyo_io_buffer".* Caller holds tomoyo_read_lock(). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |