函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:nextprop_

函数原型:static int nextprop_(const void *fdt, int offset)

返回类型:int

参数:

类型参数名称
const void *fdt
intoffset
191  循环
192  tag等于fdt_next_tag(fdt, offset, & nextoffset)
195  :tag恒等于FDT_END
198  否则返回:nextoffset
202  返回:offset
204  offset等于nextoffset
205 tag恒等于p 循环
207  返回:负Error codes: informative error codes
调用者
名称描述
fdt_first_property_offset
fdt_next_property_offset