Searched refs:FDT_ERR_BADPATH (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_strerror.c | 27 FDT_ERRTABENT(FDT_ERR_BADPATH),
|
H A D | libfdt.h | 36 #define FDT_ERR_BADPATH 5 macro 37 /* FDT_ERR_BADPATH: Function was passed a badly formatted path 512 * -FDT_ERR_BADPATH, given path does not begin with '/' or is invalid 2062 * -FDT_ERR_BADPATH,
|
H A D | fdt_ro.c | 267 return -FDT_ERR_BADPATH; in fdt_path_offset_namelen()
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt_strerror.c | 27 FDT_ERRTABENT(FDT_ERR_BADPATH),
|
H A D | libfdt.h | 37 #define FDT_ERR_BADPATH 5 macro 38 /* FDT_ERR_BADPATH: Function was passed a badly formatted path 530 * -FDT_ERR_BADPATH, given path does not begin with '/' or is invalid 2118 * -FDT_ERR_BADPATH,
|
H A D | fdt_ro.c | 267 return -FDT_ERR_BADPATH; in fdt_path_offset_namelen()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | fdtput.c | 199 report_error(node_name, -1, -FDT_ERR_BADPATH); in create_node()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | fdtput.c | 199 report_error(node_name, -1, -FDT_ERR_BADPATH); in create_node()
|
Completed in 9 milliseconds