HomeSort by: relevance | last modified time | path
    Searched refs:FDT_ERR_NOTFOUND (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 90 if (ret < 0 && path_len == -FDT_ERR_NOTFOUND)
165 if (ret && ret != -FDT_ERR_NOTFOUND)
169 if (ret && ret != -FDT_ERR_NOTFOUND)
249 if (tree_len == -FDT_ERR_NOTFOUND)
293 if (tree_child == -FDT_ERR_NOTFOUND)
333 if (fixups == -FDT_ERR_NOTFOUND)
395 return -FDT_ERR_NOTFOUND;
398 if (fixup_off == -FDT_ERR_NOTFOUND)
439 if (len == -FDT_ERR_NOTFOUND)
518 if (fixups_off == -FDT_ERR_NOTFOUND)
    [all...]
fdt_strerror.c 24 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
fdt_addresses.c 43 if (val == -FDT_ERR_NOTFOUND)
53 if (val == -FDT_ERR_NOTFOUND)
fdt_ro.c 115 if (offset == -FDT_ERR_NOTFOUND)
210 return -FDT_ERR_NOTFOUND;
228 return -FDT_ERR_NOTFOUND;
567 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
584 return -FDT_ERR_NOTFOUND;
597 return -FDT_ERR_NOTFOUND;
603 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
753 return -FDT_ERR_NOTFOUND;
796 *lenp = -FDT_ERR_NOTFOUND;
830 if ((err < 0) && (err != -FDT_ERR_NOTFOUND))
    [all...]
fdt.c 235 return -FDT_ERR_NOTFOUND;
250 return -FDT_ERR_NOTFOUND;
266 return -FDT_ERR_NOTFOUND;
fdt_rw.c 167 return -FDT_ERR_NOTFOUND;
254 if (err == -FDT_ERR_NOTFOUND)
335 else if (offset != -FDT_ERR_NOTFOUND)
libfdt.h 18 #define FDT_ERR_NOTFOUND 1
19 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
188 * @return offset of first subnode, or -FDT_ERR_NOTFOUND if there is none
200 * @return offset of next subnode, or -FDT_ERR_NOTFOUND if there are no more
219 * if ((node < 0) && (node != -FDT_ERR_NOTFOUND)) {
470 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
510 * -FDT_ERR_NOTFOUND, if the requested node does not exist
554 * -FDT_ERR_NOTFOUND, if the requested node has no properties
575 * -FDT_ERR_NOTFOUND, if the given property is the last in its node
599 * if ((property < 0) && (property != -FDT_ERR_NOTFOUND)) {
    [all...]
  /src/sys/dev/fdt/
fdt_memory.c 93 if (off == -FDT_ERR_NOTFOUND)
96 while (off != -FDT_ERR_NOTFOUND) {

Completed in 20 milliseconds