Function report |
Source Code:block\cmdline-parser.c |
Create Date:2022-07-28 18:01:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cmdline_parts_find
Proto:struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts, const char *bdev)
Type:struct cmdline_parts
Parameter:
Type | Parameter | Name |
---|---|---|
struct cmdline_parts * | parts | |
const char * | bdev |
215 | When parts && strncmp(bdev, block device, such as 'mmcblk0' , size of block device, such as 'mmcblk0' ) cycle |
216 | parts = next_parts |
217 | Return parts |
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 |