函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\condition.c Create Date:2022-07-27 21:07:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:moyo_same_condition - Check for duplicated "struct tomoyo_condition" entry.*@a: Pointer to "struct tomoyo_condition".*@b: Pointer to "struct tomoyo_condition".* Returns true if @a == @b, false otherwise.

函数原型:static inline bool tomoyo_same_condition(const struct tomoyo_condition *a, const struct tomoyo_condition *b)

返回类型:bool

参数:

类型参数名称
const struct tomoyo_condition *a
const struct tomoyo_condition *b
360  返回:Memory size allocated for this entry. 恒等于Memory size allocated for this entry. Number of conditions in this struct. 恒等于Number of conditions in this struct. Number of "struct tomoyo_number_union values". 恒等于Number of "struct tomoyo_number_union values". Number of "struct tomoyo_name_union names". 恒等于Number of "struct tomoyo_name_union names". Number of "struct tomoyo_argv". 恒等于Number of "struct tomoyo_argv". Number of "struct tomoyo_envp". 恒等于Number of "struct tomoyo_envp". One of values in "enum tomoyo_grant_log". 恒等于One of values in "enum tomoyo_grant_log". Maybe NULL. 恒等于Maybe NULL. 且非内存比较
调用者
名称描述
tomoyo_commit_conditionmoyo_commit_condition - Commit "struct tomoyo_condition".*@entry: Pointer to "struct tomoyo_condition".* Returns pointer to "struct tomoyo_condition" on success, NULL otherwise.* This function merges duplicated entries. This function returns NULL if