函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:moyo_set_uint - Set value for specified preference.*@i: Pointer to "unsigned int".*@string: String to check.*@find: Name of keyword.* Returns nothing.

函数原型:static void tomoyo_set_uint(unsigned int *i, const char *string, const char *find)

返回类型:void

参数:

类型参数名称
unsigned int *i
const char *string
const char *find
579  cp等于strstr - Find the first substring in a %NUL terminated string*@s1: The string to be searched*@s2: The string to search for
581  如果cpsscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: formatting of buffer*@...: resulting arguments
调用者
名称描述
tomoyo_write_profilemoyo_write_profile - Write profile table.*@head: Pointer to "struct tomoyo_io_buffer".* Returns 0 on success, negative value otherwise.