Function report |
Source Code:scripts\dtc\libfdt\fdt_wip.c |
Create Date:2022-07-28 06:18:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_setprop_inplace_namelen_partial
Proto:int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, const char *name, int namelen, uint32_t idx, const void *val, int len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | fdt | |
int | nodeoffset | |
const char * | name | |
int | namelen | |
uint32_t | idx | |
const void * | val | |
int | len |
21 | propval = fdt_getprop_namelen_w(fdt, nodeoffset, name, namelen, & proplen) |
26 | If proplen < len + idx Then Return -FDT_ERR_EXISTS: Attempted to create a node or property which* already exists |
29 | No 3D Now!((char * )propval + idx, val, len) |
30 | Return 0 |
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 |