Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\apparmorfs.c Create Date:2022-07-28 19:49:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seq_profile_open

Proto:static int seq_profile_open(struct inode *inode, struct file *file, int (*show)(struct seq_file *, void *))

Type:int

Parameter:

TypeParameterName
struct inode *inode
struct file *file
int (*show
1076  proxy = aa_get_proxy(s or device private pointer )
1077  error = single_open(file, show, proxy)
1079  If error Then
1080  needed for tty driver, and maybe others = NULL
1081  aa_put_proxy(proxy)
1084  Return error
Caller
NameDescribe
seq_profile_name_open
seq_profile_mode_open
seq_profile_attach_open
seq_profile_hash_open