Searched refs:ti (Results 26 - 50 of 184) sorted by relevance

12345678

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_tftp_pxy.c157 tftpinfo_t *ti; local
167 KMALLOC(ti, tftpinfo_t *);
168 if (ti == NULL)
172 KFREE(ti);
176 aps->aps_data = ti;
177 aps->aps_psiz = sizeof(*ti);
178 bzero((char *)ti, sizeof(*ti));
180 ti->ti_rule = ipn;
243 ti
277 tftpinfo_t *ti; local
406 tftpinfo_t *ti; local
452 tftpinfo_t *ti; local
[all...]
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table.c92 static int find_table_err(struct namedobj_instance *ni, struct tid_info *ti,
95 struct tid_info *ti);
97 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags);
100 static int create_table_internal(struct ip_fw_chain *ch, struct tid_info *ti,
104 static int find_ref_table(struct ip_fw_chain *ch, struct tid_info *ti,
120 struct table_config *tc, struct table_info *ti, uint32_t count);
121 static int destroy_table(struct ip_fw_chain *ch, struct tid_info *ti);
124 struct tid_info *ti, char *name);
126 static void objheader_to_ti(struct _ipfw_obj_header *oh, struct tid_info *ti);
127 static void ntlv_to_ti(struct _ipfw_obj_ntlv *ntlv, struct tid_info *ti);
259 create_table_compat(struct ip_fw_chain *ch, struct tid_info *ti, uint16_t *pkidx) argument
286 find_ref_table(struct ip_fw_chain *ch, struct tid_info *ti, struct tentry_info *tei, uint32_t count, int op, struct table_config **ptc) argument
543 add_table_entry(struct ip_fw_chain *ch, struct tid_info *ti, struct tentry_info *tei, uint8_t flags, uint32_t count) argument
714 del_table_entry(struct ip_fw_chain *ch, struct tid_info *ti, struct tentry_info *tei, uint8_t flags, uint32_t count) argument
814 check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts, struct table_config *tc, struct table_info *ti, uint32_t count) argument
911 struct tid_info ti; local
970 struct tid_info ti; local
1089 struct tid_info ti; local
1161 struct tid_info ti; local
1203 flush_table(struct ip_fw_chain *ch, struct tid_info *ti) argument
1387 struct table_info ti, *tablestate; local
1478 destroy_table(struct ip_fw_chain *ch, struct tid_info *ti) argument
1533 struct table_info *ti; local
1618 struct tid_info ti; local
1662 struct table_info *ti; local
1720 struct tid_info ti; local
1756 struct tid_info ti; local
1813 struct tid_info ti; local
1862 create_table_internal(struct ip_fw_chain *ch, struct tid_info *ti, char *aname, ipfw_xtable_info *i, uint16_t *pkidx, int compat) argument
1936 ntlv_to_ti(ipfw_obj_ntlv *ntlv, struct tid_info *ti) argument
1947 objheader_to_ti(struct _ipfw_obj_header *oh, struct tid_info *ti) argument
1994 struct table_info *ti; member in struct:dump_args
2028 struct table_info *ti; local
2057 struct table_info *ti; local
2160 struct tid_info ti; local
2222 struct tid_info ti; local
2282 struct tid_info ti; local
2304 ipfw_count_table(struct ip_fw_chain *ch, struct tid_info *ti, uint32_t *cnt) argument
2318 ipfw_count_xtable(struct ip_fw_chain *ch, struct tid_info *ti, uint32_t *cnt) argument
2373 ipfw_dump_table_legacy(struct ip_fw_chain *ch, struct tid_info *ti, ipfw_table *tbl) argument
2558 find_table_algo(struct tables_config *tcfg, struct tid_info *ti, char *name) argument
2817 table_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, struct named_object **pno) argument
3109 find_table_err(struct namedobj_instance *ni, struct tid_info *ti, struct table_config **tc) argument
3150 find_table(struct namedobj_instance *ni, struct tid_info *ti) argument
3167 alloc_table_config(struct ip_fw_chain *ch, struct tid_info *ti, struct table_algo *ta, char *aname, uint8_t tflags) argument
3236 struct table_info *ti; local
3265 struct table_info *ti; local
[all...]
/freebsd-current/sys/modules/ti/
H A DMakefile4 .PATH: ${SRCTOP}/sys/dev/ti
/freebsd-current/sys/modules/am335x_dmtpps/
H A DMakefile2 .PATH: ${SRCTOP}/sys/arm/ti/am335x
/freebsd-current/sys/modules/arm_ti/am335x_ehrpwm/
H A DMakefile2 .PATH: ${SRCTOP}/sys/arm/ti/am335x
/freebsd-current/sys/modules/arm_ti/ti_i2c/
H A DMakefile2 .PATH: ${SRCTOP}/sys/arm/ti
/freebsd-current/sys/modules/cpsw/
H A DMakefile2 .PATH: ${SRCTOP}/sys/arm/ti/cpsw
/freebsd-current/sys/x86/x86/
H A Dpvclock.c61 struct pvclock_vcpu_time_info *ti, uint64_t *ns, uint8_t *flags);
89 pvclock_tsc_freq(struct pvclock_vcpu_time_info *ti) argument
93 freq = (1000000000ULL << 32) / ti->tsc_to_system_mul;
94 if (ti->tsc_shift < 0)
95 freq <<= -ti->tsc_shift;
97 freq >>= ti->tsc_shift;
102 pvclock_read_time_info(struct pvclock_vcpu_time_info *ti, argument
109 version = atomic_load_acq_32(&ti->version);
110 delta = rdtsc_ordered() - ti->tsc_timestamp;
111 *ns = ti
159 pvclock_get_timecount(struct pvclock_vcpu_time_info *ti) argument
[all...]
/freebsd-current/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c294 struct ntlm_targetinfo ti; local
299 memset(&ti, 0, sizeof(ti));
301 ti.dnsservername = rk_UNCONST(dnsservername);
302 ti.avflags = 1;
303 ret = heim_ntlm_encode_targetinfo(&ti, 1, &buf);
307 memset(&ti, 0, sizeof(ti));
309 ret = heim_ntlm_decode_targetinfo(&buf, 1, &ti);
313 if (ti
[all...]
/freebsd-current/sys/arm/ti/omap4/
H A Domap4_gpio.c43 #include <arm/ti/ti_cpuid.h>
44 #include <arm/ti/ti_gpio.h>
45 #include <arm/ti/ti_pinmux.h>
47 #include <arm/ti/omap4/omap4_scm_padconf.h>
52 {"ti,omap4-gpio", 1},
53 {"ti,gpio", 1},
H A Domap4_mp.c43 #include <arm/ti/ti_smc.h>
44 #include <arm/ti/omap4/omap4_machdep.h>
45 #include <arm/ti/omap4/omap4_smc.h>
H A Domap4_l2cache.c39 #include <arm/ti/ti_smc.h>
40 #include <arm/ti/omap4/omap4_machdep.h>
41 #include <arm/ti/omap4/omap4_smc.h>
/freebsd-current/sbin/ipf/ipsend/
H A Dsock.c150 find_tcp(int tfd, struct tcpiphdr *ti) argument
244 do_socket(char *dev, int mtu, struct tcpiphdr *ti, struct in_addr gwip) argument
251 printf("Dest. Port: %d\n", ti->ti_dport);
268 bcopy((char *)&ti->ti_src, (char *)&lsin.sin_addr,
277 ti->ti_sport = lsin.sin_port;
284 if (!(t = find_tcp(fd, ti)))
289 bcopy((char *)&ti->ti_dst, (char *)&rsin.sin_addr,
291 rsin.sin_port = ti->ti_dport;
299 ti->ti_win = tcb.rcv_adv;
300 ti
[all...]
H A Dip.c288 struct tcpiphdr *ti; local
292 ti = (struct tcpiphdr *)lbuf;
293 bzero((char *)ti, sizeof(*ti));
295 ti->ti_pr = ip->ip_p;
296 ti->ti_src = ip->ip_src;
297 ti->ti_dst = ip->ip_dst;
299 (char *)&ti->ti_sport, sizeof(udphdr_t));
301 ti->ti_len = htons(thlen);
303 ti
[all...]
/freebsd-current/sys/arm/ti/
H A Dti_machdep.c54 #include <arm/ti/omap4/omap4_machdep.h>
55 #include <arm/ti/omap4/omap4_reg.h>
56 #include <arm/ti/ti_cpuid.h>
150 FDT_PLATFORM_DEF(omap4, "omap4", 0, "ti,omap4430", 200);
162 FDT_PLATFORM_DEF(am335x, "am335x", 0, "ti,am33xx", 200);
/freebsd-current/lib/libsys/x86/
H A D__vdso_gettc.c352 struct pvclock_vcpu_time_info *ti; local
357 ti = &pvclock_timeinfos[0];
358 version = atomic_load_acq_32(&ti->version);
359 stable = (ti->flags & th->th_x86_pvc_stable_mask) != 0;
364 ti = &pvclock_timeinfos[cpuid_ti];
365 version = atomic_load_acq_32(&ti->version);
368 delta = tsc - ti->tsc_timestamp;
369 ns = ti->system_time + pvclock_scale_delta(delta,
370 ti->tsc_to_system_mul, ti
[all...]
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_gpio.c46 #include <arm/ti/ti_cpuid.h>
47 #include <arm/ti/ti_gpio.h>
48 #include <arm/ti/ti_pinmux.h>
50 #include <arm/ti/am335x/am335x_scm_padconf.h>
55 {"ti,am335x-gpio", 1},
56 /* Linux uses ti,omap4-gpio on am335x so we need to support it */
57 {"ti,omap4-gpio", 1},
58 {"ti,gpio", 1},
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c114 struct hal_tx_info *ti)
118 tcl_ext_cmd->info0 = le32_encode_bits(ti->paddr,
122 le32_encode_bits(ti->data_len,
126 le32_encode_bits(ti->encap_type,
128 le32_encode_bits(ti->encrypt_type,
137 struct hal_tx_info ti = {0}; local
174 ti.ring_id = ring_selector % ab->hw_params->max_tx_ring;
176 ring_map |= BIT(ti.ring_id);
177 ti.rbm_id = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map[ti
113 ath12k_hal_tx_cmd_ext_desc_setup(struct ath12k_base *ab, void *cmd, struct hal_tx_info *ti) argument
[all...]
/freebsd-current/sys/x86/include/
H A Dpvclock.h133 uint64_t pvclock_tsc_freq(struct pvclock_vcpu_time_info *ti);
134 uint64_t pvclock_get_timecount(struct pvclock_vcpu_time_info *ti);
/freebsd-current/libexec/rtld-elf/i386/
H A Drtld_machdep.h76 void *___tls_get_addr(tls_index *ti) __attribute__((__regparm__(1))) __exported;
77 void *__tls_get_addr(tls_index *ti) __exported;
/freebsd-current/contrib/ncurses/progs/
H A Dtparm_type.c46 #define TD(code, longname, ti, tc) \
48 {code, {ti} }, \
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c91 struct hal_tx_info ti = {0}; local
123 ti.ring_id = ring_selector % ab->hw_params.max_tx_ring;
124 ti.rbm_id = ab->hw_params.hal_params->tcl2wbm_rbm_map[ti.ring_id].rbm_id;
126 ring_map |= BIT(ti.ring_id);
128 tx_ring = &dp->tx_ring[ti.ring_id];
147 ti.desc_id = FIELD_PREP(DP_TX_DESC_ID_MAC_ID, ar->pdev_idx) |
150 ti.encap_type = ath11k_dp_tx_get_encap_type(arvif, skb);
155 ti.meta_data_flags = arsta->tcl_metadata;
156 ti
[all...]
/freebsd-current/contrib/mandoc/
H A Droff_term.c56 roff_term_pre_ti, /* ti */
247 p->ti = len;
249 p->ti = maxoff - p->tcol->offset;
251 p->ti = 0;
255 p->ti = -len;
257 p->ti = -p->tcol->offset;
262 p->ti = len - p->tcol->offset;
265 p->tcol->offset += p->ti;
/freebsd-current/lib/libkvm/
H A Dkvm_getswapinfo.c166 int ti, ttl; local
216 ti = unswdev;
217 if (ti >= swap_max)
218 ti = swap_max - 1;
219 if (ti >= 0)
220 swap_ary[ti] = tot;
222 return(ti);
/freebsd-current/bin/ed/
H A Ded.h115 size_t ti = (n); \
119 if ((ts = (char *) realloc((b), ti += max((i), MINBUFSZ))) == NULL) { \
126 if ((ts = (char *) malloc(ti += max((i), MINBUFSZ))) == NULL) { \
133 (n) = ti; \
141 size_t ti = (n); \
144 if ((ts = (char *) realloc((b), ti += max((i), MINBUFSZ))) == NULL) { \
150 (n) = ti; \

Completed in 897 milliseconds

12345678