Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

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

Proto:static void tomoyo_set_uint(unsigned int *i, const char *string, const char *find)

Type:void

Parameter:

TypeParameterName
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  If cp Then sscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: formatting of buffer*@...: resulting arguments
Caller
NameDescribe
tomoyo_write_profilemoyo_write_profile - Write profile table.*@head: Pointer to "struct tomoyo_io_buffer".* Returns 0 on success, negative value otherwise.