Searched refs:err_code (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-pptp.c115 u_int8_t err_code; member in struct:pptp_msg_sccrp
132 u_int8_t err_code; member in struct:pptp_msg_stopccrp
143 u_int8_t err_code; member in struct:pptp_msg_echorp
166 u_int8_t err_code; member in struct:pptp_msg_ocrp
190 u_int8_t err_code; member in struct:pptp_msg_icrp
213 u_int8_t err_code; member in struct:pptp_msg_cdn
248 6 u_int8_t err_code;
337 pptp_err_code_print(const u_int8_t *err_code) argument
339 printf(" ERR_CODE(%u", *err_code);
341 switch (*err_code) {
[all...]
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.h85 void stop(const char *errstring, int err_code);
H A Daicasm.c691 stop(const char *string, int err_code) argument
704 if (err_code != 0) {
713 if (err_code != 0) {
722 if (err_code != 0) {
732 exit(err_code);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h74 * HW decode / err_code in work queue entry
102 failure indicated in err_code below, decode:
119 (only applies if !rcv_error && !not_IP) failure indicated in err_code below, decode:
132 /* lower err_code = first-level descriptor of the work */
135 uint64_t err_code : 8; /**< type is cvmx_pip_err_t */ member in struct:__anon7159::__anon7160
160 failure indicated in err_code below, decode:
177 (only applies if !rcv_error && !not_IP) failure indicated in err_code below, decode:
190 /* lower err_code = first-level descriptor of the work */
193 uint64_t err_code : 8; /**< type is cvmx_pip_err_t */ member in struct:__anon7159::__anon7161
219 failure indicated in err_code belo
252 uint64_t err_code : 8; /**< type is cvmx_pip_err_t */ member in struct:__anon7159::__anon7162
317 uint64_t err_code : 8; /* type is cvmx_pip_err_t (union, so can't use directly */ member in struct:__anon7159::__anon7164
372 uint64_t err_code : 8; /* type is cvmx_pip_err_t (union, so can't use directly */ member in struct:__anon7159::__anon7165
427 uint64_t err_code : 8; /* type is cvmx_pip_err_t (union, so can't use directly */ member in struct:__anon7159::__anon7166
[all...]
/freebsd-10.0-release/sys/mips/cavium/octe/
H A Dethernet-rx.c95 if ((work->word2.snoip.err_code == 10) && (work->word1.s.len <= 64)) {
100 if (USE_10MBPS_PREAMBLE_WORKAROUND && ((work->word2.snoip.err_code == 5) || (work->word2.snoip.err_code == 7))) {
150 DEBUGPRINT("Port %d receive error code %d, packet dropped\n", work->word1.cn38xx.ipprt, work->word2.snoip.err_code);
/freebsd-10.0-release/contrib/flex/
H A Dscanopt.c644 * Error stored in err_code or zero if no error. */
645 static int find_opt (s, lookup_long, optstart, len, err_code, opt_offset)
650 int *err_code;
655 *err_code = 0;
698 *err_code = SCANOPT_ERR_OPT_UNRECOGNIZED;
702 *err_code = SCANOPT_ERR_OPT_AMBIGUOUS;
706 return *err_code ? 0 : 1;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c789 int err_code = sqlite3_open_v2(path, db3, flags, NULL); local
790 if (err_code != SQLITE_OK)
799 SQLITE_ERR_MSG(err_code, msg);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c839 const char *err_code;
841 err_code = svn_xml_get_attr_value("errcode", attrs);
842 if (err_code)
846 SVN_ERR(svn_cstring_atoi64(&val, err_code));
837 const char *err_code; local
/freebsd-10.0-release/sys/dev/qlxgb/
H A Dqla_hw.h629 uint16_t err_code; member in struct:_qla_cntrl_msg_hdr

Completed in 207 milliseconds