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

/freebsd-10.1-release/usr.bin/xlint/lint2/
H A Dread.c548 u_short tidx; local
554 if ((tidx = findtype(cp, tlen, h)) != 0) {
556 return (tidx);
562 tidx = storetyp(tp, cp, tlen, h);
702 return (tidx);
933 static u_int tidx = 1; /* 0 is reserved */ local
937 if (tidx >= USHRT_MAX)
940 if (tidx == tlstlen - 1) {
948 tlst[tidx] = tp;
957 thte->th_idx = tidx;
[all...]
/freebsd-10.1-release/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-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_lu.c443 int tidx; local
447 for (tidx = idx + 1; tidx < sk_X509_OBJECT_num(h); tidx++) {
448 tobj = sk_X509_OBJECT_value(h, tidx);
/freebsd-10.1-release/sys/dev/isp/
H A Dispreg.h852 #define _IxT(tgt, tidx) \
853 (ISP_NVRAM_TARGOFF + (ISP_NVRAM_TARGSIZE * (tgt)) + (tidx))
947 #define _IxT8(tgt, tidx, b) \
948 (ISP1080_NVRAM_TARGOFF((b)) + (ISP1080_NVRAM_TARGSIZE * (tgt)) + (tidx))
1014 #define _IxT16(tgt, tidx, b) \
1015 (ISP12160_NVRAM_TARGOFF((b))+(ISP12160_NVRAM_TARGSIZE * (tgt))+(tidx))
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_enc_ses.c2503 * \param tidx Type index for this object.
2510 uint8_t *buf, int bufsiz, int eip, int tidx,
2529 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) {
2536 ses_cache->ses_types[tidx].hdr->etype_elm_type);
2545 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) {
2554 ses_cache->ses_types[tidx].hdr->etype_elm_type);
2564 ses_cache->ses_types[tidx].hdr->etype_elm_type, dtype);
2509 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
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_opregion.c74 u32 tidx; /* toggle table index */ member in struct:opregion_acpi
/freebsd-10.1-release/sys/dev/mpt/
H A Dmpt_cam.c1355 int tidx = ((char *)sglp) - mpt_off; local
1356 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx);
1757 int tidx = ((char *)sglp) - mpt_off; local
1758 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx);

Completed in 188 milliseconds