crypto/heimdal/appl/telnet/telnetd/telnetd.c
122
static void usage (int error_code);
crypto/heimdal/kdc/kx509.c
125
if (rep->error_code) {
crypto/heimdal/kdc/kx509.c
126
int32_t t = *rep->error_code;
crypto/heimdal/kpasswd/kpasswdd.c
148
krb5_error_code error_code,
crypto/heimdal/kpasswd/kpasswdd.c
170
error_code,
crypto/heimdal/lib/asn1/check-gen.c
234
COMPARE_INTEGER(aa,ab,error_code);
crypto/heimdal/lib/asn1/check-gen.c
288
e1.error_code = 31;
crypto/heimdal/lib/com_err/compile_et.c
130
struct error_code *ec;
crypto/heimdal/lib/com_err/compile_et.c
66
struct error_code *codes = NULL;
crypto/heimdal/lib/com_err/compile_et.c
72
struct error_code *ec;
crypto/heimdal/lib/com_err/compile_et.h
61
struct error_code *next, **tail;
crypto/heimdal/lib/com_err/compile_et.h
64
extern struct error_code *codes;
crypto/heimdal/lib/com_err/parse.c
1441
struct error_code *ec = malloc(sizeof(*ec));
crypto/heimdal/lib/com_err/parse.y
119
struct error_code *ec = malloc(sizeof(*ec));
crypto/heimdal/lib/hdb/hdb-sqlite.c
167
krb5_error_code error_code)
crypto/heimdal/lib/hdb/hdb-sqlite.c
181
if (ret != SQLITE_OK && error_code) {
crypto/heimdal/lib/hdb/hdb-sqlite.c
182
krb5_set_error_message(context, error_code,
crypto/heimdal/lib/hdb/hdb-sqlite.c
185
return error_code;
crypto/heimdal/lib/hx509/error.c
158
hx509_get_error_string(hx509_context context, int error_code)
crypto/heimdal/lib/hx509/error.c
163
if (msg == NULL || msg->code != error_code) {
crypto/heimdal/lib/hx509/error.c
167
cstr = com_right(context->et_list, error_code);
crypto/heimdal/lib/hx509/error.c
170
cstr = strerror(error_code);
crypto/heimdal/lib/hx509/error.c
173
if (asprintf(&str, "<unknown error: %d>", error_code) == -1)
crypto/heimdal/lib/hx509/error.c
213
int error_code, const char *fmt, ...)
crypto/heimdal/lib/hx509/error.c
222
msg = hx509_get_error_string(context, error_code);
crypto/heimdal/lib/krb5/error_string.c
113
context->error_code = ret;
crypto/heimdal/lib/krb5/error_string.c
170
if (context->error_code != ret) {
crypto/heimdal/lib/krb5/error_string.c
264
(code == context->error_code || context->error_code == 0))
crypto/heimdal/lib/krb5/error_string.c
53
context->error_code = 0;
crypto/heimdal/lib/krb5/keytab.c
631
context->error_code = KRB5_KT_NOTFOUND;
crypto/heimdal/lib/krb5/krb5_locl.h
286
krb5_error_code error_code;
crypto/heimdal/lib/krb5/mk_error.c
38
krb5_error_code error_code,
crypto/heimdal/lib/krb5/mk_error.c
64
if(error_code < KRB5KDC_ERR_NONE || error_code >= KRB5_ERR_RCSID) {
crypto/heimdal/lib/krb5/mk_error.c
66
e_text = e_text2 = krb5_get_error_message(context, error_code);
crypto/heimdal/lib/krb5/mk_error.c
67
error_code = KRB5KRB_ERR_GENERIC;
crypto/heimdal/lib/krb5/mk_error.c
69
msg.error_code = error_code - KRB5KDC_ERR_NONE;
crypto/heimdal/lib/krb5/rd_error.c
50
result->error_code += KRB5KDC_ERR_NONE;
crypto/heimdal/lib/krb5/rd_error.c
77
ret = error->error_code;
crypto/krb5/src/include/kdb.h
1355
krb5_timestamp authtime, krb5_error_code error_code);
crypto/krb5/src/include/kdb.h
695
krb5_timestamp authtime, krb5_error_code error_code);
crypto/krb5/src/lib/kdb/kdb5.c
2701
krb5_error_code error_code)
crypto/krb5/src/lib/kdb/kdb5.c
2710
client, server, authtime, error_code);
crypto/krb5/src/plugins/kdb/db2/db2_exp.c
173
krb5_timestamp authtime, krb5_error_code error_code),
crypto/krb5/src/plugins/kdb/db2/db2_exp.c
175
authtime, error_code));
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
1557
krb5_error_code error_code)
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
1559
(void) krb5_db2_lockout_audit(kcontext, client, authtime, error_code);
crypto/krb5/src/plugins/kdb/db2/kdb_db2.h
141
krb5_error_code error_code);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
280
krb5_error_code error_code)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
282
(void) krb5_ldap_lockout_audit(kcontext, client, authtime, error_code);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h
287
krb5_error_code error_code);
crypto/openssl/crypto/srp/srp_vfy.c
396
int error_code = SRP_ERR_MEMORY;
crypto/openssl/crypto/srp/srp_vfy.c
411
error_code = SRP_ERR_OPEN_FILE;
crypto/openssl/crypto/srp/srp_vfy.c
421
error_code = SRP_ERR_VBASE_INCOMPLETE_FILE;
crypto/openssl/crypto/srp/srp_vfy.c
426
error_code = SRP_ERR_MEMORY;
crypto/openssl/crypto/srp/srp_vfy.c
459
error_code = SRP_ERR_MEMORY;
crypto/openssl/crypto/srp/srp_vfy.c
467
error_code = SRP_ERR_VBASE_BN_LIB;
crypto/openssl/crypto/srp/srp_vfy.c
482
error_code = SRP_ERR_VBASE_BN_LIB;
crypto/openssl/crypto/srp/srp_vfy.c
489
error_code = SRP_NO_ERROR;
crypto/openssl/crypto/srp/srp_vfy.c
509
return error_code;
crypto/openssl/include/internal/quic_channel.h
140
uint64_t error_code;
crypto/openssl/include/internal/quic_channel.h
243
uint64_t error_code,
crypto/openssl/include/internal/quic_channel.h
251
#define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \
crypto/openssl/include/internal/quic_channel.h
252
ossl_quic_channel_raise_protocol_error_loc((ch), (error_code), \
crypto/openssl/include/internal/quic_channel.h
260
#define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \
crypto/openssl/include/internal/quic_channel.h
261
ossl_quic_channel_raise_protocol_error_loc((ch), (error_code), \
crypto/openssl/include/internal/quic_error.h
27
const char *ossl_quic_err_to_string(uint64_t error_code);
crypto/openssl/include/internal/quic_fc.h
142
unsigned char error_code, has_cwm_changed, is_fin, standalone;
crypto/openssl/include/internal/quic_tls.h
106
uint64_t *error_code,
crypto/openssl/include/internal/quic_wire.h
208
uint64_t error_code; /* 62-bit transport or app error code */
crypto/openssl/include/openssl/ssl.h
2466
uint64_t error_code, frame_type;
crypto/openssl/ssl/quic/qlog_event_helpers.c
126
QLOG_U64("application_code", tcause->error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
128
const char *m = quic_err_to_qlog(tcause->error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
131
if (tcause->error_code >= OSSL_QUIC_ERR_CRYPTO_ERR_BEGIN
crypto/openssl/ssl/quic/qlog_event_helpers.c
132
&& tcause->error_code <= OSSL_QUIC_ERR_CRYPTO_ERR_END) {
crypto/openssl/ssl/quic/qlog_event_helpers.c
134
(unsigned long long)tcause->error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
142
QLOG_U64("connection_code", tcause->error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
380
QLOG_U64("error_code_value", f.error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
382
QLOG_U64("error_code", f.error_code);
crypto/openssl/ssl/quic/qlog_event_helpers.c
78
static const char *quic_err_to_qlog(uint64_t error_code)
crypto/openssl/ssl/quic/qlog_event_helpers.c
80
switch (error_code) {
crypto/openssl/ssl/quic/quic_channel.c
2162
uint64_t error_code;
crypto/openssl/ssl/quic/quic_channel.c
2172
if (ossl_quic_tls_get_error(ch->qtls, &error_code, &error_msg,
crypto/openssl/ssl/quic/quic_channel.c
2174
ossl_quic_channel_raise_protocol_error_state(ch, error_code, 0,
crypto/openssl/ssl/quic/quic_channel.c
2886
tcause.error_code = app_error_code;
crypto/openssl/ssl/quic/quic_channel.c
3101
dst->error_code = src->error_code;
crypto/openssl/ssl/quic/quic_channel.c
3165
f.error_code = ch->terminate_cause.error_code;
crypto/openssl/ssl/quic/quic_channel.c
3226
tcause.error_code = f->error_code;
crypto/openssl/ssl/quic/quic_channel.c
3416
tcause.error_code = OSSL_QUIC_ERR_NO_ERROR;
crypto/openssl/ssl/quic/quic_channel.c
3430
tcause.error_code = OSSL_QUIC_ERR_INTERNAL_ERROR;
crypto/openssl/ssl/quic/quic_channel.c
3458
uint64_t error_code,
crypto/openssl/ssl/quic/quic_channel.c
3467
int err_reason = error_code == OSSL_QUIC_ERR_INTERNAL_ERROR
crypto/openssl/ssl/quic/quic_channel.c
3470
const char *err_str = ossl_quic_err_to_string(error_code);
crypto/openssl/ssl/quic/quic_channel.c
3503
(unsigned long long)error_code,
crypto/openssl/ssl/quic/quic_channel.c
3511
(unsigned long long)error_code,
crypto/openssl/ssl/quic/quic_channel.c
3521
tcause.error_code = error_code;
crypto/openssl/ssl/quic/quic_channel.c
3608
ch->terminate_cause.error_code = OSSL_QUIC_LOCAL_ERR_IDLE_TIMEOUT;
crypto/openssl/ssl/quic/quic_fc.c
143
rxfc->error_code = 0;
crypto/openssl/ssl/quic/quic_fc.c
192
rxfc->error_code = OSSL_QUIC_ERR_FLOW_CONTROL_ERROR;
crypto/openssl/ssl/quic/quic_fc.c
208
rxfc->error_code = OSSL_QUIC_ERR_FINAL_SIZE_ERROR;
crypto/openssl/ssl/quic/quic_fc.c
223
rxfc->error_code = OSSL_QUIC_ERR_FINAL_SIZE_ERROR;
crypto/openssl/ssl/quic/quic_fc.c
394
int r = rxfc->error_code;
crypto/openssl/ssl/quic/quic_fc.c
397
rxfc->error_code = 0;
crypto/openssl/ssl/quic/quic_impl.c
3982
uint64_t error_code;
crypto/openssl/ssl/quic/quic_impl.c
3990
error_code = (args != NULL ? args->quic_error_code : 0);
crypto/openssl/ssl/quic/quic_impl.c
3997
ok = ossl_quic_stream_map_reset_stream_send_part(qsm, qs, error_code);
crypto/openssl/ssl/quic/quic_impl.c
4195
info->error_code = tc->error_code;
crypto/openssl/ssl/quic/quic_local.h
291
uint64_t error_code,
crypto/openssl/ssl/quic/quic_tls.c
43
uint64_t error_code;
crypto/openssl/ssl/quic/quic_tls.c
665
static int raise_error(QUIC_TLS *qtls, uint64_t error_code,
crypto/openssl/ssl/quic/quic_tls.c
682
error_code, error_code, error_msg);
crypto/openssl/ssl/quic/quic_tls.c
691
qtls->error_code = error_code;
crypto/openssl/ssl/quic/quic_tls.c
700
#define RAISE_ERROR(qtls, error_code, error_msg) \
crypto/openssl/ssl/quic/quic_tls.c
701
raise_error((qtls), (error_code), (error_msg), \
crypto/openssl/ssl/quic/quic_tls.c
883
uint64_t *error_code,
crypto/openssl/ssl/quic/quic_tls.c
888
*error_code = qtls->error_code;
crypto/openssl/ssl/quic/quic_trace.c
393
(unsigned long long)frame_data.error_code);
crypto/openssl/ssl/quic/quic_txp.c
1981
pf->error_code = OSSL_QUIC_ERR_APPLICATION_ERROR;
crypto/openssl/ssl/quic/quic_wire.c
1053
const char *ossl_quic_err_to_string(uint64_t error_code)
crypto/openssl/ssl/quic/quic_wire.c
1055
switch (error_code) {
crypto/openssl/ssl/quic/quic_wire.c
369
|| !WPACKET_quic_write_vlint(pkt, f->error_code))
crypto/openssl/ssl/quic/quic_wire.c
862
|| !PACKET_get_quic_vlint(pkt, &f->error_code))
crypto/openssl/ssl/ssl_local.h
1571
int error_code;
crypto/openssl/test/helpers/quictestlib.c
761
|| !TEST_uint64_t_eq(cause->error_code, code))
crypto/openssl/test/quic_multistream_test.c
1639
uint64_t error_code = op->arg2;
crypto/openssl/test/quic_multistream_test.c
1661
|| !TEST_uint64_t_eq(error_code, cc_info.error_code)) {
crypto/openssl/test/quic_multistream_test.c
1671
uint64_t error_code = op->arg2;
crypto/openssl/test/quic_multistream_test.c
1681
if (!TEST_uint64_t_eq(error_code, tc->error_code)
crypto/openssl/test/quic_multistream_test.c
1960
e_str = ossl_quic_err_to_string(cc_info.error_code);
crypto/openssl/test/quic_multistream_test.c
1970
(unsigned long long)cc_info.error_code,
crypto/openssl/test/quic_multistream_test.c
1988
e_str = ossl_quic_err_to_string(tcause->error_code);
crypto/openssl/test/quic_multistream_test.c
1998
(unsigned long long)tcause->error_code,
crypto/openssl/test/quic_multistream_test.c
337
#define OP_S_SHUTDOWN(error_code) \
crypto/openssl/test/quic_multistream_test.c
338
{ OPK_S_SHUTDOWN, NULL, (error_code) },
crypto/openssl/test/quic_txp_test.c
1092
f.error_code = 2345;
crypto/openssl/test/quic_txp_test.c
1108
|| !TEST_uint64_t_eq(h->frame.conn_close.error_code, 2345)
crypto/openssl/test/quic_wire_test.c
1035
if (!TEST_uint64_t_eq(f.error_code, 0x1234))
crypto/openssl/test/quicapitest.c
2324
|| !TEST_uint64_t_eq(info.error_code, OSSL_QUIC_ERR_TRANSPORT_PARAMETER_ERROR)
crypto/openssl/test/quicapitest.c
2329
(unsigned long long)info.error_code,
crypto/openssl/test/radix/quic_bindings.c
240
e_str = ossl_quic_err_to_string(cc_info.error_code);
crypto/openssl/test/radix/quic_bindings.c
252
(unsigned long long)cc_info.error_code,
crypto/openssl/test/radix/quic_ops.c
1199
#define OP_SET_INCOMING_STREAM_POLICY(name, policy, error_code) \
crypto/openssl/test/radix/quic_ops.c
1202
OP_PUSH_U64(error_code), \
crypto/openssl/test/radix/quic_ops.c
1205
#define OP_STREAM_RESET(name, error_code) \
crypto/openssl/test/radix/quic_ops.c
1208
OP_PUSH_U64(error_code), \
crypto/openssl/test/radix/quic_ops.c
1211
#define OP_SHUTDOWN_WAIT(name, flags, error_code, reason) \
crypto/openssl/test/radix/quic_ops.c
1214
OP_PUSH_U64(error_code), \
crypto/openssl/test/radix/quic_ops.c
1232
#define OP_EXPECT_CONN_CLOSE_INFO(name, error_code, expect_app, expect_remote) \
crypto/openssl/test/radix/quic_ops.c
1236
OP_PUSH_U64(error_code), \
crypto/openssl/test/radix/quic_ops.c
462
uint64_t policy, error_code;
crypto/openssl/test/radix/quic_ops.c
465
F_POP(error_code);
crypto/openssl/test/radix/quic_ops.c
469
if (!TEST_true(SSL_set_incoming_stream_policy(ssl, (int)policy, error_code)))
crypto/openssl/test/radix/quic_ops.c
833
uint64_t error_code, expect_app, expect_remote;
crypto/openssl/test/radix/quic_ops.c
835
F_POP(error_code);
crypto/openssl/test/radix/quic_ops.c
848
|| !TEST_uint64_t_eq(error_code, cc_info.error_code)) {
lib/libc/net/nscachedcli.c
256
int error_code;
lib/libc/net/nscachedcli.c
259
error_code = -1;
lib/libc/net/nscachedcli.c
290
result = safe_read(connection, &error_code, sizeof(int));
lib/libc/net/nscachedcli.c
292
error_code = -1;
lib/libc/net/nscachedcli.c
295
return (error_code);
lib/libc/net/nscachedcli.c
308
int error_code, rec_error_code;
lib/libc/net/nscachedcli.c
313
error_code = -1;
lib/libc/net/nscachedcli.c
341
error_code = rec_error_code;
lib/libc/net/nscachedcli.c
351
error_code = -2;
lib/libc/net/nscachedcli.c
360
error_code = 0;
lib/libc/net/nscachedcli.c
363
return (error_code);
lib/libc/net/nscachedcli.c
379
int error_code;
lib/libc/net/nscachedcli.c
401
result = safe_read(connection, &error_code, sizeof(int));
lib/libc/net/nscachedcli.c
405
if (error_code != 0)
lib/libc/net/nscachedcli.c
406
result = error_code;
lib/libc/net/nscachedcli.c
424
int error_code;
lib/libc/net/nscachedcli.c
426
error_code = -1;
lib/libc/net/nscachedcli.c
441
result = safe_read(ws, &error_code, sizeof(int));
lib/libc/net/nscachedcli.c
443
error_code = -1;
lib/libc/net/nscachedcli.c
446
return (error_code);
lib/libc/net/nscachedcli.c
486
int error_code;
lib/libc/net/nscachedcli.c
508
result = safe_read(connection, &error_code, sizeof(int));
lib/libc/net/nscachedcli.c
512
if (error_code != 0)
lib/libc/net/nscachedcli.c
513
result = error_code;
lib/libc/net/nscachedcli.c
527
int error_code, rec_error_code;
lib/libc/net/nscachedcli.c
530
error_code = -1;
lib/libc/net/nscachedcli.c
541
error_code = rec_error_code;
lib/libc/net/nscachedcli.c
551
error_code = -2;
lib/libc/net/nscachedcli.c
560
error_code = 0;
lib/libc/net/nscachedcli.c
563
return (error_code);
lib/libc/tests/stdio/gets_s_test.c
111
error_code = 0;
lib/libc/tests/stdio/gets_s_test.c
115
ATF_CHECK_MSG(error_code > 0, "gets_s() error code is %d", error_code);
lib/libc/tests/stdio/gets_s_test.c
125
error_code = 0;
lib/libc/tests/stdio/gets_s_test.c
129
ATF_CHECK_MSG(error_code > 0, "gets_s() error code is %d", error_code);
lib/libc/tests/stdio/gets_s_test.c
36
static errno_t error_code;
lib/libc/tests/stdio/gets_s_test.c
42
error_code = error;
lib/libvmmapi/amd64/vmmapi_machdep.c
299
exc.error_code = errcode;
sbin/camcontrol/camcontrol.c
4178
int error_code, sense_key, asc, ascq;
sbin/camcontrol/camcontrol.c
4182
ccb->csio.sense_resid, &error_code, &sense_key,
sbin/camcontrol/camcontrol.c
4292
int error_code, sense_key, asc, ascq;
sbin/camcontrol/camcontrol.c
4296
ccb->csio.sense_resid, &error_code, &sense_key, &asc,
sbin/camcontrol/camcontrol.c
4522
int error_code, sense_key, asc, ascq;
sbin/camcontrol/camcontrol.c
4572
(scsi_extract_sense_ccb(ccb, &error_code, &sense_key, &asc, &ascq)
sbin/camcontrol/camcontrol.c
5773
int error_code = 0, sense_key = 0, asc = 0, ascq = 0;
sbin/camcontrol/camcontrol.c
5790
retval = scsi_extract_sense_ccb(ccb, &error_code, &sense_key,
sbin/camcontrol/camcontrol.c
5797
switch (error_code) {
sbin/camcontrol/camcontrol.c
6672
int error_code, sense_key, asc, ascq;
sbin/camcontrol/camcontrol.c
6676
ccb->csio.sense_resid, &error_code, &sense_key,
sbin/camcontrol/camcontrol.c
6884
int error_code, sense_key, asc, ascq;
sbin/camcontrol/camcontrol.c
6888
ccb->csio.sense_resid, &error_code, &sense_key,
sbin/camcontrol/camcontrol.c
7259
int error_code, sense_key, asc, ascq;
sbin/camcontrol/camcontrol.c
7265
ccb->csio.sense_resid, &error_code, &sense_key,
sbin/camcontrol/epc.c
435
int error_code, sense_key, asc, ascq;
sbin/camcontrol/epc.c
437
retval = scsi_extract_sense_ccb(ccb, &error_code,
share/examples/scsi_target/scsi_cmds.c
250
sense->error_code = SSD_CURRENT_ERROR;
sys/amd64/include/vmm.h
691
void vm_inject_pf(struct vcpu *vcpu, int error_code, uint64_t cr2);
sys/amd64/include/vmm_dev.h
94
uint32_t error_code;
sys/amd64/linux/linux_proto.h
821
char error_code_l_[PADL_(l_int)]; l_int error_code; char error_code_r_[PADR_(l_int)];
sys/amd64/linux/linux_systrace_args.c
1754
iarg[a++] = p->error_code; /* l_int */
sys/amd64/linux32/linux32_proto.h
821
char error_code_l_[PADL_(int)]; int error_code; char error_code_r_[PADR_(int)];
sys/amd64/linux32/linux32_systrace_args.c
1743
iarg[a++] = p->error_code; /* int */
sys/amd64/vmm/vmm.c
1513
vm_inject_pf(struct vcpu *vcpu, int error_code, uint64_t cr2)
sys/amd64/vmm/vmm.c
1518
error_code, cr2);
sys/amd64/vmm/vmm.c
1523
vm_inject_fault(vcpu, IDT_PF, 1, error_code);
sys/amd64/vmm/vmm_dev_machdep.c
324
vmexc->vector, vmexc->error_code_valid, vmexc->error_code,
sys/amd64/vmm/vmm_instruction_emul.c
2029
int error_code = 0;
sys/amd64/vmm/vmm_instruction_emul.c
2032
error_code |= PGEX_P;
sys/amd64/vmm/vmm_instruction_emul.c
2034
error_code |= PGEX_W;
sys/amd64/vmm/vmm_instruction_emul.c
2036
error_code |= PGEX_U;
sys/amd64/vmm/vmm_instruction_emul.c
2038
error_code |= PGEX_RSV;
sys/amd64/vmm/vmm_instruction_emul.c
2040
error_code |= PGEX_I;
sys/amd64/vmm/vmm_instruction_emul.c
2042
return (error_code);
sys/arm/allwinner/aw_cir.c
240
goto error_code;
sys/arm/allwinner/aw_cir.c
257
goto error_code;
sys/arm/allwinner/aw_cir.c
276
goto error_code;
sys/arm/allwinner/aw_cir.c
288
goto error_code;
sys/arm/allwinner/aw_cir.c
306
error_code:
sys/arm/allwinner/aw_mmc.c
888
set_mmc_error(struct aw_mmc_softc *sc, int error_code)
sys/arm/allwinner/aw_mmc.c
891
sc->ccb->mmcio.cmd.error = error_code;
sys/arm/allwinner/aw_mmc.c
893
sc->aw_req->cmd->error = error_code;
sys/arm64/linux/linux_proto.h
409
char error_code_l_[PADL_(l_int)]; l_int error_code; char error_code_r_[PADR_(l_int)];
sys/arm64/linux/linux_systrace_args.c
759
iarg[a++] = p->error_code; /* l_int */
sys/cam/cam_periph.c
1378
int error = 0, error_code, sense_key, asc, ascq;
sys/cam/cam_periph.c
1387
&error_code, &sense_key, &asc, &ascq)) {
sys/cam/ctl/ctl.c
12350
ps[initidx % CTL_MAX_INIT_PER_PORT].error_code = 0;
sys/cam/ctl/ctl.c
12805
ps[i].error_code = 0;
sys/cam/ctl/ctl.c
9341
if (ps != NULL && ps->error_code != 0) {
sys/cam/ctl/ctl.c
9371
ps->error_code = 0;
sys/cam/ctl/ctl_error.c
173
if ((sense_src->error_code & SSD_ERRCODE) == SSD_DEFERRED_ERROR)
sys/cam/ctl/ctl_error.c
204
(sense_src->error_code & SSD_ERRCODE_VALID) ?
sys/cam/ctl/ctl_error.c
257
if ((sense_src->error_code & SSD_ERRCODE) == SSD_DESC_CURRENT_ERROR)
sys/cam/ctl/ctl_tpc.c
1514
int error_code, sense_key, asc, ascq;
sys/cam/ctl/ctl_tpc.c
1523
&error_code,
sys/cam/ctl/ctl_tpc.c
1529
switch (error_code) {
sys/cam/scsi/scsi_all.c
3490
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_all.c
3494
&error_code, &sense_key, &asc, &ascq)) {
sys/cam/scsi/scsi_all.c
3496
} else if ((error_code == SSD_DEFERRED_ERROR)
sys/cam/scsi/scsi_all.c
3497
|| (error_code == SSD_DESC_DEFERRED_ERROR)) {
sys/cam/scsi/scsi_all.c
3861
sense->error_code = SSD_DESC_CURRENT_ERROR;
sys/cam/scsi/scsi_all.c
3863
sense->error_code = SSD_DESC_DEFERRED_ERROR;
sys/cam/scsi/scsi_all.c
4009
sense->error_code = SSD_CURRENT_ERROR;
sys/cam/scsi/scsi_all.c
4011
sense->error_code = SSD_DEFERRED_ERROR;
sys/cam/scsi/scsi_all.c
4063
sense->error_code |= SSD_ERRCODE_VALID;
sys/cam/scsi/scsi_all.c
4066
sense->error_code &= ~SSD_ERRCODE_VALID;
sys/cam/scsi/scsi_all.c
4220
if ((sense->error_code & SSD_ERRCODE_VALID) == 0)
sys/cam/scsi/scsi_all.c
4637
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_all.c
4644
scsi_extract_sense_len(sense, sense_len, &error_code, &sense_key,
sys/cam/scsi/scsi_all.c
4780
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_all.c
4784
forwarded->length - 2, &error_code, &sense_key, &asc, &ascq, 1);
sys/cam/scsi/scsi_all.c
4798
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_all.c
4805
scsi_extract_sense_len(sense, sense_len, &error_code, &sense_key,
sys/cam/scsi/scsi_all.c
4908
switch (sense_data->error_code & SSD_ERRCODE) {
sys/cam/scsi/scsi_all.c
4976
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_all.c
4980
scsi_extract_sense_len(sense, sense_len, &error_code, &sense_key,
sys/cam/scsi/scsi_all.c
4984
switch (error_code) {
sys/cam/scsi/scsi_all.c
5103
sbuf_printf(sb, "Error code 0x%x", error_code);
sys/cam/scsi/scsi_all.c
5104
if (sense->error_code & SSD_ERRCODE_VALID) {
sys/cam/scsi/scsi_all.c
5311
scsi_extract_sense(struct scsi_sense_data *sense_data, int *error_code,
sys/cam/scsi/scsi_all.c
5314
scsi_extract_sense_len(sense_data, sizeof(*sense_data), error_code,
sys/cam/scsi/scsi_all.c
5323
int *error_code, int *sense_key, int *asc, int *ascq)
sys/cam/scsi/scsi_all.c
5342
error_code, sense_key, asc, ascq, 1);
sys/cam/scsi/scsi_all.c
5343
if (*error_code == -1)
sys/cam/scsi/scsi_all.c
5354
int *error_code, int *sense_key, int *asc, int *ascq,
sys/cam/scsi/scsi_all.c
5362
*error_code = 0;
sys/cam/scsi/scsi_all.c
5367
*error_code = -1;
sys/cam/scsi/scsi_all.c
5375
*error_code = sense_data->error_code & SSD_ERRCODE;
sys/cam/scsi/scsi_all.c
5377
switch (*error_code) {
sys/cam/scsi/scsi_all.c
5432
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_all.c
5434
scsi_extract_sense_len(sense_data, sense_len, &error_code,
sys/cam/scsi/scsi_all.c
5444
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_all.c
5446
scsi_extract_sense_len(sense_data, sense_len, &error_code,
sys/cam/scsi/scsi_all.c
5456
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_all.c
5458
scsi_extract_sense_len(sense_data, sense_len, &error_code,
sys/cam/scsi/scsi_all.c
9638
if (sfixed->error_code & SSD_ERRCODE_VALID) {
sys/cam/scsi/scsi_all.h
3272
uint8_t error_code;
sys/cam/scsi/scsi_all.h
3294
uint8_t error_code;
sys/cam/scsi/scsi_all.h
3351
uint8_t error_code;
sys/cam/scsi/scsi_all.h
4414
void scsi_extract_sense(struct scsi_sense_data *sense, int *error_code,
sys/cam/scsi/scsi_all.h
4416
int scsi_extract_sense_ccb(union ccb *ccb, int *error_code, int *sense_key,
sys/cam/scsi/scsi_all.h
4419
u_int sense_len, int *error_code, int *sense_key,
sys/cam/scsi/scsi_cd.c
1239
int sense_key, error_code;
sys/cam/scsi/scsi_cd.c
1256
&error_code, &sense_key, &asc, &ascq))
sys/cam/scsi/scsi_cd.c
1270
&& (error_code == SSD_CURRENT_ERROR
sys/cam/scsi/scsi_cd.c
1271
|| error_code == SSD_DESC_CURRENT_ERROR)) {
sys/cam/scsi/scsi_cd.c
2868
int error, error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_cd.c
2884
&error_code, &sense_key, &asc, &ascq)) {
sys/cam/scsi/scsi_cd.c
453
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_cd.c
464
&error_code, &sense_key, &asc, &ascq)) {
sys/cam/scsi/scsi_da.c
2213
int error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_da.c
2225
&error_code, &sense_key, &asc, &ascq)) {
sys/cam/scsi/scsi_da.c
5038
int sense_key, error_code;
sys/cam/scsi/scsi_da.c
5055
&error_code, &sense_key, &asc, &ascq))
sys/cam/scsi/scsi_da.c
5069
(error_code == SSD_CURRENT_ERROR ||
sys/cam/scsi/scsi_da.c
5070
error_code == SSD_DESC_CURRENT_ERROR) &&
sys/cam/scsi/scsi_da.c
5110
&& (error_code == SSD_CURRENT_ERROR
sys/cam/scsi/scsi_da.c
5111
|| error_code == SSD_DESC_CURRENT_ERROR)) {
sys/cam/scsi/scsi_da.c
5505
int error, error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_da.c
5525
if (scsi_extract_sense_ccb(done_ccb, &error_code, &sense_key,
sys/cam/scsi/scsi_da.c
6250
int error, error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_da.c
6270
&error_code, &sense_key, &asc, &ascq)) {
sys/cam/scsi/scsi_sa.c
3678
int error_code, sense_key, asc, ascq, error, aqvalid, stream_valid;
sys/cam/scsi/scsi_sa.c
3687
scsi_extract_sense_len(sense, sense_len, &error_code, &sense_key,
sys/compat/linux/linux_misc.c
1541
args->error_code);
sys/compat/linux/linux_misc.c
1548
kern_exit(td, args->error_code, 0);
sys/dev/aacraid/aacraid_cam.c
153
ccb->csio.sense_data.error_code =
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1815
uint16_t error_code;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1828
error_code = le16toh(resp->error_code);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1830
if (rc || error_code) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1832
"rc:%x err:%x\n", ring_type, rc, error_code);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
253
err = le16toh(resp->error_code);
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100050
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100150
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100286
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100383
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100481
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100568
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100695
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100829
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
100954
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101024
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101076
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101281
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101361
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101500
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101587
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101706
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101858
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
101965
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
102079
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14711
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14785
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14863
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14941
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
15232
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
15347
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
16367
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
1683
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18121
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18295
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18464
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
1851
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18596
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18662
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18950
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
19023
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
19159
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
19231
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
19310
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
19420
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
19629
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
19713
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
1991
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
21063
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
21159
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22111
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22476
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22537
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22814
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22998
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23088
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23253
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23314
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23411
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23485
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23604
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23710
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23972
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24170
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24606
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24941
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25002
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
251
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25189
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25250
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25354
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25459
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25520
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25717
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25913
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26016
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26119
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26399
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26462
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26609
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26758
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26828
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26944
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
27016
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
27143
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
27274
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
27554
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
27614
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
28506
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
28598
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
29768
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
29942
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30377
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30472
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30767
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31288
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32198
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32289
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32375
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32492
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32665
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32745
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32808
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32927
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32997
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33450
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33539
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33620
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33697
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34093
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34156
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34452
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34885
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34969
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35249
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35415
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35478
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35608
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35682
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35774
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35854
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36007
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36103
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36245
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36308
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36389
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36468
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36531
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
36652
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37196
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37323
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37410
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37543
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37629
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37864
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37959
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39479
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39570
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39650
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39775
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39863
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39948
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40152
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40219
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40291
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40487
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40619
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40695
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40838
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
41164
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
41267
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
41461
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
41564
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
41827
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42067
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42143
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42327
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42403
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42475
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42553
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42628
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42841
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43035
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43174
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43264
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43571
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43684
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43927
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
44437
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
44524
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45000
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45128
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45489
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45569
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45711
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45796
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46275
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46443
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46551
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46718
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46811
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46961
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47122
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47336
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47453
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47522
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47988
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48149
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48212
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48766
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49019
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49182
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49379
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49488
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49569
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49823
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50070
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50331
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50434
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50537
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50755
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50821
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51199
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51446
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51722
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52065
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52161
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52266
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52327
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52585
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52676
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52883
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52966
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53065
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53148
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53441
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53507
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53784
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53917
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54227
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54395
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54539
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54659
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54818
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54892
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54997
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55075
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55157
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55220
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55289
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55470
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55633
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55738
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55885
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55960
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56024
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56158
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56230
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56297
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56393
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56459
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56634
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56715
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56795
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56872
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57051
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57118
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57236
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57298
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57503
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57601
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57667
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57866
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58113
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58351
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58420
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58490
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58567
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58671
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58749
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58815
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58881
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59009
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59129
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59221
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59314
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59435
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59540
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59649
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59742
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59829
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59922
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60011
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60094
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60199
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60281
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60380
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60464
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60551
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60632
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60720
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60816
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60909
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60988
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61063
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61166
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61261
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61335
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61485
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61603
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61670
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61746
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61824
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61906
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61993
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62080
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62190
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62293
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62409
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62546
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62673
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62790
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62897
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62997
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63096
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63203
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63295
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63412
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63534
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63628
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63716
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63802
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63895
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63985
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64098
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64193
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64310
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64506
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64712
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65060
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65151
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65243
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65353
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65460
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65564
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65641
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66003
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66193
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66300
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66475
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66763
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66858
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66970
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67030
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67997
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68141
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68273
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68348
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68438
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68498
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68561
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68727
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68840
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69011
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69123
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69240
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69308
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69406
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69527
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69679
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69756
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69832
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69923
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69995
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70055
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70209
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70285
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70355
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70559
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70657
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70817
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70902
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71010
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71134
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71226
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71298
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71435
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71556
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71630
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71716
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71817
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
71878
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72040
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72107
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72247
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72415
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72525
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72621
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72735
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72849
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72921
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72997
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73119
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73191
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73275
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73362
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73482
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73550
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73660
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73783
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73877
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
73998
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74174
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74280
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74348
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74446
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74514
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74598
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74750
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74843
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
74944
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
75029
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
75105
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
75260
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
75390
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
75513
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
75608
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
75697
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
75941
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
76037
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
76145
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
76326
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
76450
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
76621
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
76744
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
76863
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
76961
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
77027
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
77114
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
77214
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
98181
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
98317
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
98427
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
98593
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
98705
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
98766
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
98895
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99037
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99140
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99247
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99336
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99416
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99544
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99609
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99709
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99794
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99858
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
99947
uint16_t error_code;
sys/dev/firewire/sbp.c
1476
sense->error_code = SSD_CURRENT_ERROR;
sys/dev/firewire/sbp.c
1478
sense->error_code = SSD_DEFERRED_ERROR;
sys/dev/firewire/sbp.c
1481
sense->error_code |= SSD_ERRCODE_VALID;
sys/dev/firewire/sbp_targ.c
694
int error_code, sense_key, asc, ascq;
sys/dev/firewire/sbp_targ.c
707
scsi_extract_sense_len(sense, sense_len, &error_code,
sys/dev/firewire/sbp_targ.c
710
switch (error_code) {
sys/dev/irdma/irdma_ctrl.c
1657
hdr->error_code = err;
sys/dev/irdma/irdma_type.h
292
u8 error_code;
sys/dev/isci/isci_io_request.c
125
int error_code, sense_key, asc, ascq;
sys/dev/isci/isci_io_request.c
142
scsi_extract_sense( &csio->sense_data, &error_code, &sense_key,
sys/dev/isp/isp_freebsd.c
1179
cso->sense_data.error_code, cso->sense_data.sense_buf[1], cso->sense_data.sense_buf[11], cso->sense_data.sense_buf[12]);
sys/dev/ixl/i40e_adminq_cmd.h
1211
u8 error_code;
sys/dev/ixl/ixl_pf_main.c
1651
if (d[i].error_code == 0)
sys/dev/mfi/mfivar.h
574
int *error_code, int *sense_key, int *asc, int *ascq)
sys/dev/mfi/mfivar.h
577
*error_code = sense->error_code & SSD_ERRCODE;
sys/dev/mlx5/mlx5_core/mlx5_fw.c
399
u32 *update_handle, u8 *error_code,
sys/dev/mlx5/mlx5_core/mlx5_fw.c
416
*error_code = MLX5_GET(mcc_reg, out, error_code);
sys/dev/mlx5/mlx5_core/mlx5_fw.c
506
u8 control_state, error_code;
sys/dev/mlx5/mlx5_core/mlx5_fw.c
510
err = mlx5_reg_mcc_query(dev, fwhandle, &error_code, &control_state);
sys/dev/mlx5/mlx5_core/mlx5_fw.c
570
u8 control_state, error_code;
sys/dev/mlx5/mlx5_core/mlx5_fw.c
573
err = mlx5_reg_mcc_query(dev, &fwhandle, &error_code, &control_state);
sys/dev/mlx5/mlx5_core/mlx5_fw.c
578
*fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code,
sys/dev/mlx5/mlx5_ifc.h
11493
u8 error_code[0x8];
sys/dev/mrsas/mrsas.h
1742
u_int32_t error_code;
sys/dev/mrsas/mrsas_cam.c
1405
if (cmd->error_code)
sys/dev/mrsas/mrsas_cam.c
1619
cmd->error_code = error;
sys/dev/mrsas/mrsas_cam.c
679
cmd->error_code = 0;
sys/dev/mrsas/mrsas_fp.c
1012
int error_code = 0;
sys/dev/mrsas/mrsas_fp.c
1059
pdBlock, map, &error_code);
sys/dev/mrsas/mrsas_fp.c
1060
if (error_code == 1) {
sys/dev/mrsas/mrsas_fp.c
1658
int error_code = 0;
sys/dev/mrsas/mrsas_fp.c
1687
span = (u_int8_t)MR_GetSpanBlock(ld, row, pdBlock, map, &error_code);
sys/dev/mrsas/mrsas_fp.c
1688
if (error_code == 1)
sys/dev/mrsas/mrsas_ioctl.c
105
cb->error_code = EFBIG;
sys/dev/mrsas/mrsas_ioctl.c
52
u_int32_t error_code;
sys/dev/mrsas/mrsas_ioctl.c
93
cb->error_code = error;
sys/dev/qlnx/qlnxe/common_hsi.h
690
u8 error_code /* error code - relevant only if the opcode indicates its an error */;
sys/dev/qlnx/qlnxe/ecore_spq.c
97
p_eqe->data.iscsi_info.error_code);
sys/dev/safexcel/safexcel.c
2009
rdesc->result_data.error_code = 0;
sys/dev/safexcel/safexcel.c
214
error = rdesc->result_data.error_code;
sys/dev/safexcel/safexcel_var.h
170
uint32_t error_code : 15;
sys/dev/tws/tws.c
837
r->error_code = TWS_REQ_RET_INVALID;
sys/dev/tws/tws_cam.c
1121
if ( req->error_code == TWS_REQ_RET_RESET ) {
sys/dev/tws/tws_cam.c
1126
if ( req->error_code == TWS_REQ_RET_RESET ) {
sys/dev/tws/tws_cam.c
465
if ( req->error_code != TWS_REQ_RET_SUBMIT_SUCCESS )
sys/dev/tws/tws_cam.c
466
TWS_TRACE_DEBUG(sc, "submit failure?", 0, req->error_code);
sys/dev/tws/tws_cam.c
556
req->error_code = hdr->status_block.error;
sys/dev/tws/tws_cam.c
575
req->error_code = TWS_REQ_RET_RESET;
sys/dev/tws/tws_cam.c
607
r->error_code = TWS_REQ_RET_RESET;
sys/dev/tws/tws_cam.c
613
r->error_code = TWS_REQ_RET_RESET;
sys/dev/tws/tws_cam.c
623
r->error_code = TWS_REQ_RET_RESET;
sys/dev/tws/tws_cam.c
946
req->error_code = error;
sys/dev/tws/tws_cam.c
975
req->error_code = tws_submit_command(req->sc, req);
sys/dev/tws/tws_hdm.c
158
req->error_code = TWS_REQ_RET_INVALID;
sys/dev/tws/tws_hdm.c
194
req->error_code = tws_submit_command(sc, req);
sys/dev/tws/tws_hdm.c
266
req->error_code = tws_submit_command(sc, req);
sys/dev/tws/tws_hdm.h
388
u_int32_t error_code; /* error during request processing */
sys/dev/tws/tws_services.c
133
array[index].error_code,
sys/dev/tws/tws_services.h
109
u_int32_t error_code;
sys/dev/tws/tws_user.c
159
ubuf->driver_pkt.os_status = req->error_code;
sys/dev/tws/tws_user.c
172
if ( req->error_code == TWS_REQ_RET_RESET ) {
sys/dev/tws/tws_user.c
174
req->error_code = EBUSY;
sys/dev/tws/tws_user.c
198
if ( req->error_code != TWS_REQ_RET_SUBMIT_SUCCESS )
sys/dev/usb/storage/umass.c
2601
umass_command_start(sc, DIR_IN, &ccb->csio.sense_data.error_code,
sys/i386/linux/linux_proto.h
821
char error_code_l_[PADL_(int)]; int error_code; char error_code_r_[PADR_(int)];
sys/i386/linux/linux_systrace_args.c
1780
iarg[a++] = p->error_code; /* int */
sys/netinet/sctp_asconf.c
1566
uint16_t error_code;
sys/netinet/sctp_asconf.c
1586
error_code = ntohs(eh->code);
sys/netinet/sctp_asconf.c
1589
switch (error_code) {
tools/tools/vhba/vhba.c
158
csio->sense_data.error_code = SSD_ERRCODE_VALID|SSD_CURRENT_ERROR;
usr.sbin/nscd/mp_rs_query.c
179
c_mp_rs_response->error_code = ENOENT;
usr.sbin/nscd/mp_rs_query.c
188
c_mp_rs_response->error_code = EACCES;
usr.sbin/nscd/mp_rs_query.c
202
c_mp_rs_response->error_code = EPERM;
usr.sbin/nscd/mp_rs_query.c
298
c_mp_rs_response->error_code = -1;
usr.sbin/nscd/mp_rs_query.c
314
c_mp_rs_response->error_code = -1;
usr.sbin/nscd/mp_rs_query.c
334
result = qstate->write_func(qstate, &c_mp_rs_response->error_code,
usr.sbin/nscd/mp_rs_query.c
344
if (c_mp_rs_response->error_code == 0) {
usr.sbin/nscd/mp_rs_query.c
423
read_response->error_code = cache_mp_read(
usr.sbin/nscd/mp_rs_query.c
427
if (read_response->error_code == 0) {
usr.sbin/nscd/mp_rs_query.c
430
read_response->error_code = cache_mp_read(
usr.sbin/nscd/mp_rs_query.c
437
if (read_response->error_code == 0)
usr.sbin/nscd/mp_rs_query.c
458
result = qstate->write_func(qstate, &read_response->error_code,
usr.sbin/nscd/mp_rs_query.c
460
if (read_response->error_code == 0) {
usr.sbin/nscd/mp_ws_query.c
177
c_mp_ws_response->error_code = ENOENT;
usr.sbin/nscd/mp_ws_query.c
186
c_mp_ws_response->error_code = EACCES;
usr.sbin/nscd/mp_ws_query.c
195
c_mp_ws_response->error_code = EOPNOTSUPP;
usr.sbin/nscd/mp_ws_query.c
204
c_mp_ws_response->error_code = EPERM;
usr.sbin/nscd/mp_ws_query.c
234
c_mp_ws_response->error_code = -1;
usr.sbin/nscd/mp_ws_query.c
265
result = qstate->write_func(qstate, &c_mp_ws_response->error_code,
usr.sbin/nscd/mp_ws_query.c
274
if (c_mp_ws_response->error_code == 0) {
usr.sbin/nscd/mp_ws_query.c
425
write_response->error_code = cache_mp_write(
usr.sbin/nscd/mp_ws_query.c
448
result = qstate->write_func(qstate, &write_response->error_code,
usr.sbin/nscd/mp_ws_query.c
457
if (write_response->error_code == 0) {
usr.sbin/nscd/nscdcli.c
243
int error_code;
usr.sbin/nscd/nscdcli.c
248
error_code = -1;
usr.sbin/nscd/nscdcli.c
273
result = safe_read(connection, &error_code, sizeof(int));
usr.sbin/nscd/nscdcli.c
275
error_code = -1;
usr.sbin/nscd/nscdcli.c
279
return (error_code);
usr.sbin/nscd/protocol.h
107
int error_code;
usr.sbin/nscd/protocol.h
114
int error_code;
usr.sbin/nscd/protocol.h
49
int error_code;
usr.sbin/nscd/protocol.h
64
int error_code;
usr.sbin/nscd/protocol.h
80
int error_code;
usr.sbin/nscd/protocol.h
89
int error_code;
usr.sbin/nscd/protocol.h
98
int error_code;
usr.sbin/nscd/query.c
1008
transform_response->error_code = -1;
usr.sbin/nscd/query.c
1017
transform_response->error_code = -1;
usr.sbin/nscd/query.c
1027
transform_response->error_code = -1;
usr.sbin/nscd/query.c
1047
transform_response->error_code = -1;
usr.sbin/nscd/query.c
1056
transform_response->error_code = -1;
usr.sbin/nscd/query.c
1074
result = qstate->write_func(qstate, &transform_response->error_code,
usr.sbin/nscd/query.c
410
write_response->error_code = ENOENT;
usr.sbin/nscd/query.c
418
write_response->error_code = EACCES;
usr.sbin/nscd/query.c
427
write_response->error_code = EOPNOTSUPP;
usr.sbin/nscd/query.c
442
write_response->error_code = cache_write(c_entry,
usr.sbin/nscd/query.c
456
write_response->error_code = -1;
usr.sbin/nscd/query.c
483
write_response->error_code = ENOENT;
usr.sbin/nscd/query.c
492
write_response->error_code = EACCES;
usr.sbin/nscd/query.c
501
write_response->error_code = EOPNOTSUPP;
usr.sbin/nscd/query.c
510
write_response->error_code = EPERM;
usr.sbin/nscd/query.c
523
write_response->error_code = cache_write(c_entry,
usr.sbin/nscd/query.c
536
write_response->error_code = -1;
usr.sbin/nscd/query.c
555
result = qstate->write_func(qstate, &write_response->error_code,
usr.sbin/nscd/query.c
675
read_response->error_code = ENOENT;
usr.sbin/nscd/query.c
684
read_response->error_code = EACCES;
usr.sbin/nscd/query.c
702
read_response->error_code = EPERM;
usr.sbin/nscd/query.c
717
read_response->error_code = cache_read(c_entry,
usr.sbin/nscd/query.c
722
if (read_response->error_code == -2) {
usr.sbin/nscd/query.c
726
read_response->error_code = cache_read(c_entry,
usr.sbin/nscd/query.c
736
if (read_response->error_code == -1) {
usr.sbin/nscd/query.c
737
read_response->error_code = cache_read(neg_c_entry,
usr.sbin/nscd/query.c
742
if (read_response->error_code == -2) {
usr.sbin/nscd/query.c
746
read_response->error_code = cache_read(neg_c_entry,
usr.sbin/nscd/query.c
755
if ((read_response->error_code == -1) &&
usr.sbin/nscd/query.c
776
read_response->error_code = 0;
usr.sbin/nscd/query.c
802
read_response->error_code = 0;
usr.sbin/nscd/query.c
815
read_response->error_code = -1;
usr.sbin/nscd/query.c
819
if (read_response->error_code == 0)
usr.sbin/nscd/query.c
838
result = qstate->write_func(qstate, &read_response->error_code,
usr.sbin/nscd/query.c
841
if (read_response->error_code == 0) {