函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Declare the /proc files.

函数原型:static int __init key_proc_init(void)

返回类型:int

参数:

47  p等于proc_create_seq("keys", 0, NULL, & proc_keys_ops)
48  如果非ppanic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
51  p等于proc_create_seq("key-users", 0, NULL, & proc_key_users_ops)
52  如果非ppanic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
55  返回:0