Lines Matching defs:FDT_ERR_NOTFOUND

20 #define FDT_ERR_NOTFOUND	1
21 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
190 * @return offset of first subnode, or -FDT_ERR_NOTFOUND if there is none
202 * @return offset of next subnode, or -FDT_ERR_NOTFOUND if there are no more
221 * if ((node < 0) && (node != -FDT_ERR_NOTFOUND)) {
473 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
513 * -FDT_ERR_NOTFOUND, if the requested node does not exist
557 * -FDT_ERR_NOTFOUND, if the requested node has no properties
578 * -FDT_ERR_NOTFOUND, if the given property is the last in its node
602 * if ((property < 0) && (property != -FDT_ERR_NOTFOUND)) {
683 * -FDT_ERR_NOTFOUND, node does not have named property
780 * -FDT_ERR_NOTFOUND, node does not have named property
889 * -FDT_ERR_NOTFOUND, supernodedepth was greater than the depth of
960 * while (offset != -FDT_ERR_NOTFOUND) {
973 * -FDT_ERR_NOTFOUND, no node matching the criterion exists in the
997 * -FDT_ERR_NOTFOUND, no node with that phandle exists
1021 * -FDT_ERR_NOTFOUND, if the given node has no 'compatible' property
1045 * while (offset != -FDT_ERR_NOTFOUND) {
1057 * -FDT_ERR_NOTFOUND, no node matching the criterion exists in the
1090 * -FDT_ERR_NOTFOUND if the property does not exist
1110 * -FDT_ERR_NOTFOUND if the property does not exist or does not contain
1138 * -FDT_ERR_NOTFOUND if the property does not exist
1248 * -FDT_ERR_NOTFOUND, node does not have the named property
1281 * -FDT_ERR_NOTFOUND, node does not have the named property
1316 * -FDT_ERR_NOTFOUND, node does not have the named property
1358 * -FDT_ERR_NOTFOUND, node does not have the named property
1523 * -FDT_ERR_NOTFOUND, there is no entry of the given index (i.e. there
1955 * -FDT_ERR_NOTFOUND, node does not have the named property
1999 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
2053 * -FDT_ERR_NOTFOUND, the overlay points to some inexistant nodes or