HomeSort by: relevance | last modified time | path
    Searched refs:noerror (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun3/dev/
memerr.c 194 goto noerror;
214 goto noerror;
219 noerror:
  /src/bin/sh/
cd.c 74 STATIC void find_curdir(int noerror);
431 getpwd(int noerror)
462 find_curdir(noerror);
468 find_curdir(int noerror)
504 if (!noerror)
540 if (noerror) {
jobs.c 1117 getjob(const char *name, int noerror)
1188 if (!noerror)
  /src/sys/dev/ata/
wd.c 933 goto noerror;
1012 case NOERROR:
1021 errmsg = "chaos noerror";
1026 noerror: if ((xfer->c_bio.flags & ATA_CORR) || xfer->c_retries > 0)
1668 case NOERROR:

Completed in 14 milliseconds