Symbol: error_code
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
2880
tcause.error_code = app_error_code;
crypto/openssl/ssl/quic/quic_channel.c
3095
dst->error_code = src->error_code;
crypto/openssl/ssl/quic/quic_channel.c
3159
f.error_code = ch->terminate_cause.error_code;
crypto/openssl/ssl/quic/quic_channel.c
3220
tcause.error_code = f->error_code;
crypto/openssl/ssl/quic/quic_channel.c
3410
tcause.error_code = OSSL_QUIC_ERR_NO_ERROR;
crypto/openssl/ssl/quic/quic_channel.c
3424
tcause.error_code = OSSL_QUIC_ERR_INTERNAL_ERROR;
crypto/openssl/ssl/quic/quic_channel.c
3452
uint64_t error_code,
crypto/openssl/ssl/quic/quic_channel.c
3461
int err_reason = error_code == OSSL_QUIC_ERR_INTERNAL_ERROR
crypto/openssl/ssl/quic/quic_channel.c
3464
const char *err_str = ossl_quic_err_to_string(error_code);
crypto/openssl/ssl/quic/quic_channel.c
3497
(unsigned long long)error_code,
crypto/openssl/ssl/quic/quic_channel.c
3505
(unsigned long long)error_code,
crypto/openssl/ssl/quic/quic_channel.c
3515
tcause.error_code = error_code;
crypto/openssl/ssl/quic/quic_channel.c
3602
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
3976
uint64_t error_code;
crypto/openssl/ssl/quic/quic_impl.c
3984
error_code = (args != NULL ? args->quic_error_code : 0);
crypto/openssl/ssl/quic/quic_impl.c
3991
ok = ossl_quic_stream_map_reset_stream_send_part(qsm, qs, error_code);
crypto/openssl/ssl/quic/quic_impl.c
4189
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
1106
f.error_code = 2345;
crypto/openssl/test/quic_txp_test.c
1122
|| !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
2323
|| !TEST_uint64_t_eq(info.error_code, OSSL_QUIC_ERR_TRANSPORT_PARAMETER_ERROR)
crypto/openssl/test/quicapitest.c
2328
(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
1229
int sense_key, error_code;
sys/cam/scsi/scsi_cd.c
1246
&error_code, &sense_key, &asc, &ascq))
sys/cam/scsi/scsi_cd.c
1260
&& (error_code == SSD_CURRENT_ERROR
sys/cam/scsi/scsi_cd.c
1261
|| error_code == SSD_DESC_CURRENT_ERROR)) {
sys/cam/scsi/scsi_cd.c
2858
int error, error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_cd.c
2874
&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
5501
int error, error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_da.c
5521
if (scsi_extract_sense_ccb(done_ccb, &error_code, &sense_key,
sys/cam/scsi/scsi_da.c
6243
int error, error_code, sense_key, asc, ascq;
sys/cam/scsi/scsi_da.c
6263
&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
1540
args->error_code);
sys/compat/linux/linux_misc.c
1547
exit1(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
1724
uint16_t error_code;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1737
error_code = le16toh(resp->error_code);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1739
if (rc || error_code) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1741
"rc:%x err:%x\n", ring_type, rc, error_code);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
244
err = le16toh(resp->error_code);
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14222
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14296
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14374
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14452
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14743
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
14812
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
15754
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
1622
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
17381
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
17492
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
17661
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
17772
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
17838
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
1784
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18126
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18199
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18335
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18407
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18486
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
18805
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18889
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
1924
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
20239
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
20299
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
21251
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
21616
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
21677
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
21954
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22138
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22204
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22369
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22430
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22535
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22607
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22668
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22785
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
22891
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23149
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23291
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23649
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
23956
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24017
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24204
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24265
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
243
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24369
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24474
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24535
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24701
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24853
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24916
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
24979
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25217
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25280
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25427
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25576
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25646
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25762
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25834
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
25961
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26092
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26372
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
26432
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
27270
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
27362
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
28815
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
28910
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
29205
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
29726
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30554
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30638
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30724
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30841
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
30977
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31040
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31159
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31229
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31635
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31724
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31805
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
31882
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32278
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32341
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
32637
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33042
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33203
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33369
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33432
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33562
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33636
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33728
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33808
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
33961
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34057
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34199
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34262
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34343
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34422
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34485
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
34577
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35105
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35232
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35299
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35432
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35518
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35753
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
35820
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37340
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37407
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37487
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37592
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37659
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37744
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
37948
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38015
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38087
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38283
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38415
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38475
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38618
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
38944
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39004
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39198
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39258
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39521
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39761
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
39821
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40005
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40065
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40137
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40197
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40281
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40395
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40459
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40753
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
40824
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
41048
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
41552
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
41615
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
42157
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42492
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42556
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42698
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
42763
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43186
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43308
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43392
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43559
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43630
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43760
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
43914
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
44108
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
44189
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
44258
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
44724
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
44885
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
44948
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45360
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45462
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45625
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45802
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45896
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
45977
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46231
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46327
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46437
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46540
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46643
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46861
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
46927
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47305
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47417
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47542
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47885
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
47981
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48086
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48147
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48405
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48496
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48703
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48786
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48885
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
48968
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49261
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49327
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49604
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
49737
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50047
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50215
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50359
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50479
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50638
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50712
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50817
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50895
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
50977
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51040
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51109
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51290
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51403
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51477
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51605
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51680
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51744
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51878
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
51950
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52017
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52113
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52179
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52354
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52435
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52515
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52592
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52771
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52838
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
52956
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53018
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53223
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53321
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53387
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53586
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53682
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53769
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53838
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53908
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
53985
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54089
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54167
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54233
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54299
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54427
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54547
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54639
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54732
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54853
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
54958
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55067
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55160
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55247
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55340
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55429
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55512
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55617
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55699
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55798
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55882
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
55969
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56050
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56138
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56234
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56327
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56406
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56481
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56584
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56679
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56753
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
56990
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57057
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57133
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57211
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57293
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57380
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57467
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57577
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57680
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57796
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
57933
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58060
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58177
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58284
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58407
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58523
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58615
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58732
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58854
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
58948
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59036
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59122
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59215
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59305
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59428
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59608
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
59768
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60058
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60123
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60195
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60305
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60412
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60516
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60588
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60708
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
60874
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61038
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61133
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61245
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61305
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
61938
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62058
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62188
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62263
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62353
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62413
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62476
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62642
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62755
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
62926
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63016
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63133
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63201
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63299
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63420
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63572
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63649
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63725
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63816
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63888
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
63948
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64102
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64178
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64248
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
64591
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64699
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64823
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64915
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
64987
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65124
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65245
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65319
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65405
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65506
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65567
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65729
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65796
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65931
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66099
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66209
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66305
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66416
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66530
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66602
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66678
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66774
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66846
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
66930
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67017
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67137
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67205
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67315
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67438
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67532
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67649
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67825
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67931
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
67999
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68097
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68188
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68261
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68340
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68405
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68465
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68611
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68731
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68821
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68898
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
68969
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69193
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69271
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69379
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69556
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69669
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69819
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
69928
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70043
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70139
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70205
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70290
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
70370
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90074
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90210
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90320
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90486
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90598
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90659
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90783
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90870
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
90984
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
91057
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91137
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91265
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91330
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91430
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91515
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91579
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91668
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91771
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91865
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
91979
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92072
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92170
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92257
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92384
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92532
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92602
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92654
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92762
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92822
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92926
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
92989
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
93090
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
93224
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
93310
uint16_t error_code;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
93403
uint16_t error_code;
sys/dev/firewire/sbp.c
1488
sense->error_code = SSD_CURRENT_ERROR;
sys/dev/firewire/sbp.c
1490
sense->error_code = SSD_DEFERRED_ERROR;
sys/dev/firewire/sbp.c
1493
sense->error_code |= SSD_ERRCODE_VALID;
sys/dev/firewire/sbp_targ.c
697
int error_code, sense_key, asc, ascq;
sys/dev/firewire/sbp_targ.c
728
scsi_extract_sense_len(sense, sense_len, &error_code,
sys/dev/firewire/sbp_targ.c
731
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
11487
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) {