Lines Matching defs:FDT_ERR_NOTFOUND
21 #define FDT_ERR_NOTFOUND 1
22 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
200 * Return: offset of first subnode, or -FDT_ERR_NOTFOUND if there is none
212 * Return: offset of next subnode, or -FDT_ERR_NOTFOUND if there are no more
231 * if ((node < 0) && (node != -FDT_ERR_NOTFOUND)) {
468 * Return: offset of the subnode or -FDT_ERR_NOTFOUND if name not found.
489 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
531 * -FDT_ERR_NOTFOUND, if the requested node does not exist
575 * -FDT_ERR_NOTFOUND, if the requested node has no properties
596 * -FDT_ERR_NOTFOUND, if the given property is the last in its node
620 * if ((property < 0) && (property != -FDT_ERR_NOTFOUND)) {
711 * -FDT_ERR_NOTFOUND, node does not have named property
810 * -FDT_ERR_NOTFOUND, node does not have named property
922 * -FDT_ERR_NOTFOUND, supernodedepth was greater than the depth of
993 * while (offset != -FDT_ERR_NOTFOUND) {
1006 * -FDT_ERR_NOTFOUND, no node matching the criterion exists in the
1030 * -FDT_ERR_NOTFOUND, no node with that phandle exists
1053 * -FDT_ERR_NOTFOUND, if the given node has no 'compatible' property
1077 * while (offset != -FDT_ERR_NOTFOUND) {
1089 * -FDT_ERR_NOTFOUND, no node matching the criterion exists in the
1123 * -FDT_ERR_NOTFOUND if the property does not exist
1143 * -FDT_ERR_NOTFOUND if the property does not exist or does not contain
1171 * -FDT_ERR_NOTFOUND if the property does not exist
1283 * -FDT_ERR_NOTFOUND, node does not have the named property
1316 * -FDT_ERR_NOTFOUND, node does not have the named property
1351 * -FDT_ERR_NOTFOUND, node does not have the named property
1398 * -FDT_ERR_NOTFOUND, node does not have the named property
1564 * -FDT_ERR_NOTFOUND, there is no entry of the given index (i.e. there
2008 * -FDT_ERR_NOTFOUND, node does not have the named property
2055 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
2109 * -FDT_ERR_NOTFOUND, the overlay points to some inexistant nodes or