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

/freebsd-13-stable/usr.bin/tail/
H A Dextern.h41 oerr(); \
75 void oerr(void);
H A Dmisc.c67 oerr(void) function
H A Dforward.c184 oerr();
255 oerr();
/freebsd-13-stable/stand/common/
H A Dload_elf_obj.c130 goto oerr;
136 goto oerr;
145 goto oerr;
151 goto oerr;
157 goto oerr;
166 goto oerr;
203 oerr:
H A Dload_elf.c344 goto oerr;
362 goto oerr;
372 goto oerr;
378 goto oerr;
385 goto oerr;
392 goto oerr;
441 oerr:
/freebsd-13-stable/contrib/dma/
H A Dnet.c67 long oerr, nerr; local
69 oerr = 0;
71 oerr = nerr;
73 return (ERR_error_string(oerr, NULL));
/freebsd-13-stable/sbin/routed/
H A Dif.c661 int in, ierr, out, oerr; local
969 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors;
981 if (ierr < 0 || in < 0 || oerr < 0 || out < 0) {
989 if (in == 0 && out == 0 && ierr == 0 && oerr == 0)
996 || (out <= oerr && oerr > 0)) {
1000 " out=%d oerr=%d",
1003 in, ierr, out, oerr);
1009 " in=%d ierr=%d out=%d oerr=%d",
1012 in, ierr, out, oerr);
[all...]
/freebsd-13-stable/contrib/nvi/common/
H A Dexf.c261 goto oerr;
418 oerr: if (F_ISSET(ep, F_RCV_ON))

Completed in 140 milliseconds