Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:single_open
Proto:int single_open(struct file *file, int (*show)(struct seq_file *, void *), void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
int (* | show | |
void * | data |
569 | op = Allocation memory |
572 | If op Then |
573 | start = single_start |
574 | next = single_next |
575 | stop = single_stop |
583 | Return res |
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 |