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

/freebsd-11.0-release/usr.bin/tail/
H A Dextern.h36 oerr(); \
67 void oerr(void);
H A Dmisc.c62 oerr(void) function
H A Dforward.c179 oerr();
250 oerr();
/freebsd-11.0-release/sys/boot/common/
H A Dload_elf_obj.c108 goto oerr;
114 goto oerr;
123 goto oerr;
129 goto oerr;
137 goto oerr;
174 oerr:
H A Dload_elf.c191 goto oerr;
208 goto oerr;
217 goto oerr;
222 goto oerr;
227 goto oerr;
234 goto oerr;
281 oerr:
/freebsd-11.0-release/contrib/dma/
H A Dnet.c66 long oerr, nerr; local
68 oerr = 0;
70 oerr = nerr;
72 return (ERR_error_string(oerr, NULL));
/freebsd-11.0-release/sbin/routed/
H A Dif.c666 int in, ierr, out, oerr; local
977 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors;
985 oerr += (ifs.int_data.odrops
999 if (ierr < 0 || in < 0 || oerr < 0 || out < 0) {
1007 if (in == 0 && out == 0 && ierr == 0 && oerr == 0)
1014 || (out <= oerr && oerr > 0)) {
1018 " out=%d oerr=%d",
1021 in, ierr, out, oerr);
1027 " in=%d ierr=%d out=%d oerr
[all...]
/freebsd-11.0-release/contrib/nvi/common/
H A Dexf.c272 goto oerr;
431 oerr: if (F_ISSET(ep, F_RCV_ON))

Completed in 186 milliseconds