Function report |
Source Code:security\tomoyo\common.h |
Create Date:2022-07-28 19:32:42 |
Last Modify:2020-03-18 09:12:16 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_same_number_union - Check for duplicated "struct tomoyo_number_union" entry.*@a: Pointer to "struct tomoyo_number_union".*@b: Pointer to "struct tomoyo_number_union".* Returns true if @a == @b, false otherwise.
Proto:static inline bool tomoyo_same_number_union(const struct tomoyo_number_union *a, const struct tomoyo_number_union *b)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct tomoyo_number_union * | a | |
const struct tomoyo_number_union * | b |
1250 | Return values[0] == values[0] && values[1] == values[1] && Maybe NULL. == Maybe NULL. && One of values in "enum tomoyo_value_type". [0] == One of values in "enum tomoyo_value_type". [0] && One of values in "enum tomoyo_value_type". [1] == One of values in "enum tomoyo_value_type". [1] |
Name | Describe |
---|---|
tomoyo_same_mkdev_acl | moyo_same_mkdev_acl - Check for duplicated "struct tomoyo_mkdev_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b except permission bits, false otherwise. |
tomoyo_same_path_number_acl | moyo_same_path_number_acl - Check for duplicated "struct tomoyo_path_number_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b except permission bits, false otherwise. |
tomoyo_same_mount_acl | moyo_same_mount_acl - Check for duplicated "struct tomoyo_mount_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b, false otherwise. |
tomoyo_same_inet_acl | moyo_same_inet_acl - Check for duplicated "struct tomoyo_inet_acl" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b except permission bits, false otherwise. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |