/titanic_50/usr/src/cmd/tail/ |
H A D | extern.h | 40 oerr(); \ 72 void oerr(void);
|
H A D | misc.c | 54 oerr(void) in oerr() function
|
H A D | forward.c | 179 oerr(); in forward() 251 oerr(); in show()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_rules.c | 569 ofmt_status_t oerr; in ilbadm_show_onerule() local 608 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh); in ilbadm_show_onerule() 609 if (oerr != OFMT_SUCCESS) { in ilbadm_show_onerule() 613 ofmt_strerror(oh, oerr, e, sizeof (e))); in ilbadm_show_onerule() 796 ofmt_status_t oerr; in ilbadm_show_rl_servers() local 822 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh); in ilbadm_show_rl_servers() 823 if (oerr != OFMT_SUCCESS) { in ilbadm_show_rl_servers() 827 ofmt_strerror(oh, oerr, e, sizeof (e))); in ilbadm_show_rl_servers()
|
H A D | ilbadm_sg.c | 173 ofmt_status_t oerr; in ilbadm_list_sg_srv() local 190 oerr = ofmt_open(larg->o_str, ofp, oflags, ocols, &oh); in ilbadm_list_sg_srv() 191 if (oerr != OFMT_SUCCESS) { in ilbadm_list_sg_srv() 195 ofmt_strerror(oh, oerr, e, sizeof (e))); in ilbadm_list_sg_srv()
|
H A D | ilbadm_stats.c | 989 ofmt_status_t oerr; in ilbadm_show_stats() local 1122 oerr = ofmt_open(fieldnames, fields, oflags, 80, &oh); in ilbadm_show_stats() 1123 if (oerr != OFMT_SUCCESS) { in ilbadm_show_stats() 1127 ofmt_strerror(oh, oerr, e, sizeof (e))); in ilbadm_show_stats()
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap.c | 508 krb5_error_code oerr) in prepend_err_str() argument 511 if (oerr == 0) oerr = err; in prepend_err_str()
|
H A D | kdb_ldap.h | 114 … void prepend_err_str (krb5_context ctx, const char *s, krb5_error_code err, krb5_error_code oerr);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 1037 int32_t in, ierr, out, oerr; in ifscan() local 1462 oerr = newstats.oerrors - phyi->phyi_data.oerrors; in ifscan() 1470 if (ierr < 0 || in < 0 || oerr < 0 || out < 0 || in ifscan() 1478 if (in == 0 && out == 0 && ierr == 0 && oerr == 0) in ifscan() 1487 (oerr > 0 && oerr >= out/4)) { in ifscan() 1494 in, ierr, out, oerr); in ifscan() 1504 in, ierr, out, oerr); in ifscan()
|
/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 315 sa->oerr++; in pe_start() 341 sa->oerr++; in pe_start() 618 sa->oerr++; in pe_start() 803 *oerrors = sa->oerr + sp->TxFramesAbortedDueToXSCollisions + in pe_get_stats()
|
H A D | ch.h | 224 uint32_t oerr; /* send error (no mem) */ member
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_db2.c | 2031 krb5_error_code oerr) { in krb5_db2_prepend_err_str() argument 2033 if (oerr == 0) in krb5_db2_prepend_err_str() 2034 oerr = err; in krb5_db2_prepend_err_str()
|