| /openbsd-src/usr.bin/lex/ |
| H A D | scanopt.c | 617 * 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 D | aicasm.c | 686 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 D | aicasm.h | 90 void stop(const char *errstring, int err_code);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 200 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 D | jcf-io.c | 493 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 D | sili.c | 427 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 D | qwxvar.h | 708 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 D | advlib.c | 3008 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 D | qwx.c | 12872 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 D | qwxreg.h | 5012 uint32_t err_code; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
| H A D | dsp16xx.c | 2378 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 D | ofp.h | 509 uint16_t err_code; member
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | print-ofp.c | 188 ntohs(err->err_code)); in ofp_print_error()
|