Symbol: tidx
crypto/openssl/test/quic_ackm_test.c
1083
TEST_error("error in ACKM RX script %d, op %zu", tidx + 1, opn + 1);
crypto/openssl/test/quic_ackm_test.c
1097
int tidx, space;
crypto/openssl/test/quic_ackm_test.c
1099
tidx = idx % OSSL_NELEM(tx_ack_cases);
crypto/openssl/test/quic_ackm_test.c
1105
return test_tx_ack_case_actual(tidx, space, idx);
crypto/openssl/test/quic_ackm_test.c
1110
int tidx;
crypto/openssl/test/quic_ackm_test.c
1112
tidx = idx % OSSL_NELEM(rx_test_scripts);
crypto/openssl/test/quic_ackm_test.c
1115
return test_rx_ack_actual(tidx, idx);
crypto/openssl/test/quic_ackm_test.c
340
static int test_tx_ack_case_actual(int tidx, int space, int mode)
crypto/openssl/test/quic_ackm_test.c
346
const struct tx_ack_test_case *c = tx_ack_cases[tidx];
crypto/openssl/test/quic_ackm_test.c
521
static int test_tx_ack_time_script(int tidx)
crypto/openssl/test/quic_ackm_test.c
529
const struct tx_ack_time_op *script = tx_ack_time_scripts[tidx], *s;
crypto/openssl/test/quic_ackm_test.c
909
static int test_rx_ack_actual(int tidx, int space)
crypto/openssl/test/quic_ackm_test.c
913
const struct rx_test_op *script = rx_test_scripts[tidx], *s;
crypto/openssl/test/quic_record_test.c
10008
static int test_wire_pkt_hdr_actual(int tidx, int repeat, int cipher,
crypto/openssl/test/quic_record_test.c
10012
const struct pkt_hdr_test *t = pkt_hdr_tests[tidx];
crypto/openssl/test/quic_record_test.c
10025
hpr_key[8] = (unsigned char)tidx;
crypto/openssl/test/quic_record_test.c
10188
static int test_wire_pkt_hdr_inner(int tidx, int repeat, int cipher)
crypto/openssl/test/quic_record_test.c
10191
const struct pkt_hdr_test *t = pkt_hdr_tests[tidx];
crypto/openssl/test/quic_record_test.c
10195
if (!TEST_true(test_wire_pkt_hdr_actual(tidx, repeat, cipher,
crypto/openssl/test/quic_record_test.c
10201
if (!TEST_true(test_wire_pkt_hdr_actual(tidx, repeat, cipher, i)))
crypto/openssl/test/quic_record_test.c
10238
int tidx, repeat, cipher;
crypto/openssl/test/quic_record_test.c
10249
tidx = idx;
crypto/openssl/test/quic_record_test.c
10251
return test_wire_pkt_hdr_inner(tidx, repeat, cipher);
crypto/openssl/test/quic_wire_test.c
1541
static int test_wire_pkt_hdr_pn(int tidx)
crypto/openssl/test/quic_wire_test.c
1544
const struct pn_test *t = &pn_tests[tidx];
sbin/ipfw/ipfw2.c
3318
pack_object(struct tidx *tstate, const char *name, int otype)
sbin/ipfw/ipfw2.c
3355
pack_table(struct tidx *tstate, const char *name)
sbin/ipfw/ipfw2.c
3402
fill_table(ipfw_insn *cmd, char *av, uint8_t opcode, struct tidx *tstate)
sbin/ipfw/ipfw2.c
3441
fill_ip(ipfw_insn_ip *cmd, char *av, int cblen, struct tidx *tstate)
sbin/ipfw/ipfw2.c
3738
fill_iface(ipfw_insn_if *cmd, char *arg, int cblen, struct tidx *tstate)
sbin/ipfw/ipfw2.c
3976
add_srcip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate)
sbin/ipfw/ipfw2.c
3993
add_dstip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate)
sbin/ipfw/ipfw2.c
4010
add_srcmac(ipfw_insn *cmd, char *av, struct tidx *tstate)
sbin/ipfw/ipfw2.c
4021
add_dstmac(ipfw_insn *cmd, char *av, struct tidx *tstate)
sbin/ipfw/ipfw2.c
4070
add_src(ipfw_insn *cmd, char *av, u_char proto, int cblen, struct tidx *tstate)
sbin/ipfw/ipfw2.c
4101
add_dst(ipfw_insn *cmd, char *av, u_char proto, int cblen, struct tidx *tstate)
sbin/ipfw/ipfw2.c
4248
compile_rule(char *av[], uint32_t *rbuf, int *rbufsize, struct tidx *tstate)
sbin/ipfw/ipfw2.c
450
struct tidx;
sbin/ipfw/ipfw2.c
451
static uint32_t pack_object(struct tidx *tstate, const char *name, int otype);
sbin/ipfw/ipfw2.c
452
static uint32_t pack_table(struct tidx *tstate, const char *name);
sbin/ipfw/ipfw2.c
5881
struct tidx ts;
sbin/ipfw/ipfw2.h
446
struct tidx;
sbin/ipfw/ipfw2.h
448
struct tidx *tstate);
sbin/ipfw/ipfw2.h
450
struct tidx *tstate);
sbin/ipfw/ipfw2.h
460
struct tidx *tstate);
sbin/ipfw/ipv6.c
328
fill_ip6(ipfw_insn_ip6 *cmd, char *av, int cblen, struct tidx *tstate)
sbin/ipfw/ipv6.c
478
add_srcip6(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate)
sbin/ipfw/ipv6.c
500
add_dstip6(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate)
sys/cam/scsi/scsi_enc_ses.c
2612
uint8_t *buf, int bufsiz, int eip, int tidx,
sys/cam/scsi/scsi_enc_ses.c
2631
switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) {
sys/cam/scsi/scsi_enc_ses.c
2638
ses_cache->ses_types[tidx].hdr->etype_elm_type);
sys/cam/scsi/scsi_enc_ses.c
2647
switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) {
sys/cam/scsi/scsi_enc_ses.c
2656
ses_cache->ses_types[tidx].hdr->etype_elm_type);
sys/cam/scsi/scsi_enc_ses.c
2666
ses_cache->ses_types[tidx].hdr->etype_elm_type, dtype);
sys/cam/scsi/scsi_enc_ses.c
2690
uint8_t *buf, int bufsiz, int eip, int tidx,
sys/cam/scsi/scsi_enc_ses.c
2702
switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) {
sys/cam/scsi/scsi_enc_ses.c
2709
ses_cache->ses_types[tidx].hdr->etype_elm_type);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
3812
int tidx = idx;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
3815
pr_debug("dump wqe at %p\n", mlx5_get_send_wqe(qp, tidx));
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
3818
void *buf = mlx5_get_send_wqe(qp, tidx);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
3819
tidx = (tidx + 1) & (qp->sq.wqe_cnt - 1);
sys/dev/mpt/mpt_cam.c
1356
int tidx = ((char *)sglp) - mpt_off;
sys/dev/mpt/mpt_cam.c
1357
memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx);
sys/dev/mpt/mpt_cam.c
1747
int tidx = ((char *)sglp) - mpt_off;
sys/dev/mpt/mpt_cam.c
1748
memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx);
usr.sbin/bhyve/amd64/pci_gvt-d-opregion.h
75
uint32_t tidx; ///< Offset 0x1A4 Toggle Table Index