Searched refs:tidx (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.h427 struct tidx;
429 struct tidx *tstate);
431 struct tidx *tstate);
441 struct tidx *tstate);
H A Dipv6.c330 fill_ip6(ipfw_insn_ip6 *cmd, char *av, int cblen, struct tidx *tstate)
483 add_srcip6(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate)
505 add_dstip6(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate)
H A Dipfw2.c397 struct tidx;
398 static uint16_t pack_object(struct tidx *tstate, char *name, int otype);
399 static uint16_t pack_table(struct tidx *tstate, char *name);
2949 struct tidx { struct
3006 pack_object(struct tidx *tstate, char *name, int otype)
3043 pack_table(struct tidx *tstate, char *name)
3054 struct tidx *tstate)
3092 fill_ip(ipfw_insn_ip *cmd, char *av, int cblen, struct tidx *tstate)
3390 fill_iface(ipfw_insn_if *cmd, char *arg, int cblen, struct tidx *tstate)
3628 add_srcip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstat
[all...]
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c547 u_short tidx, sidx; local
553 if ((tidx = findtype(cp, tlen, h)) != 0) {
555 return (tidx);
561 tidx = storetyp(tp, cp, tlen, h);
705 return (tidx);
936 static u_int tidx = 1; /* 0 is reserved */ local
940 if (tidx >= USHRT_MAX)
943 if (tidx == tlstlen - 1) {
951 tlst[tidx] = tp;
960 thte->th_idx = tidx;
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c763 int c, i, idx, tidx, err; local
891 for (idx = 0, tidx = 1; tidx < nifiles; tidx++) {
892 if (strcmp(ifiles[idx], tifiles[tidx]) != 0)
893 ifiles[++idx] = tifiles[tidx];
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c477 int tidx; local
481 for (tidx = idx + 1; tidx < sk_X509_OBJECT_num(h); tidx++) {
482 tobj = sk_X509_OBJECT_value(h, tidx);
/freebsd-11-stable/sys/dev/isp/
H A Dispreg.h835 #define _IxT(tgt, tidx) \
836 (ISP_NVRAM_TARGOFF + (ISP_NVRAM_TARGSIZE * (tgt)) + (tidx))
930 #define _IxT8(tgt, tidx, b) \
931 (ISP1080_NVRAM_TARGOFF((b)) + (ISP1080_NVRAM_TARGSIZE * (tgt)) + (tidx))
997 #define _IxT16(tgt, tidx, b) \
998 (ISP12160_NVRAM_TARGOFF((b))+(ISP12160_NVRAM_TARGSIZE * (tgt))+(tidx))
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c323 int tidx = idx; local
325 fprintf(fp, "dump wqe at %p\n", mlx5_get_send_wqe(qp, tidx));
328 void *buf = mlx5_get_send_wqe(qp, tidx);
329 tidx = (tidx + 1) & (qp->sq.wqe_cnt - 1);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c2611 * \param tidx Type index for this object.
2618 uint8_t *buf, int bufsiz, int eip, int tidx,
2637 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) {
2644 ses_cache->ses_types[tidx].hdr->etype_elm_type);
2653 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) {
2662 ses_cache->ses_types[tidx].hdr->etype_elm_type);
2672 ses_cache->ses_types[tidx].hdr->etype_elm_type, dtype);
2689 * \param tidx Type index for this object.
2696 uint8_t *buf, int bufsiz, int eip, int tidx,
2708 switch(ses_cache->ses_types[tidx]
2617 ses_get_elm_addlstatus_sas(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int tidx, int nobj) argument
2695 ses_get_elm_addlstatus_ata(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int tidx, int nobj) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c80 u32 tidx; /* toggle table index */ member in struct:opregion_acpi
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1071 for (int tidx = 0; tidx < targets.GetNumTargets(); ++tidx) {
1072 ProcessSP process = targets.GetTargetAtIndex(tidx)->GetProcessSP();
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c1366 int tidx = ((char *)sglp) - mpt_off; local
1367 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx);
1768 int tidx = ((char *)sglp) - mpt_off; local
1769 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3703 int tidx = idx; local
3706 pr_debug("dump wqe at %p\n", mlx5_get_send_wqe(qp, tidx));
3709 void *buf = mlx5_get_send_wqe(qp, tidx);
3710 tidx = (tidx + 1) & (qp->sq.wqe_cnt - 1);

Completed in 182 milliseconds