Home
last modified time | relevance | path

Searched refs:FDT_ERR_NOTFOUND (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_libfdt_compat.c71 return -FDT_ERR_NOTFOUND; in fdt_first_subnode()
89 return -FDT_ERR_NOTFOUND; in fdt_next_subnode()
A Dlibxl_arm.c736 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()
/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt_ro.c127 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()
A Dfdt.c190 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()
A Dfdt_strerror.c64 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
A Dfdt_rw.c195 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()
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dlibfdt.h59 #define FDT_ERR_NOTFOUND 1 macro

Completed in 11 milliseconds