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

/illumos-gate/usr/src/cmd/tail/
H A Dextern.h40 oerr(); \
72 void oerr(void);
H A Dmisc.c54 oerr(void) function
H A Dforward.c179 oerr();
251 oerr();
/illumos-gate/usr/src/boot/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:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c569 ofmt_status_t oerr; local
608 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh);
609 if (oerr != OFMT_SUCCESS) {
613 ofmt_strerror(oh, oerr, e, sizeof (e)));
796 ofmt_status_t oerr; local
822 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh);
823 if (oerr != OFMT_SUCCESS) {
827 ofmt_strerror(oh, oerr, e, sizeof (e)));
H A Dilbadm_sg.c173 ofmt_status_t oerr; local
190 oerr = ofmt_open(larg->o_str, ofp, oflags, ocols, &oh);
191 if (oerr != OFMT_SUCCESS) {
195 ofmt_strerror(oh, oerr, e, sizeof (e)));
H A Dilbadm_stats.c989 ofmt_status_t oerr; local
1122 oerr = ofmt_open(fieldnames, fields, oflags, 80, &oh);
1123 if (oerr != OFMT_SUCCESS) {
1127 ofmt_strerror(oh, oerr, e, sizeof (e)));
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c508 krb5_error_code oerr)
511 if (oerr == 0) oerr = err;
507 prepend_err_str(krb5_context ctx, const char *str, krb5_error_code err, krb5_error_code oerr) argument
H A Dkdb_ldap.h114 extern void prepend_err_str (krb5_context ctx, const char *s, krb5_error_code err, krb5_error_code oerr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c1037 int32_t in, ierr, out, oerr; local
1462 oerr = newstats.oerrors - phyi->phyi_data.oerrors;
1470 if (ierr < 0 || in < 0 || oerr < 0 || out < 0 ||
1478 if (in == 0 && out == 0 && ierr == 0 && oerr == 0)
1487 (oerr > 0 && oerr >= out/4)) {
1491 " out=%d oerr=%d",
1494 in, ierr, out, oerr);
1501 " in=%d ierr=%d out=%d oerr=%d",
1504 in, ierr, out, oerr);
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h224 uint32_t oerr; /* send error (no mem) */ member in struct:ch
H A Dpe.c315 sa->oerr++;
341 sa->oerr++;
618 sa->oerr++;
803 *oerrors = sa->oerr + sp->TxFramesAbortedDueToXSCollisions +
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c2031 krb5_error_code oerr) {
2033 if (oerr == 0)
2034 oerr = err;
2030 krb5_db2_prepend_err_str(krb5_context ctx, const char *str, krb5_error_code err, krb5_error_code oerr) argument

Completed in 823 milliseconds