Function report |
Source Code:block\genhd.c |
Create Date:2022-07-28 17:18:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rator
Proto:static void *disk_seqf_start(struct seq_file *seqf, loff_t *pos)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | seqf | |
loff_t * | pos |
1002 | iter = Allocation memory |
1007 | class_dev_iter_init(iter, & block_class, NULL, & disk_type) |
1008 | Do |
1009 | dev = class_dev_iter_next(iter) |
1010 | If Not dev Then Return NULL |
1014 | Return dev_to_disk(dev) |
Name | Describe |
---|---|
show_partition_start |
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 |