函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:moyo_print_number_union_nospace - Print a tomoyo_number_union without a space.*@head: Pointer to "struct tomoyo_io_buffer".*@ptr: Pointer to "struct tomoyo_number_union".* Returns nothing.

函数原型:static void tomoyo_print_number_union_nospace(struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr)

返回类型:void

参数:

类型参数名称
struct tomoyo_io_buffer *head
const struct tomoyo_number_union *ptr
430  如果Maybe NULL.
431  moyo_set_string - Queue string to "struct tomoyo_io_buffer" structure
432  moyo_set_string - Queue string to "struct tomoyo_io_buffer" structure
433  否则
435  min等于values[0]
436  max等于values[1]
437  min_type等于One of values in "enum tomoyo_value_type". [0]
438  max_type等于One of values in "enum tomoyo_value_type". [1]
441  buffer[0]等于'\0'
442 i小于2循环
452  默认
457  如果min恒等于maxmin_type恒等于max_type退出
460  min_type等于max_type
461  min等于max
463  moyo_io_printf - printf() to "struct tomoyo_io_buffer" structure.*@head: Pointer to "struct tomoyo_io_buffer".*@fmt: The printf()'s format string, followed by parameters.
调用者
名称描述
tomoyo_print_number_unionmoyo_print_number_union - Print a tomoyo_number_union.*@head: Pointer to "struct tomoyo_io_buffer".*@ptr: Pointer to "struct tomoyo_number_union".* Returns nothing.
tomoyo_print_conditionmoyo_print_condition - Print condition part.*@head: Pointer to "struct tomoyo_io_buffer".*@cond: Pointer to "struct tomoyo_condition".* Returns true on success, false otherwise.