函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\lsm.c Create Date:2022-07-27 21:39:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:param_set_aaintbool

函数原型:static int param_set_aaintbool(const char *val, const struct kernel_param *kp)

返回类型:int

参数:

类型参数名称
const char *val
const struct kernel_param *kp
1455  如果Flag indicating whether initialization completed 则返回:负EPERM
1459  value等于非非*arg
1460  memcpy( & kp_local, kp, kp_local的长度)
1461  arg等于value
1463  error等于Actually could be a bool or an int, for historical reasons.
1464  如果非error则*arg等于*arg
1466  返回:error