Home | History | Annotate | Download | only in dist

Lines Matching refs:FDT_ERR_NOTFOUND

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))