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

/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.h89 void stop(const char *errstring, int err_code);
H A Daicasm.c692 stop(const char *string, int err_code) argument
705 if (err_code != 0) {
714 if (err_code != 0) {
723 if (err_code != 0) {
733 exit(err_code);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-pptp.c115 nd_uint8_t err_code; member in struct:pptp_msg_sccrp
132 nd_uint8_t err_code; member in struct:pptp_msg_stopccrp
143 nd_uint8_t err_code; member in struct:pptp_msg_echorp
166 nd_uint8_t err_code; member in struct:pptp_msg_ocrp
190 nd_uint8_t err_code; member in struct:pptp_msg_icrp
213 nd_uint8_t err_code; member in struct:pptp_msg_cdn
248 6 uint8_t err_code;
349 const nd_uint8_t err_code)
351 ND_PRINT(" ERR_CODE(%u", GET_U_1(err_code));
354 tok2str(pptp_errcode_str, "?", GET_U_1(err_code)));
348 pptp_err_code_print(netdissect_options *ndo, const nd_uint8_t err_code) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_msg_test.c23 int err_code; member in struct:test_fixture
98 fixture->err_code,
151 fixture->err_code = -1;
169 fixture->err_code = -1;
186 fixture->err_code = -1;
196 fixture->err_code = -1;
210 fixture->err_code = -1;
228 fixture->err_code = CMP_R_ERROR_CREATING_CERTREQ;
245 fixture->err_code = CMP_R_ERROR_CREATING_CERTREQ;
259 fixture->err_code
[all...]
/netbsd-current/external/gpl2/gmake/dist/tests/
H A Drun_make_tests.pl84 local ($makestring, $options, $answer, $err_code) = @_;
123 &run_make_with_options($makefile, $options, &get_logfile(0), $err_code);
/netbsd-current/external/bsd/flex/dist/src/
H A Dscanopt.c602 * Error stored in err_code or zero if no error. */
604 len, int *err_code, int *opt_offset)
608 *err_code = 0;
649 *err_code = SCANOPT_ERR_OPT_UNRECOGNIZED;
653 *err_code = SCANOPT_ERR_OPT_AMBIGUOUS;
657 return *err_code ? 0 : 1;
600 find_opt(struct _scanopt_t *s, int lookup_long, char *optstart, int len, int *err_code, int *opt_offset) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-record-btrace.c160 int err_code; local
163 err_code = btrace_insn_get_error (&iter);
165 if (err_code != 0)
171 err_string = btrace_decode_error (config->format, err_code);
173 return recpy_gap_new (err_code, err_string, number);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-record-btrace.c150 int err_code; local
153 err_code = btrace_insn_get_error (&iter);
155 if (err_code != 0)
161 err_string = btrace_decode_error (config->format, err_code);
163 return recpy_gap_new (err_code, err_string, number);
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dpylibfdt_tests.py47 def get_err(err_code):
51 err_code: Error code value (FDT_ERR_...)
56 return 'pylibfdt error %d: %s' % (-err_code, libfdt.strerror(-err_code))
497 def assertOk(self, err_code):
498 self.assertEquals(0, err_code)
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c1014 static void cleanup_mime_error_callback(void *context, int err_code, argument
1024 if ((err_code & ~MIME_ERR_TRUNC_HEADER) != 0) {
1029 state->queue_id, mime_state_error(err_code), TEXT_LEN, text,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_msg.c681 int body_type, int err_code)
700 ERR_raise(ERR_LIB_CMP, err_code);
679 gen_new(OSSL_CMP_CTX *ctx, const STACK_OF(OSSL_CMP_ITAV) *itavs, int body_type, int err_code) argument
/netbsd-current/sys/dev/ic/
H A Dadvlib.c2991 AscSetLibErrorCode(ASC_SOFTC *sc, u_int16_t err_code) argument
2994 * if(sc->err_code == 0) { sc->err_code = err_code;
2996 err_code);
3000 return (err_code);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c34707 sqlite3ErrorFinish(sqlite3 *db, int err_code) argument
34717 sqlite3Error(sqlite3 *db, int err_code) argument
34779 sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...) argument
[all...]

Completed in 577 milliseconds