Function report |
Source Code:security\keys\proc.c |
Create Date:2022-07-28 18:25:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:proc_keys_next
Proto:static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | p | |
void * | v | |
loff_t * | _pos |
139 | n = Implement "/proc/keys" to provide a list of the keys on the system that* grant View permission to the caller. |
140 | If n Then _pos = key_node_serial(n) |
142 | Return n |
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 |