| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_vf_error.c | 39 uint16_t error_code; local 44 error_code = AMDGIM_ERROR_CODE(AMDGIM_ERROR_CATEGORY_VF, sub_error_code); 48 adev->virt.vf_errors.code [index] = error_code;
|
| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| compile_et.h | 59 struct error_code { struct 63 struct error_code *next, **tail; 66 extern struct error_code *codes;
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| fterrors.h | 99 * #define FT_ERROR_START_LIST switch ( error_code ) { 104 * If you use `FT_CONFIG_OPTION_USE_MODULE_ERRORS`, `error_code` should 105 * be replaced with `FT_ERROR_BASE(error_code)` in the last example. 263 * error_code :: 282 FT_Error_String( FT_Error error_code ); variable
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_fc.h | 142 unsigned char error_code, has_cwm_changed, is_fin, standalone; member in struct:quic_rxfc_st
|
| quic_channel.h | 140 uint64_t error_code; member in struct:quic_terminate_cause_st 243 uint64_t error_code, 251 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ 252 ossl_quic_channel_raise_protocol_error_loc((ch), (error_code), \ 260 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ 261 ossl_quic_channel_raise_protocol_error_loc((ch), (error_code), \
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| error.c | 41 int error_code; member in struct:heim_error 58 if (ap->error_code == bp->error_code) 67 return p->error_code; 90 heim_error_create_opt(heim_error_t *error, int error_code, const char *fmt, ...) 95 *error = heim_error_createv(error_code, fmt, ap); 101 heim_error_create(int error_code, const char *fmt, ...) 107 e = heim_error_createv(error_code, fmt, ap); 114 heim_error_createv(int error_code, const char *fmt, va_list ap) 135 e->error_code = error_code [all...] |
| /src/external/bsd/zstd/dist/tests/ |
| legacy.c | 78 int error_code = 0; local 102 error_code = 1; 109 error_code = 1; 119 error_code = 1; 130 if (error_code == 0) DISPLAY("Streaming API OK\n"); 131 return error_code;
|
| test-zstd-versions.py | 221 error_code = 0 variable
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tconst_pi.c | 63 int error_code; local 70 error_code = pthread_create(&thread_id[i], 72 MPFR_ASSERTN (error_code == 0); 77 error_code = pthread_join (thread_id[i], NULL); 78 MPFR_ASSERTN (error_code == 0);
|
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| Xdbe.h | 78 unsigned char error_code; /* error base + XdbeBadBuffer */ member in struct:__anon5802
|
| sync.h | 226 unsigned char error_code; /* error base + XSyncBadAlarm */ member in struct:__anon5819 236 unsigned char error_code; /* error base + XSyncBadCounter */ member in struct:__anon5820
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winclipboardwndproc.c | 179 DWORD error_code = 0; local 186 error_code = GetLastError(); 187 if (SUCCEEDED(error_code) && (next == first)) /* SetClipboardViewer must have succeeded, and the handle */ 235 DWORD error_code = 0; local 250 error_code = GetLastError(); 251 if (SUCCEEDED(error_code) && (next == first)) /* SetClipboardViewer must have succeeded, and the handle */
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/ |
| sec2.h | 59 u32 error_code; member in struct:nv_sec2_acr_bootstrap_falcon_msg
|
| pmu.h | 69 u32 error_code; member in struct:nv_pmu_acr_init_wpr_region_msg
|
| /src/external/bsd/tcpdump/dist/ |
| print-vqp.c | 51 nd_uint8_t error_code; member in struct:vqp_common_header_t 138 tok2str(vqp_error_code_values, "unknown", GET_U_1(vqp_common_header->error_code)), 139 GET_U_1(vqp_common_header->error_code), 149 tok2str(vqp_error_code_values, "unknown", GET_U_1(vqp_common_header->error_code)), 150 GET_U_1(vqp_common_header->error_code),
|
| print-rpki-rtr.c | 48 nd_uint16_t error_code; /* Error code */ member in union:rpki_rtr_pdu_::__anon8107 291 u_int encapsulated_pdu_length, text_length, tlen, error_code; local 304 error_code = GET_BE_U_2(pdu->pdu_header.u.error_code); 307 tok2str(rpki_rtr_error_codes, "Unknown", error_code), 308 error_code, encapsulated_pdu_length);
|
| /xsrc/external/mit/xinit/dist/launchd/privileged_startx/ |
| server.c | 228 int error_code; local 282 error_code = system(fn_buf); 283 if(error_code != 0) { 286 fn_buf, error_code);
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_machdep.h | 41 uint32_t error_code; member in struct:linux32_sigcontext
|
| /src/external/bsd/nsd/dist/ |
| tsig.h | 128 uint16_t error_code; member in struct:tsig_record 158 const char *tsig_error(int error_code); 277 * status or error_code must already be in error.
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_datum.c | 373 int error_code; local 386 error_code = write(datum_pts->PTS_fd, TIME_REQUEST, 6); 387 if (error_code != 6)
|
| /src/external/bsd/zstd/dist/contrib/diagnose_corruption/ |
| check_flipped_bits.c | 63 int error_code; local 65 for (error_code = 0; error_code < ZSTD_error_maxCode; error_code++) { 66 int count = stuff->error_counts[error_code]; 70 count, ZSTD_getErrorString(error_code));
|
| /src/external/lgpl3/gmp/dist/demos/expr/ |
| expr-impl.h | 97 int error_code; member in struct:mpexpr_parse_t
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| damage.h | 54 uint8_t error_code; member in struct:xcb_damage_bad_damage_error_t
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/backtrace/ |
| Backtrace.h | 72 enum BacktraceUnwindErrorCode error_code; member in struct:BacktraceUnwindError 81 BacktraceUnwindError() : error_code(BACKTRACE_UNWIND_NO_ERROR) {}
|
| /xsrc/external/mit/editres/dist/ |
| comm.c | 382 unsigned char ident, error_code; 416 (void) _XEditResGet8(stream, &error_code); 420 switch ((int) error_code) { 450 snprintf(msg, sizeof(msg), res_labels[11], (int) error_code); 374 unsigned char ident, error_code; local
|