Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
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 |
Name | Describe |
---|---|
seq_profile_name_open | |
seq_profile_mode_open | |
seq_profile_attach_open | |
seq_profile_hash_open |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |