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

/illumos-gate/usr/src/cmd/tail/
H A Dmisc.c54 oerr(void) function
/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
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
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_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_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/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
/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 92 milliseconds