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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_strerror.c66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
H A Dfdt_ro.c111 return -FDT_ERR_NOTFOUND;
120 return -FDT_ERR_NOTFOUND;
237 err = -FDT_ERR_NOTFOUND;
313 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
330 return -FDT_ERR_NOTFOUND;
343 return -FDT_ERR_NOTFOUND;
349 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
452 if ((err < 0) && (err != -FDT_ERR_NOTFOUND))
H A Dfdt.c170 return -FDT_ERR_NOTFOUND;
H A Dfdt_rw.c197 return -FDT_ERR_NOTFOUND;
283 if (err == -FDT_ERR_NOTFOUND)
322 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 */
288 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
313 * -FDT_ERR_NOTFOUND, if the requested node does not exist
364 * -FDT_ERR_NOTFOUND, node does not have named property
401 * -FDT_ERR_NOTFOUND, node does not have named property
482 * -FDT_ERR_NOTFOUND, supernodedepth was greater than the depth of nodeoffset
552 * while (offset != -FDT_ERR_NOTFOUND) {
565 * -FDT_ERR_NOTFOUND, no node matching the criterion exists in the
589 * -FDT_ERR_NOTFOUND, n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dlibfdt-wrapper.c32 && ((err) != -FDT_ERR_NOTFOUND) \

Completed in 87 milliseconds