Searched refs:FDT_ERR_NOTFOUND (Results 1 – 10 of 10) sorted by relevance
129 return -FDT_ERR_NOTFOUND; in _nextprop()147 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen()401 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path()418 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()431 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()437 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset()567 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
197 return -FDT_ERR_NOTFOUND; in fdt_del_mem_rsv()283 if (err == -FDT_ERR_NOTFOUND) in fdt_setprop()349 else if (offset != -FDT_ERR_NOTFOUND) in fdt_add_subnode_namelen()
192 return -FDT_ERR_NOTFOUND; in fdt_next_node()
61 #define FDT_ERR_NOTFOUND 1 macro
15 if (offset == -FDT_ERR_NOTFOUND) in node_offset()52 if (offset == -FDT_ERR_NOTFOUND) in getprop()
32 && ((err) != -FDT_ERR_NOTFOUND) \
132 return prop == -FDT_ERR_NOTFOUND ? 0 : prop; in list_properties()
182 if (node == -FDT_ERR_NOTFOUND) { in create_paths()
345 if (*poffset < 0 && *poffset != -FDT_ERR_NOTFOUND) in unflatten_dt_node()