Home
last modified time | relevance | path

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

1234

/freebsd-14-stable/sys/kern/
HDtty_inq.c86 #define TTYINQ_INSERT_TAIL(ti, tib) do { \ argument
101 #define TTYINQ_REMOVE_HEAD(ti) do { \ argument
108 #define TTYINQ_RECYCLE(ti, tib) do { \ argument
116 ttyinq_setsize(struct ttyinq *ti, struct tty *tp, size_t size) in ttyinq_setsize()
148 ttyinq_free(struct ttyinq *ti) in ttyinq_free()
164 ttyinq_read_uio(struct ttyinq *ti, struct tty *tp, struct uio *uio, in ttyinq_read_uio()
288 ttyinq_write(struct ttyinq *ti, const void *buf, size_t nbytes, int quote) in ttyinq_write()
336 ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t nbytes, int quote) in ttyinq_write_nofrag()
351 ttyinq_canonicalize(struct ttyinq *ti) in ttyinq_canonicalize()
363 ttyinq_canonicalize_break(struct ttyinq *ti, const char *breakc) in ttyinq_canonicalize_break()
[all …]
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_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 …]
HDip_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-14-stable/sys/sys/
HDttyqueue.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-14-stable/sys/security/audit/
HDaudit_trigger.c83 struct trigger_info *ti; in audit_close() local
102 struct trigger_info *ti = NULL; in audit_read() local
134 struct trigger_info *ti; in audit_send_trigger() local
/freebsd-14-stable/sys/x86/x86/
HDpvclock.c90 pvclock_tsc_freq(struct pvclock_vcpu_time_info *ti) in pvclock_tsc_freq()
103 pvclock_read_time_info(struct pvclock_vcpu_time_info *ti, in pvclock_read_time_info()
160 pvclock_get_timecount(struct pvclock_vcpu_time_info *ti) in pvclock_get_timecount()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_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-14-stable/crypto/openssl/crypto/des/
HDcfb64ede.c32 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local
99 DES_LONG ti[2]; in DES_ede3_cfb_encrypt() local
HDcfb64enc.c31 DES_LONG ti[2]; in DES_cfb64_encrypt() local
HDofb64enc.c32 DES_LONG ti[2]; in DES_ofb64_encrypt() local
HDofb64ede.c33 DES_LONG ti[2]; in DES_ede3_ofb64_encrypt() local
HDofb_enc.c32 DES_LONG ti[2]; in DES_ofb_encrypt() local
/freebsd-14-stable/usr.sbin/ngctl/
HDtypes.c91 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd() local
/freebsd-14-stable/sbin/ipf/ipsend/
HDsock.c154 find_tcp(int tfd, struct tcpiphdr *ti) in find_tcp()
248 do_socket(char *dev, int mtu, struct tcpiphdr *ti, struct in_addr gwip) in do_socket()
/freebsd-14-stable/crypto/openssl/crypto/bf/
HDbf_cfb64.c32 BF_LONG ti[2]; in BF_cfb64_encrypt() local
HDbf_ofb64.c33 BF_LONG ti[2]; in BF_ofb64_encrypt() local
/freebsd-14-stable/crypto/openssl/crypto/rc5/
HDrc5ofb64.c33 unsigned long ti[2]; in RC5_32_ofb64_encrypt() local
HDrc5cfb64.c32 unsigned long ti[2]; in RC5_32_cfb64_encrypt() local
/freebsd-14-stable/crypto/openssl/crypto/idea/
HDi_cfb64.c33 unsigned long ti[2]; in IDEA_cfb64_encrypt() local
HDi_ofb64.c34 unsigned long ti[2]; in IDEA_ofb64_encrypt() local
/freebsd-14-stable/crypto/openssl/crypto/cast/
HDc_cfb64.c32 CAST_LONG ti[2]; in CAST_cfb64_encrypt() local
HDc_ofb64.c33 CAST_LONG ti[2]; in CAST_ofb64_encrypt() local
/freebsd-14-stable/crypto/openssl/crypto/rc2/
HDrc2cfb64.c32 unsigned long ti[2]; in RC2_cfb64_encrypt() local
HDrc2ofb64.c33 unsigned long ti[2]; in RC2_ofb64_encrypt() local
/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDhal_tx.c34 struct hal_tx_info *ti) in ath12k_hal_tx_cmd_desc_setup()

1234