Function report |
Source Code:scripts\dtc\libfdt\fdt_ro.c |
Create Date:2022-07-28 06:18:26 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_path_offset_namelen
Proto:int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const void * | fdt | |
| const char * | path | |
| int | namelen |
| 239 | offset = 0 |
| 244 | If path != '/' Then |
| 251 | If Not p Then Return -FDT_ERR_BADOFFSET: Function was passed a structure block* offset which is out-of-bounds, or which points to an* unsuitable part of the structure for the operation. |
| 253 | offset = fdt_path_offset(fdt, p) |
| 277 | Return offset |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |