函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\fdt_ro.c Create Date:2022-07-27 07:15:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:fdt_stringlist_get

函数原型:const char *fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp)

返回类型:char

参数:

类型参数名称
const void *fdt
intnodeoffset
const char *property
intidx
int *lenp
760  list等于fdt_getprop(fdt, nodeoffset, property, & length)
761  如果非list
762  如果lenplenp等于length
765  返回:NULL
768  end等于listlength
770 list小于end循环
771  length等于strnlen(list, end - list)加1
774  如果listlength大于end
778  返回:NULL
781  如果idx恒等于0则
782  如果lenplenp等于length减1
785  返回:list
788  list加等于length
789  idx自减
792  如果lenplenp等于负Error codes: informative error codes
795  返回:NULL