Searched refs:ti (Results 126 - 150 of 184) sorted by relevance

12345678

/freebsd-current/libexec/rtld-elf/powerpc/
H A Dreloc.c838 __tls_get_addr(tls_index* ti) argument
844 p = tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset);
/freebsd-current/libexec/rtld-elf/powerpc64/
H A Dreloc.c735 __tls_get_addr(tls_index* ti) argument
741 p = tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset);
/freebsd-current/sbin/ipf/ipsend/
H A Diptests.c1052 struct tcpiphdr ti; local
1077 bcopy((char *)ip, (char *)&ti, sizeof(*ip));
1082 if (!(tcbp = find_tcp(fd, &ti))) {
1087 ti.ti_win = tcb.rcv_adv;
1088 ti.ti_seq = htonl(tcb.snd_nxt - 1);
1089 ti.ti_ack = tcb.rcv_nxt;
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_musb.c67 #include <arm/ti/am335x/am335x_scm.h>
68 #include <arm/ti/ti_sysc.h>
233 if (!ofw_bus_is_compatible(dev, "ti,musb-am33xx"))
H A Dam335x_dmtimer.c48 #include <arm/ti/ti_sysc.h>
83 {"ti,am335x-timer", 1},
84 {"ti,am335x-timer-1ms", 1},
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1298 ompt_thread_info_t ti;
1339 ti = __kmp_threads[global_tid]->th.ompt_thread_info;
1341 prev_state = ti.state;
1342 ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck;
1343 ti.state = ompt_state_wait_critical;
1364 ti.state = prev_state;
1365 ti.wait_id = 0;
1520 ompt_thread_info_t ti; local
1557 ti = __kmp_threads[global_tid]->th.ompt_thread_info;
1559 prev_state = ti
[all...]
/freebsd-current/sbin/pfctl/
H A Dpfctl_optimize.c1257 struct node_tinit *ti; local
1259 if ((ti = calloc(1, sizeof(*ti))) == NULL)
1261 if ((ti->host = malloc(sizeof(*ti->host))) == NULL)
1263 memcpy(ti->host, &node_host, sizeof(*ti->host));
1264 SIMPLEQ_INSERT_TAIL(&(*tbl)->pt_nodes, ti, entries);
H A Dparse.y1720 struct node_tinit *ti, *nti;
1734 for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
1735 ti != SIMPLEQ_END(&$5.init_nodes); ti = nti) {
1736 if (ti->file)
1737 free(ti->file);
1738 for (h = ti->host; h != NULL; h = nh) {
1742 nti = SIMPLEQ_NEXT(ti, entries);
1743 free(ti);
1783 struct node_tinit *ti;
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h130 llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access,
/freebsd-current/sys/arm/ti/
H A Dti_gpio.c55 #include <arm/ti/ti_cpuid.h>
56 #include <arm/ti/ti_gpio.h>
57 #include <arm/ti/ti_scm.h>
58 #include <arm/ti/ti_sysc.h>
H A Dti_wdt.c50 #include <arm/ti/ti_wdt.h>
146 if (ofw_bus_is_compatible(dev, "ti,omap3-wdt")) {
H A Dti_scm_syscon.c27 /* Based on sys/arm/ti/ti_sysc.c */
52 #include <arm/ti/ti_cpuid.h>
H A Dti_sdhci.c45 #include <arm/ti/ti_cpuid.h>
46 #include <arm/ti/ti_sysc.h>
87 * Note that "ti,mmchs" is our own invention, and should be phased out in favor
90 * Note that vendor Beaglebone dtsi files use "ti,omap3-hsmmc" for the am335x.
93 {"ti,am335-sdhci", 1},
94 {"ti,omap3-hsmmc", 1},
95 {"ti,omap4-hsmmc", 1},
96 {"ti,mmchs", 1},
536 if (OF_hasprop(node, "ti,dual-volt")) {
/freebsd-current/usr.sbin/makefs/zfs/
H A Dfs.c708 char ti[16]; local
712 snprintf(ti, sizeof(ti), "%u", index);
713 zap_add(zap, ti, sizeof(sa_attr_type_t), sacnt,
/freebsd-current/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c941 nptv6_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, argument
946 err = ipfw_objhash_find_type(CHAIN_TO_SRV(ch), ti,
948 NPTV6_DEBUG("uidx %u, type %u, err %d", ti->uidx, ti->type, err);
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c608 dyn_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, argument
614 DYN_DEBUG("uidx %d", ti->uidx);
615 if (ti->uidx != 0) {
616 if (ti->tlvs == NULL)
619 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx,
650 dyn_create(struct ip_fw_chain *ch, struct tid_info *ti, argument
659 DYN_DEBUG("uidx %d", ti->uidx);
660 if (ti
[all...]
/freebsd-current/crypto/heimdal/kdc/
H A Ddigest.c107 struct ntlm_targetinfo ti; local
113 memset(&ti, 0, sizeof(ti));
115 ti.domainname = targetname;
126 ti.dnsservername = rk_UNCONST(str);
129 ret = heim_ntlm_encode_targetinfo(&ti, 1, &d);
/freebsd-current/sys/arm/nvidia/
H A Dtegra_pcie.c800 struct tegra_pcib_irqsrc *ti; local
806 ti = (struct tegra_pcib_irqsrc *)isrc[i];
808 KASSERT((ti->flags & TEGRA_FLAG_MSI_USED) == TEGRA_FLAG_MSI_USED,
812 ti->flags &= ~TEGRA_FLAG_MSI_USED;
823 struct tegra_pcib_irqsrc *ti = (struct tegra_pcib_irqsrc *)isrc; local
826 *data = ti->irq;
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c523 nat64stl_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, argument
528 err = ipfw_objhash_find_type(CHAIN_TO_SRV(ch), ti,
H A Dnat64clat_control.c518 nat64clat_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, argument
523 err = ipfw_objhash_find_type(CHAIN_TO_SRV(ch), ti,
/freebsd-current/sys/arm/ti/omap4/
H A Domap4_scm_padconf.c44 #include <arm/ti/ti_pinmux.h>
45 #include <arm/ti/omap4/omap4_scm_padconf.h>
/freebsd-current/crypto/heimdal/kcm/
H A Dprotocol.c1548 struct ntlm_targetinfo ti;
1552 ret = heim_ntlm_decode_targetinfo(&type2.targetinfo, 1, &ti);
1560 if (ti.domainname && strcmp(ti.domainname, name->domain) != 0) {
/freebsd-current/sys/arm/ti/clk/
H A Dti_dpll_clock.c43 #include <arm/ti/clk/ti_clk_dpll.h>
54 * Documentation/devicetree/bindings/clock/ti/dpll.txt
92 { "ti,omap3-dpll-clock", TI_OMAP3_DPLL_CLOCK },
93 { "ti,omap3-dpll-core-clock", TI_OMAP3_DPLL_CORE_CLOCK },
94 { "ti,omap3-dpll-per-clock", TI_OMAP3_DPLL_PER_CLOCK },
95 { "ti,omap3-dpll-per-j-type-clock",TI_OMAP3_DPLL_PER_J_TYPE_CLOCK },
96 { "ti,omap4-dpll-clock", TI_OMAP4_DPLL_CLOCK },
97 { "ti,omap4-dpll-x2-clock", TI_OMAP4_DPLL_X2_CLOCK },
98 { "ti,omap4-dpll-core-clock", TI_OMAP4_DPLL_CORE_CLOCK },
99 { "ti,omap
[all...]
H A Dti_clk_dpll.c38 #include <arm/ti/clk/ti_clk_dpll.h>
/freebsd-current/contrib/mandoc/
H A Dterm_ps.c1255 if ((int)p->tcol->offset > p->ti)
1256 p->tcol->offset -= p->ti;
1259 p->ti = 0;

Completed in 344 milliseconds

12345678