Function report |
Source Code:scripts\dtc\libfdt\fdt_ro.c |
Create Date:2022-07-28 06:18:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_stringlist_search
Proto:int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, const char *string)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | fdt | |
int | nodeoffset | |
const char * | property | |
const char * | string |
726 | idx = 0 |
729 | list = fdt_getprop(fdt, nodeoffset, property, & length) |
740 | If list + length > end Then Return -FDT_ERR_BADNCELLS: Device tree has a #address-cells, #size-cells* or similar property with a bad format or value |
747 | idx++ |
750 | Return -Error codes: informative error codes |
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 |