Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
void *fdt
intnodeoffset
const char *name
intnamelen
uint32_tidx
const void *val
intlen
21  propval = fdt_getprop_namelen_w(fdt, nodeoffset, name, namelen, & proplen)
23  If Not propval Then Return 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