Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/lex/
H A Dscanopt.c617 * Error stored in err_code or zero if no error. */
619 int len, int *err_code, int *opt_offset)
623 *err_code = 0;
666 *err_code = SCANOPT_ERR_OPT_UNRECOGNIZED;
670 *err_code = SCANOPT_ERR_OPT_AMBIGUOUS;
674 return *err_code ? 0 : 1;
644 find_opt(s,lookup_long,optstart,len,err_code,opt_offset) find_opt() argument
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c686 stop(const char *string, int err_code) in stop() argument
699 if (err_code != 0) { in stop()
708 if (err_code != 0) { in stop()
717 if (err_code != 0) { in stop()
727 exit(err_code); in stop()
H A Daicasm.h90 void stop(const char *errstring, int err_code);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp200 const auto err_code = in Put() local
202 if (err_code) in Put()
205 err_code.message().c_str()); in Put()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-io.c493 int err_code; variable
502 err_code = open_in_zip (jcf, buffer, buffer+dir_len+1,
504 if (err_code == 0)
/openbsd-src/sys/dev/ic/
H A Dsili.c427 int err_slot, err_code; in sili_port_intr() local
432 err_code = sili_pread(sp, SILI_PREG_CE); in sili_port_intr()
435 switch (err_code) { in sili_port_intr()
489 if (err_code != SILI_PREG_CE_SDBERROR) { in sili_port_intr()
496 err_port, err_code, pss_saved); in sili_port_intr()
511 sactive ? "NCQ " : "", err_code, err_slot, sp->sp_active); in sili_port_intr()
H A Dqwxvar.h708 enum hal_reo_status_flush_cache_err_code err_code; member
856 uint8_t err_code; member
1482 uint32_t err_code; member
H A Dadvlib.c3008 AscSetLibErrorCode(ASC_SOFTC *sc, u_int16_t err_code) in AscSetLibErrorCode() argument
3013 err_code); in AscSetLibErrorCode()
3017 return (err_code); in AscSetLibErrorCode()
H A Dqwx.c12872 ch_info_ev->err_code = ev->err_code; in qwx_pull_chan_info_ev()
12906 DNPRINTF(QWX_D_WMI, "%s: event chan info vdev_id %d err_code %d " in qwx_chan_info_event()
12909 ch_info_ev.vdev_id, ch_info_ev.err_code, ch_info_ev.freq, in qwx_chan_info_event()
15711 enum hal_reo_dest_ring_error_code err_code; in qwx_hal_desc_reo_parse_err()
15715 err_code = FIELD_GET(HAL_REO_DEST_RING_INFO0_ERROR_CODE, in qwx_hal_desc_reo_parse_err()
15718 ab->soc_stats.reo_error[err_code]++; in qwx_hal_desc_reo_parse_err()
16019 rel_info->err_code = FIELD_GET( in qwx_hal_wbm_desc_parse_err()
16024 rel_info->err_code = FIELD_GET( in qwx_hal_wbm_desc_parse_err()
16050 ar->ab->soc_stats.reo_error[rxcb->err_code] in qwx_dp_rx_h_reo_err()
15707 enum hal_reo_dest_ring_error_code err_code; qwx_hal_desc_reo_parse_err() local
[all...]
H A Dqwxreg.h5012 uint32_t err_code; member
/openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.c2378 int len, err_code; local
2382 err_code = (TARGET_DEBUG) ? fprintf (file, "yes, ") : fprintf (file, "no, ");
2383 err_code = (TARGET_SAVE_TEMPS) ? fprintf (file, "asm, ") : fprintf (file, "temp, ");
/openbsd-src/sys/net/
H A Dofp.h509 uint16_t err_code; member
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ofp.c188 ntohs(err->err_code)); in ofp_print_error()