函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\binfmt_misc.c Create Date:2022-07-29 11:02:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:generic stuff

函数原型:static void entry_status(Node *e, char *page)

返回类型:void

参数:

类型参数名称
Node *e
char *page
551  dp等于page
552  status等于"disabled"
554  如果st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting fromstatus等于"enabled"
557  如果非VERBOSE_STATUS
558  输出格式化串
559  返回
562  dp加等于输出格式化串
565  dp加等于输出格式化串
566  如果 type, status, etc. 按位与MISC_FMT_PRESERVE_ARGV0dp自加等于'P'
568  如果 type, status, etc. 按位与MISC_FMT_OPEN_BINARYdp自加等于'O'
570  如果 type, status, etc. 按位与MISC_FMT_CREDENTIALSdp自加等于'C'
572  如果 type, status, etc. 按位与MISC_FMT_OPEN_FILEdp自加等于'F'
574  dp自加等于'\n'
576  如果非st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from
577  输出格式化串
578  否则
579  dp加等于输出格式化串
580  dp等于 二进制数据转换为ASCII码的十六进制字符串
582  dp加等于输出格式化串
585  dp自加等于'\n'
586  dp等于'\0'
调用者
名称描述
bm_entry_read/