Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\common.c Create Date:2022-07-28 19:34:11
Last Modify:2020-03-18 09:15:18 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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.

Proto:static void tomoyo_print_number_union_nospace(struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr)

Type:void

Parameter:

TypeParameterName
struct tomoyo_io_buffer *head
const struct tomoyo_number_union *ptr
430  If Maybe NULL. Then
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  Else
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  When i < 2 cycle
452  Default
457  If min == max && min_type == max_type Then Break
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.
Caller
NameDescribe
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.