Searched refs:oerr (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.bin/tail/
H A Dextern.h37 oerr(); \
71 void oerr(void);
H A Dmisc.c61 oerr(void) function
H A Dforward.c178 oerr();
249 oerr();
/freebsd-current/stand/common/
H A Dload_elf_obj.c126 goto oerr;
132 goto oerr;
141 goto oerr;
147 goto oerr;
153 goto oerr;
162 goto oerr;
200 oerr:
H A Dload_elf.c402 goto oerr;
420 goto oerr;
430 goto oerr;
436 goto oerr;
443 goto oerr;
450 goto oerr;
504 oerr:
/freebsd-current/contrib/dma/
H A Dnet.c68 long oerr, nerr; local
70 oerr = 0;
72 oerr = nerr;
74 return (ERR_error_string(oerr, NULL));
/freebsd-current/sbin/routed/
H A Dif.c656 int in, ierr, out, oerr; local
964 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors;
976 if (ierr < 0 || in < 0 || oerr < 0 || out < 0) {
984 if (in == 0 && out == 0 && ierr == 0 && oerr == 0)
991 || (out <= oerr && oerr > 0)) {
995 " out=%d oerr=%d",
998 in, ierr, out, oerr);
1004 " in=%d ierr=%d out=%d oerr=%d",
1007 in, ierr, out, oerr);
[all...]
/freebsd-current/contrib/nvi/common/
H A Dexf.c275 goto oerr;
432 oerr: if (F_ISSET(ep, F_RCV_ON))

Completed in 98 milliseconds