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

/gem5/ext/libfdt/
H A Dfdt_strerror.c45 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
H A Dfdt_ro.c108 return -FDT_ERR_NOTFOUND;
126 return -FDT_ERR_NOTFOUND;
380 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
397 return -FDT_ERR_NOTFOUND;
410 return -FDT_ERR_NOTFOUND;
416 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
546 if ((err < 0) && (err != -FDT_ERR_NOTFOUND))
H A Dfdt.c171 return -FDT_ERR_NOTFOUND;
H A Dfdt_rw.c176 return -FDT_ERR_NOTFOUND;
262 if (err == -FDT_ERR_NOTFOUND)
328 else if (offset != -FDT_ERR_NOTFOUND)
H A Dlibfdt.h45 #define FDT_ERR_NOTFOUND 1 macro
46 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
272 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
297 * -FDT_ERR_NOTFOUND, if the requested node does not exist
339 * -FDT_ERR_NOTFOUND, if the requested node has no properties
360 * -FDT_ERR_NOTFOUND, if the given property is the last in its node
433 * -FDT_ERR_NOTFOUND, node does not have named property
518 * -FDT_ERR_NOTFOUND, node does not have named property
625 * -FDT_ERR_NOTFOUND, supernodedepth was greater than the depth of nodeoffset
695 * while (offset != -FDT_ERR_NOTFOUND) {
[all...]

Completed in 13 milliseconds