Searched refs:ti (Results 51 - 75 of 211) sorted by relevance

123456789

/freebsd-11-stable/lib/libkvm/
H A Dkvm_getswapinfo.c167 int ti; local
218 ti = unswdev;
219 if (ti >= swap_max)
220 ti = swap_max - 1;
221 if (ti >= 0)
222 swap_ary[ti] = tot;
224 return(ti);
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_pwmss.c50 #include <arm/ti/ti_prcm.h>
51 #include <arm/ti/ti_hwmods.h>
52 #include <arm/ti/ti_scm.h>
88 if (!ofw_bus_is_compatible(dev, "ti,am33xx-pwmss"))
108 device_printf(dev, "failed to get device id based on ti,hwmods\n");
H A Dam335x_scm.c28 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/am335x/am335x_scm.c 311203 2017-01-04 00:18:38Z loos $");
39 #include <arm/ti/am335x/am335x_scm.h>
40 #include <arm/ti/ti_cpuid.h>
41 #include <arm/ti/ti_scm.h>
/freebsd-11-stable/contrib/gdb/gdb/
H A Dthread-db.c160 td_thrinfo_t ti;
256 td_thrinfo_t ti;
261 err = td_thr_get_info_p (thp, &ti);
267 thread_ptid = BUILD_THREAD (ti.ti_tid, GET_PID (inferior_ptid));
273 attach_thread (thread_ptid, thp, &ti, 1);
280 memcpy (&thread_info->private->ti, &ti, sizeof (ti));
318 return &thread_info->private->ti;
324 td_thr_get_info_p (&thread_info->private->th, &thread_info->private->ti);
158 td_thrinfo_t ti; member in struct:private_thread_info
252 td_thrinfo_t ti; local
803 td_thrinfo_t ti; local
1110 td_thrinfo_t ti; local
[all...]
H A Dsol-thread.c312 td_thrinfo_t ti;
327 val = p_td_thr_get_info (&th, &ti);
333 if (ti.ti_state != TD_THR_ACTIVE)
338 td_state_string (ti.ti_state));
341 return BUILD_LWP (ti.ti_lid, PIDGET (thread_id));
369 td_thrinfo_t ti;
394 val = p_td_thr_get_info (&th, &ti);
400 return BUILD_THREAD (ti.ti_tid, PIDGET (lwp));
1413 td_thrinfo_t ti;
1416 if ((retval = p_td_thr_get_info (th, &ti)) !
310 td_thrinfo_t ti; local
366 td_thrinfo_t ti; local
1406 td_thrinfo_t ti; local
1471 td_thrinfo_t ti; local
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.cpp287 const token_info *ti = lookup_token(token_start, s); local
288 if (ti->sortify_non_empty(token_start, s)) {
293 ti->sortify(token_start, s, result);
306 const token_info *ti = lookup_token(token_start, s); local
307 ti->sortify(token_start, s, result);
579 const token_info *ti = lookup_token(token_start, ptr); local
585 if (ti->is_upper())
592 if (ti->is_upper()) {
603 ti = lookup_token(token_start, ptr);
604 if (ti
730 const token_info *ti = lookup_token(token_start, start); local
741 const token_info *ti = lookup_token(token_start, start); local
753 const token_info *ti = lookup_token(start, ptr); local
846 const token_info *ti = lookup_token(token_start, s); local
[all...]
/freebsd-11-stable/bin/ed/
H A Dglbl.c149 size_t ti = active_size; local
156 (ti += MINBUFSZ) * sizeof(line_t *))) == NULL) {
164 if ((ts = (line_t **) malloc((ti += MINBUFSZ) *
173 active_size = ti;
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h70 extern void *__tls_get_addr(tls_index *ti);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp53 llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access,
55 PdbTypeSymId type_id(ti);
58 CVType udt_cvt = m_tpi.getType(ti);
150 TypeIndex ti(data_member.Type);
151 if (!ti.isSimple()) {
152 CVType cvt = m_tpi.getType(ti);
158 ti = bfr.Type;
162 clang::QualType member_qt = m_ast_builder.GetOrCreateType(PdbTypeSymId(ti));
52 AddBaseClassForTypeIndex( llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access, llvm::Optional<uint64_t> vtable_idx) argument
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A Dntlm.c353 * @param ti targetinfo to be freed
359 heim_ntlm_free_targetinfo(struct ntlm_targetinfo *ti) argument
361 free(ti->servername);
362 free(ti->domainname);
363 free(ti->dnsdomainname);
364 free(ti->dnsservername);
365 free(ti->dnstreename);
366 memset(ti, 0, sizeof(*ti));
383 * @param ti th
395 heim_ntlm_encode_targetinfo(const struct ntlm_targetinfo *ti, int ucs2, struct ntlm_buf *data) argument
456 heim_ntlm_decode_targetinfo(const struct ntlm_buf *data, int ucs2, struct ntlm_targetinfo *ti) argument
[all...]
/freebsd-11-stable/sys/dev/ct/
H A Dbshw_machdep.c82 bshw_synch_setup(struct ct_softc *ct, struct targ_info *ti) argument
85 struct ct_targ_info *cti = (void *) ti;
92 ct_cr_write_1(chp, hw->hw_sregaddr + ti->ti_id, cti->cti_syncreg);
95 ct_cr_write_1(chp, hw->hw_sregaddr + ti->ti_id + 8,
241 struct targ_info *ti; local
247 ti = slp->sl_Tnexus;
248 if (ti == NULL)
251 if (ti->ti_phase == PH_DATA)
290 struct targ_info *ti = slp->sl_Tnexus; local
291 struct ct_targ_info *cti = (void *) ti;
453 struct targ_info *ti; local
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_low.h137 struct targ_info *ti; /* targ_info */ member in struct:slccb
637 #define SCSI_LOW_SETUP_PHASE(ti, phase) \
639 (ti)->ti_ophase = ti->ti_phase; \
640 (ti)->ti_phase = (phase); \
667 scsi_low_is_msgout_continue(ti, mask)
668 struct targ_info *ti; variable in typeref:struct:targ_info
672 return ((ti->ti_msgflags & (~mask)) != 0);
697 scsi_low_assert_msg(slp, ti, msg, now)
699 struct targ_info *ti; variable in typeref:struct:targ_info
732 struct targ_info *ti; variable in typeref:struct:targ_info
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp501 for (clang::MacroInfo::tokens_iterator ti = macro_info->tokens_begin(),
503 ti != te; ++ti) {
510 if (ti->isLiteral()) {
511 if (const char *literal_data = ti->getLiteralData()) {
512 std::string token_str(literal_data, ti->getLength());
518 ti->getLocation(), &invalid);
525 std::string(literal_source, ti->getLength()));
529 clang::tok::getPunctuatorSpelling(ti->getKind())) {
532 clang::tok::getKeywordSpelling(ti
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_eaction.c140 eaction_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, argument
145 if (ti->tlvs == NULL)
149 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx,
154 ti->uidx, ti->type);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp211 kmp_info_t *ti = ompt_get_thread(); local
213 if (ti)
214 ti->th.ompt_thread_info.wait_id = (ompt_wait_id_t)(uintptr_t)variable;
218 kmp_info_t *ti = ompt_get_thread(); local
220 if (ti) {
222 *omp_wait_id = ti->th.ompt_thread_info.wait_id;
223 return ti->th.ompt_thread_info.state;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp90 for (unsigned ti = 0; ti < bufNames.size(); ++ti) {
91 StringRef sr(bufNames[ti]);
92 Reader->addInMemoryBuffer(sr, std::move(MemBufs[ti]));
/freebsd-11-stable/sys/arm/ti/
H A Dti_hwmods.c45 #include <arm/ti/ti_prcm.h>
46 #include <arm/ti/ti_hwmods.h>
114 if ((len = OF_getprop_alloc(node, "ti,hwmods", 1, (void**)&name)) <= 0)
135 device_printf(dev, "WARNING: more than one ti,hwmod \n");
152 if ((len = OF_getprop_alloc(node, "ti,hwmods", 1, (void**)&name)) <= 0)
186 if ((len = OF_getprop_alloc(node, "ti,hwmods", 1, (void**)&name)) <= 0)
H A Dti_prcm.c42 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/ti_prcm.c 308325 2016-11-05 04:30:44Z mmel $");
58 #include <arm/ti/ti_cpuid.h>
59 #include <arm/ti/ti_prcm.h>
H A Dti_machdep.c41 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/ti_machdep.c 331907 2018-04-03 06:06:39Z gonzo $");
55 #include <arm/ti/omap4/omap4_reg.h>
115 FDT_PLATFORM_DEF(omap4, "omap4", 0, "ti,omap4430", 0);
127 FDT_PLATFORM_DEF(am335x, "am335x", 0, "ti,am33xx", 200);
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_ti8250.c40 #include <arm/ti/ti_prcm.h>
41 #include <arm/ti/ti_hwmods.h>
131 {"ti,ns16550", (uintptr_t)&uart_ti8250_class},
132 {"ti,omap3-uart", (uintptr_t)&uart_ti8250_class},
133 {"ti,omap4-uart", (uintptr_t)&uart_ti8250_class},
/freebsd-11-stable/sys/netinet/
H A Dtcp_usrreq.c1373 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti) argument
1377 bzero(ti, sizeof(*ti));
1379 ti->tcpi_state = tp->t_state;
1381 ti->tcpi_options |= TCPI_OPT_TIMESTAMPS;
1383 ti->tcpi_options |= TCPI_OPT_SACK;
1385 ti->tcpi_options |= TCPI_OPT_WSCALE;
1386 ti->tcpi_snd_wscale = tp->snd_scale;
1387 ti->tcpi_rcv_wscale = tp->rcv_scale;
1390 ti
1578 struct tcp_info ti; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c814 struct tid_info *ti = &sc->tids; local
825 if (!is_hashfilter(sc) || ti->ntids == 0)
840 if (ti->nhpftids == 0)
842 if (t->idx >= ti->nhpftids)
845 if (ti->nftids == 0)
847 if (t->idx >= ti->nftids)
852 ((t->idx & 0x3) || t->idx + 4 >= ti->nftids))
889 if (__predict_false(ti->hftid_hash_4t == NULL)) {
900 __predict_false(ti->hpftid_tab == NULL)) {
901 MPASS(ti
1374 struct tid_info *ti = &sc->tids; local
1731 struct tid_info *ti = &sc->tids; local
[all...]
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c115 struct thread_info *ti; local
157 ti = add_thread(pid_to_ptid(kt->tid));
217 kgdb_trgt_extra_thread_info(struct thread_info *ti) argument
220 return (kgdb_thr_extra_thread_info(ptid_get_pid(ti->ptid)));
/freebsd-11-stable/contrib/mdocml/
H A Droff_term.c51 roff_term_pre_ti, /* ti */
236 p->ti = len - p->tcol->offset;
239 p->ti = len;
242 p->ti = -len;
245 p->ti = -p->tcol->offset;
H A Dterm_ascii.c220 p->tcol->offset -= p->ti;
221 p->ti = 0;
376 p->tcol->offset -= p->ti;
377 p->ti = 0;

Completed in 279 milliseconds

123456789