Home
last modified time | relevance | path

Searched defs:ti (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/sys/kern/
H A Dtty_inq.c85 #define TTYINQ_INSERT_TAIL(ti, tib) do { \ argument
100 #define TTYINQ_REMOVE_HEAD(ti) do { \ argument
107 #define TTYINQ_RECYCLE(ti, tib) do { \ argument
115 ttyinq_setsize(struct ttyinq *ti, struct tty *tp, size_t size) in ttyinq_setsize()
147 ttyinq_free(struct ttyinq *ti) in ttyinq_free()
163 ttyinq_read_uio(struct ttyinq *ti, struct tty *tp, struct uio *uio, in ttyinq_read_uio()
287 ttyinq_write(struct ttyinq *ti, const void *buf, size_t nbytes, int quote) in ttyinq_write()
335 ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t nbytes, int quote) in ttyinq_write_nofrag()
350 ttyinq_canonicalize(struct ttyinq *ti) in ttyinq_canonicalize()
362 ttyinq_canonicalize_break(struct ttyinq *ti, const char *breakc) in ttyinq_canonicalize_break()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c411 ta_lookup_addr_radix(struct table_info *ti, void *key, uint32_t keylen, in ta_lookup_addr_radix()
447 ta_init_addr_radix(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, in ta_init_addr_radix()
481 ta_destroy_addr_radix(void *ta_state, struct table_info *ti) in ta_destroy_addr_radix()
503 ta_dump_addr_radix_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_addr_radix_tinfo()
519 ta_dump_addr_radix_tentry(void *ta_state, struct table_info *ti, void *e, in ta_dump_addr_radix_tentry()
550 ta_find_addr_radix_tentry(void *ta_state, struct table_info *ti, in ta_find_addr_radix_tentry()
580 ta_foreach_addr_radix(void *ta_state, struct table_info *ti, ta_foreach_f *f, in ta_foreach_addr_radix()
714 ta_add_addr_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, in ta_add_addr_radix()
815 ta_del_addr_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, in ta_del_addr_radix()
866 ta_need_modify_radix(void *ta_state, struct table_info *ti, uint32_t count, in ta_need_modify_radix()
[all …]
H A Dip_fw_table.c259 create_table_compat(struct ip_fw_chain *ch, struct tid_info *ti, in create_table_compat()
286 find_ref_table(struct ip_fw_chain *ch, struct tid_info *ti, in find_ref_table()
543 add_table_entry(struct ip_fw_chain *ch, struct tid_info *ti, in add_table_entry()
714 del_table_entry(struct ip_fw_chain *ch, struct tid_info *ti, in del_table_entry()
815 struct table_config *tc, struct table_info *ti, uint32_t count) in check_table_space()
911 struct tid_info ti; in manage_table_ent_v0() local
970 struct tid_info ti; in manage_table_ent_v1() local
1089 struct tid_info ti; in find_table_entry() local
1161 struct tid_info ti; in flush_table_v0() local
1203 flush_table(struct ip_fw_chain *ch, struct tid_info *ti) in flush_table()
[all …]
/freebsd/sys/sys/
H A Dttyqueue.h91 ttyinq_getsize(struct ttyinq *ti) in ttyinq_getsize()
97 ttyinq_getallocatedsize(struct ttyinq *ti) in ttyinq_getallocatedsize()
104 ttyinq_bytesleft(struct ttyinq *ti) in ttyinq_bytesleft()
116 ttyinq_bytescanonicalized(struct ttyinq *ti) in ttyinq_bytescanonicalized()
124 ttyinq_bytesline(struct ttyinq *ti) in ttyinq_bytesline()
/freebsd/sys/security/audit/
H A Daudit_trigger.c82 struct trigger_info *ti; in audit_close() local
101 struct trigger_info *ti = NULL; in audit_read() local
133 struct trigger_info *ti; in audit_send_trigger() local
/freebsd/sys/x86/x86/
H A Dpvclock.c89 pvclock_tsc_freq(struct pvclock_vcpu_time_info *ti) in pvclock_tsc_freq()
102 pvclock_read_time_info(struct pvclock_vcpu_time_info *ti, in pvclock_read_time_info()
159 pvclock_get_timecount(struct pvclock_vcpu_time_info *ti) in pvclock_get_timecount()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_tftp_pxy.c157 tftpinfo_t *ti; in ipf_p_tftp_new() local
277 tftpinfo_t *ti; in ipf_p_tftp_backchannel() local
406 tftpinfo_t *ti; in ipf_p_tftp_client() local
452 tftpinfo_t *ti; in ipf_p_tftp_server() local
/freebsd/crypto/openssl/crypto/des/
H A Dcfb64ede.c32 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local
99 DES_LONG ti[2]; in DES_ede3_cfb_encrypt() local
H A Dcfb64enc.c31 DES_LONG ti[2]; in DES_cfb64_encrypt() local
H A Dofb64enc.c32 DES_LONG ti[2]; in DES_ofb64_encrypt() local
H A Dofb64ede.c33 DES_LONG ti[2]; in DES_ede3_ofb64_encrypt() local
H A Dofb_enc.c32 DES_LONG ti[2]; in DES_ofb_encrypt() local
/freebsd/sbin/ipf/ipsend/
H A Dsock.c150 find_tcp(int tfd, struct tcpiphdr *ti) in find_tcp()
244 do_socket(char *dev, int mtu, struct tcpiphdr *ti, struct in_addr gwip) in do_socket()
/freebsd/usr.sbin/ngctl/
H A Dtypes.c91 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd() local
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c32 unsigned long ti[2]; in RC2_cfb64_encrypt() local
H A Drc2ofb64.c33 unsigned long ti[2]; in RC2_ofb64_encrypt() local
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c32 unsigned long ti[2]; in RC5_32_cfb64_encrypt() local
H A Drc5ofb64.c33 unsigned long ti[2]; in RC5_32_ofb64_encrypt() local
/freebsd/crypto/openssl/crypto/idea/
H A Di_ofb64.c34 unsigned long ti[2]; in IDEA_ofb64_encrypt() local
H A Di_cfb64.c33 unsigned long ti[2]; in IDEA_cfb64_encrypt() local
/freebsd/crypto/openssl/crypto/bf/
H A Dbf_cfb64.c32 BF_LONG ti[2]; in BF_cfb64_encrypt() local
H A Dbf_ofb64.c33 BF_LONG ti[2]; in BF_ofb64_encrypt() local
/freebsd/crypto/openssl/crypto/cast/
H A Dc_cfb64.c32 CAST_LONG ti[2]; in CAST_cfb64_encrypt() local
H A Dc_ofb64.c33 CAST_LONG ti[2]; in CAST_ofb64_encrypt() local
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhal_tx.c34 struct hal_tx_info *ti) in ath12k_hal_tx_cmd_desc_setup()

12345