函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fdt_node_offset_by_prop_value

函数原型:int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen)

返回类型:int

参数:

类型参数名称
const void *fdt
intstartoffset
const char *propname
const void *propval
intproplen
644 offset大于等于0循环
647  val等于fdt_getprop(fdt, offset, propname, & len)
648  如果vallen恒等于proplenmemcmp(val, propval, len)恒等于0则返回:offset
653  返回:offset