函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fdt_find_add_string_

函数原型:static int fdt_find_add_string_(void *fdt, const char *s, int *allocated)

返回类型:int

参数:

类型参数名称
void *fdt
const char *s
int *allocated
270  strtab等于fdtfdt_totalsize(fdt)
271  strtabsize等于fdt_size_dt_strings(fdt)
274  allocated等于0
276  p等于fdt_find_string_(strtab - strtabsize, strtabsize, s)
277  如果p则返回:pstrtab
280  allocated等于1
282  返回:fdt_add_string_(fdt, s)
调用者
名称描述
fdt_property_placeholder
fdt_add_property_