/freebsd/sys/kern/ |
H A D | tty_inq.c | 85 #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 D | ip_fw_table_algo.c | 411 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 D | ip_fw_table.c | 259 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 D | ttyqueue.h | 91 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 D | audit_trigger.c | 82 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 D | pvclock.c | 89 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 D | ip_tftp_pxy.c | 157 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 D | cfb64ede.c | 32 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local 99 DES_LONG ti[2]; in DES_ede3_cfb_encrypt() local
|
H A D | cfb64enc.c | 31 DES_LONG ti[2]; in DES_cfb64_encrypt() local
|
H A D | ofb64enc.c | 32 DES_LONG ti[2]; in DES_ofb64_encrypt() local
|
H A D | ofb64ede.c | 33 DES_LONG ti[2]; in DES_ede3_ofb64_encrypt() local
|
H A D | ofb_enc.c | 32 DES_LONG ti[2]; in DES_ofb_encrypt() local
|
/freebsd/sbin/ipf/ipsend/ |
H A D | sock.c | 150 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 D | types.c | 91 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd() local
|
/freebsd/crypto/openssl/crypto/rc2/ |
H A D | rc2cfb64.c | 32 unsigned long ti[2]; in RC2_cfb64_encrypt() local
|
H A D | rc2ofb64.c | 33 unsigned long ti[2]; in RC2_ofb64_encrypt() local
|
/freebsd/crypto/openssl/crypto/rc5/ |
H A D | rc5cfb64.c | 32 unsigned long ti[2]; in RC5_32_cfb64_encrypt() local
|
H A D | rc5ofb64.c | 33 unsigned long ti[2]; in RC5_32_ofb64_encrypt() local
|
/freebsd/crypto/openssl/crypto/idea/ |
H A D | i_ofb64.c | 34 unsigned long ti[2]; in IDEA_ofb64_encrypt() local
|
H A D | i_cfb64.c | 33 unsigned long ti[2]; in IDEA_cfb64_encrypt() local
|
/freebsd/crypto/openssl/crypto/bf/ |
H A D | bf_cfb64.c | 32 BF_LONG ti[2]; in BF_cfb64_encrypt() local
|
H A D | bf_ofb64.c | 33 BF_LONG ti[2]; in BF_ofb64_encrypt() local
|
/freebsd/crypto/openssl/crypto/cast/ |
H A D | c_cfb64.c | 32 CAST_LONG ti[2]; in CAST_cfb64_encrypt() local
|
H A D | c_ofb64.c | 33 CAST_LONG ti[2]; in CAST_ofb64_encrypt() local
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hal_tx.c | 34 struct hal_tx_info *ti) in ath12k_hal_tx_cmd_desc_setup()
|