Searched refs:FDT_ERR_NOTFOUND (Results 1 – 7 of 7) sorted by relevance
71 return -FDT_ERR_NOTFOUND; in fdt_first_subnode()89 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
736 return (propoff != -FDT_ERR_NOTFOUND)? propoff : 0; in copy_properties()758 if (nodeoff != -FDT_ERR_NOTFOUND) in copy_node()788 return -FDT_ERR_NOTFOUND; in copy_node_by_path()813 if (r < 0 && r != -FDT_ERR_NOTFOUND) { in copy_partial_fdt()
127 return -FDT_ERR_NOTFOUND; in _nextprop()145 return -FDT_ERR_NOTFOUND; in fdt_subnode_offset_namelen()399 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_get_path()416 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()429 return -FDT_ERR_NOTFOUND; in fdt_supernode_atdepth_offset()435 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0)) in fdt_supernode_atdepth_offset()564 if ((err < 0) && (err != -FDT_ERR_NOTFOUND)) in fdt_node_offset_by_compatible()
190 return -FDT_ERR_NOTFOUND; in fdt_next_node()205 return -FDT_ERR_NOTFOUND; in fdt_first_subnode()221 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
64 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
195 return -FDT_ERR_NOTFOUND; in fdt_del_mem_rsv()281 if (err == -FDT_ERR_NOTFOUND) in fdt_setprop()347 else if (offset != -FDT_ERR_NOTFOUND) in fdt_add_subnode_namelen()
59 #define FDT_ERR_NOTFOUND 1 macro
Completed in 11 milliseconds