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

  /src/sys/arch/emips/stand/common/
bootxx.c 152 goto cerr;
157 goto cerr;
159 goto cerr;
163 goto cerr;
165 goto cerr;
169 cerr:
  /src/sys/arch/mipsco/stand/common/
bootxx.c 142 goto cerr;
147 goto cerr;
149 goto cerr;
153 goto cerr;
155 goto cerr;
159 cerr:
  /src/sys/arch/pmax/stand/common/
bootxx.c 174 goto cerr;
179 goto cerr;
181 goto cerr;
185 goto cerr;
187 goto cerr;
191 cerr:
  /src/usr.bin/vis/
vis.c 176 int mbilen, cerr = 0, raerr = 0; local in function:process
195 cerr = 1;
201 if (!cerr)
203 if (cerr || (rachar == WEOF && errno == EILSEQ)) {
247 if (cerr) {
259 1, eflags, extra, &cerr);
278 cerr = raerr;
  /src/sys/arch/xen/xen/
privcmd.c 523 int err, cerr; local in function:privcmd_mmapbatch_v2
566 cerr = copyout(&err, &pmb->err[i], sizeof(pmb->err[i]));
567 if (cerr) {
569 return cerr;

Completed in 15 milliseconds