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

/freebsd-13-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c133 if (ret < 0 && path_len == -FDT_ERR_NOTFOUND)
208 if (ret && ret != -FDT_ERR_NOTFOUND)
212 if (ret && ret != -FDT_ERR_NOTFOUND)
292 if (tree_len == -FDT_ERR_NOTFOUND)
336 if (tree_child == -FDT_ERR_NOTFOUND)
376 if (fixups == -FDT_ERR_NOTFOUND)
438 return -FDT_ERR_NOTFOUND;
441 if (fixup_off == -FDT_ERR_NOTFOUND)
482 if (len == -FDT_ERR_NOTFOUND)
561 if (fixups_off == -FDT_ERR_NOTFOUND)
[all...]
H A Dfdt_strerror.c66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
H A Dfdt.c196 return -FDT_ERR_NOTFOUND;
211 return -FDT_ERR_NOTFOUND;
227 return -FDT_ERR_NOTFOUND;
H A Dfdt_ro.c101 if (offset == -FDT_ERR_NOTFOUND)
156 return -FDT_ERR_NOTFOUND;
174 return -FDT_ERR_NOTFOUND;
503 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
520 return -FDT_ERR_NOTFOUND;
533 return -FDT_ERR_NOTFOUND;
539 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
689 return -FDT_ERR_NOTFOUND;
732 *lenp = -FDT_ERR_NOTFOUND;
766 if ((err < 0) && (err != -FDT_ERR_NOTFOUND))
[all...]
H A Dfdt_rw.c198 return -FDT_ERR_NOTFOUND;
281 if (err == -FDT_ERR_NOTFOUND)
362 else if (offset != -FDT_ERR_NOTFOUND)
H A Dlibfdt.h61 #define FDT_ERR_NOTFOUND 1 macro
62 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
167 * @return offset of first subnode, or -FDT_ERR_NOTFOUND if there is none
179 * @return offset of next subnode, or -FDT_ERR_NOTFOUND if there are no more
377 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
417 * -FDT_ERR_NOTFOUND, if the requested node does not exist
461 * -FDT_ERR_NOTFOUND, if the requested node has no properties
482 * -FDT_ERR_NOTFOUND, if the given property is the last in its node
587 * -FDT_ERR_NOTFOUND, node does not have named property
684 * -FDT_ERR_NOTFOUND, nod
[all...]
/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c288 /* Attempt to load and validate a new dtb from a file. FDT_ERR_NOTFOUND
290 * -FDT_ERR_NOTFOUND. We re-purpose the error code here to convey a
295 return (FDT_ERR_NOTFOUND);
313 case FDT_ERR_NOTFOUND:
351 if (err == FDT_ERR_NOTFOUND) {
687 while (o != -FDT_ERR_NOTFOUND && o2 != -FDT_ERR_NOTFOUND) {
969 -FDT_ERR_NOTFOUND)
1802 (rv == -FDT_ERR_NOTFOUND) ?

Completed in 165 milliseconds