/freebsd/sbin/ipfw/ |
H A D | ipfw2.h | 445 struct tidx; 447 struct tidx *tstate); 449 struct tidx *tstate); 459 struct tidx *tstate);
|
H A D | ipv6.c | 328 fill_ip6(ipfw_insn_ip6 *cmd, char *av, int cblen, struct tidx *tstate) in fill_ip6() 478 add_srcip6(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) in add_srcip6() 500 add_dstip6(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) in add_dstip6()
|
H A D | ipfw2.c | 443 struct tidx; 444 static uint32_t pack_object(struct tidx *tstate, const char *name, int otype); 445 static uint32_t pack_table(struct tidx *tstate, const char *name); 3205 struct tidx { struct 3263 pack_object(struct tidx *tstate, const char *name, int otype) in pack_object() 3300 pack_table(struct tidx *tstate, const char *name) in pack_table() 3332 fill_table(ipfw_insn *cmd, char *av, uint8_t opcode, struct tidx *tstate) in fill_table() 3369 fill_ip(ipfw_insn_ip *cmd, char *av, int cblen, struct tidx *tstate) in fill_ip() 3666 fill_iface(ipfw_insn_if *cmd, char *arg, int cblen, struct tidx *tstate) in fill_iface() 3904 add_srcip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) in add_srcip() [all …]
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctfmerge.c | 764 int c, i, idx, tidx, err; in main() local 892 for (idx = 0, tidx = 1; tidx < nifiles; tidx++) { in main() 893 if (strcmp(ifiles[idx], tifiles[tidx]) != 0) in main() 894 ifiles[++idx] = tifiles[tidx]; in main()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d-opregion.h | 75 uint32_t tidx; ///< Offset 0x1A4 Toggle Table Index member
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_enc_ses.c | 2615 uint8_t *buf, int bufsiz, int eip, int tidx, in ses_get_elm_addlstatus_sas() argument 2634 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) { in ses_get_elm_addlstatus_sas() 2641 ses_cache->ses_types[tidx].hdr->etype_elm_type); in ses_get_elm_addlstatus_sas() 2650 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) { in ses_get_elm_addlstatus_sas() 2659 ses_cache->ses_types[tidx].hdr->etype_elm_type); in ses_get_elm_addlstatus_sas() 2669 ses_cache->ses_types[tidx].hdr->etype_elm_type, dtype); in ses_get_elm_addlstatus_sas() 2693 uint8_t *buf, int bufsiz, int eip, int tidx, in ses_get_elm_addlstatus_ata() argument 2705 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) { in ses_get_elm_addlstatus_ata() 2712 ses_cache->ses_types[tidx].hdr->etype_elm_type); in ses_get_elm_addlstatus_ata()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | qp.c | 323 int tidx = idx; in dump_wqe() local 325 fprintf(fp, "dump wqe at %p\n", mlx5_get_send_wqe(qp, tidx)); in dump_wqe() 328 void *buf = mlx5_get_send_wqe(qp, tidx); in dump_wqe() 329 tidx = (tidx + 1) & (qp->sq.wqe_cnt - 1); in dump_wqe()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 1356 int tidx = ((char *)sglp) - mpt_off; in mpt_execute_req_a64() local 1357 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req_a64() 1747 int tidx = ((char *)sglp) - mpt_off; in mpt_execute_req() local 1748 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 3812 int tidx = idx; in dump_wqe() local 3815 pr_debug("dump wqe at %p\n", mlx5_get_send_wqe(qp, tidx)); in dump_wqe() 3818 void *buf = mlx5_get_send_wqe(qp, tidx); in dump_wqe() 3819 tidx = (tidx + 1) & (qp->sq.wqe_cnt - 1); in dump_wqe()
|