| /NextBSD/lib/libdispatch/src/ |
| HD | source.c | 43 unsigned int tidx); 45 unsigned int tidx); 1116 _dispatch_source_timer_now(uint64_t nows[], unsigned int tidx) in _dispatch_source_timer_now() argument 1118 unsigned int tk = DISPATCH_TIMER_KIND(tidx); in _dispatch_source_timer_now() 1319 #define DISPATCH_TIMER_INITIALIZER(tidx) \ argument 1320 [tidx] = { \ 1324 _dispatch_timer[tidx].dt_sources), \ 1341 #define DISPATCH_KEVENT_TIMER_UDATA(tidx) \ argument 1342 (uintptr_t)&_dispatch_kevent_timer[tidx] 1344 #define DISPATCH_KEVENT_TIMER_UDATA_INITIALIZER(tidx) \ argument [all …]
|
| HD | source_internal.h | 83 #define DISPATCH_TIMER_QOS(tidx) ((uintptr_t)(tidx) & 0x3ul) argument 88 #define DISPATCH_TIMER_KIND(tidx) (((uintptr_t)(tidx) >> 2) & 0x1ul) argument
|
| /NextBSD/usr.bin/xlint/lint2/ |
| HD | read.c | 547 u_short tidx, sidx; in inptype() local 553 if ((tidx = findtype(cp, tlen, h)) != 0) { in inptype() 555 return (tidx); in inptype() 561 tidx = storetyp(tp, cp, tlen, h); in inptype() 705 return (tidx); in inptype() 936 static u_int tidx = 1; /* 0 is reserved */ in storetyp() local 940 if (tidx >= USHRT_MAX) in storetyp() 943 if (tidx == tlstlen - 1) { in storetyp() 951 tlst[tidx] = tp; in storetyp() 960 thte->th_idx = tidx; in storetyp() [all …]
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | ctfmerge.c | 763 int c, i, idx, tidx, err; in main() local 891 for (idx = 0, tidx = 1; tidx < nifiles; tidx++) { in main() 892 if (strcmp(ifiles[idx], tifiles[tidx]) != 0) in main() 893 ifiles[++idx] = tifiles[tidx]; in main()
|
| /NextBSD/crypto/openssl/crypto/x509/ |
| HD | x509_lu.c | 456 int tidx; in x509_object_idx_cnt() local 460 for (tidx = idx + 1; tidx < sk_X509_OBJECT_num(h); tidx++) { in x509_object_idx_cnt() 461 tobj = sk_X509_OBJECT_value(h, tidx); in x509_object_idx_cnt()
|
| /NextBSD/sys/dev/isp/ |
| HD | ispreg.h | 835 #define _IxT(tgt, tidx) \ argument 836 (ISP_NVRAM_TARGOFF + (ISP_NVRAM_TARGSIZE * (tgt)) + (tidx)) 930 #define _IxT8(tgt, tidx, b) \ argument 931 (ISP1080_NVRAM_TARGOFF((b)) + (ISP1080_NVRAM_TARGSIZE * (tgt)) + (tidx)) 997 #define _IxT16(tgt, tidx, b) \ argument 998 (ISP12160_NVRAM_TARGOFF((b))+(ISP12160_NVRAM_TARGSIZE * (tgt))+(tidx))
|
| /NextBSD/sbin/ipfw/ |
| HD | ipfw2.c | 378 struct tidx; 379 static uint16_t pack_object(struct tidx *tstate, char *name, int otype); 380 static uint16_t pack_table(struct tidx *tstate, char *name); 2724 struct tidx { struct 2733 pack_object(struct tidx *tstate, char *name, int otype) in pack_object() argument 2770 pack_table(struct tidx *tstate, char *name) in pack_table() 2780 fill_table(ipfw_insn *cmd, char *av, uint8_t opcode, struct tidx *tstate) in fill_table() 2818 fill_ip(ipfw_insn_ip *cmd, char *av, int cblen, struct tidx *tstate) in fill_ip() 3113 fill_iface(ipfw_insn_if *cmd, char *arg, int cblen, struct tidx *tstate) in fill_iface() 3351 add_srcip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) in add_srcip() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Platform.cpp | 1265 for (int tidx = 0; tidx < targets.GetNumTargets(); ++tidx) in KillProcess() local 1267 ProcessSP process = targets.GetTargetAtIndex(tidx)->GetProcessSP(); in KillProcess()
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_enc_ses.c | 2509 uint8_t *buf, int bufsiz, int eip, int tidx, in ses_get_elm_addlstatus_sas() argument 2528 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) { in ses_get_elm_addlstatus_sas() 2535 ses_cache->ses_types[tidx].hdr->etype_elm_type); in ses_get_elm_addlstatus_sas() 2544 switch(ses_cache->ses_types[tidx].hdr->etype_elm_type) { in ses_get_elm_addlstatus_sas() 2553 ses_cache->ses_types[tidx].hdr->etype_elm_type); in ses_get_elm_addlstatus_sas() 2563 ses_cache->ses_types[tidx].hdr->etype_elm_type, dtype); in ses_get_elm_addlstatus_sas()
|
| /NextBSD/sys/dev/drm2/i915/ |
| HD | intel_opregion.c | 77 u32 tidx; /* toggle table index */ member
|
| /NextBSD/sys/dev/mpt/ |
| HD | mpt_cam.c | 1355 int tidx = ((char *)sglp) - mpt_off; in mpt_execute_req_a64() local 1356 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req_a64() 1757 int tidx = ((char *)sglp) - mpt_off; in mpt_execute_req() local 1758 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req()
|