函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fdt_move

函数原型:int fdt_move(const void *fdt, void *buf, int bufsize)

返回类型:int

参数:

类型参数名称
const void *fdt
void *buf
intbufsize
281  如果fdt_totalsize(fdt)大于bufsize则返回:负FDT_ERR_EXISTS: Attempted to create a node or property which* already exists
284  Not static to avoid a conflict with the prototype in the Linux headers.
285  返回:0
调用者
名称描述
fdt_open_into