Searched refs:ti (Results 1 - 25 of 136) sorted by relevance

123456

/freebsd-9.3-release/sys/kern/
H A Dtty_inq.c86 #define TTYINQ_INSERT_TAIL(ti, tib) do { \
87 if (ti->ti_end == 0) { \
89 tib->tib_next = ti->ti_firstblock; \
90 ti->ti_firstblock = tib; \
92 tib->tib_prev = ti->ti_lastblock; \
93 tib->tib_next = ti->ti_lastblock->tib_next; \
94 ti->ti_lastblock->tib_next = tib; \
98 ti->ti_nblocks++; \
101 #define TTYINQ_REMOVE_HEAD(ti) do { \
102 ti
116 ttyinq_setsize(struct ttyinq *ti, struct tty *tp, size_t size) argument
142 ttyinq_free(struct ttyinq *ti) argument
158 ttyinq_read_uio(struct ttyinq *ti, struct tty *tp, struct uio *uio, size_t rlen, size_t flen) argument
273 ttyinq_write(struct ttyinq *ti, const void *buf, size_t nbytes, int quote) argument
321 ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t nbytes, int quote) argument
336 ttyinq_canonicalize(struct ttyinq *ti) argument
344 ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen, char *lastc) argument
370 ttyinq_flush(struct ttyinq *ti) argument
387 ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote) argument
405 ttyinq_unputchar(struct ttyinq *ti) argument
422 ttyinq_reprintpos_set(struct ttyinq *ti) argument
430 ttyinq_reprintpos_reset(struct ttyinq *ti) argument
438 ttyinq_line_iterate(struct ttyinq *ti, ttyinq_line_iterator_t *iterator, void *data, unsigned int offset, struct ttyinq_block *tib) argument
464 ttyinq_line_iterate_from_linestart(struct ttyinq *ti, ttyinq_line_iterator_t *iterator, void *data) argument
473 ttyinq_line_iterate_from_reprintpos(struct ttyinq *ti, ttyinq_line_iterator_t *iterator, void *data) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_cfb64.c75 BF_LONG ti[2]; local
83 ti[0] = v0;
85 ti[1] = v1;
86 BF_encrypt((BF_LONG *)ti, schedule);
88 t = ti[0];
90 t = ti[1];
103 ti[0] = v0;
105 ti[1] = v1;
106 BF_encrypt((BF_LONG *)ti, schedule);
108 t = ti[
[all...]
H A Dbf_ofb64.c76 BF_LONG ti[2]; local
83 ti[0] = v0;
84 ti[1] = v1;
90 BF_encrypt((BF_LONG *)ti, schedule);
92 t = ti[0];
94 t = ti[1];
102 v0 = ti[0];
103 v1 = ti[1];
108 t = v0 = v1 = ti[0] = ti[
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c75 unsigned long ti[2]; local
83 ti[0] = v0;
85 ti[1] = v1;
86 RC5_32_encrypt((unsigned long *)ti, schedule);
88 t = ti[0];
90 t = ti[1];
103 ti[0] = v0;
105 ti[1] = v1;
106 RC5_32_encrypt((unsigned long *)ti, schedule);
108 t = ti[
[all...]
H A Drc5ofb64.c76 unsigned long ti[2]; local
83 ti[0] = v0;
84 ti[1] = v1;
90 RC5_32_encrypt((unsigned long *)ti, schedule);
92 t = ti[0];
94 t = ti[1];
102 v0 = ti[0];
103 v1 = ti[1];
108 t = v0 = v1 = ti[0] = ti[
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dc_cfb64.c75 CAST_LONG ti[2]; local
83 ti[0] = v0;
85 ti[1] = v1;
86 CAST_encrypt((CAST_LONG *)ti, schedule);
88 t = ti[0];
90 t = ti[1];
103 ti[0] = v0;
105 ti[1] = v1;
106 CAST_encrypt((CAST_LONG *)ti, schedule);
108 t = ti[
[all...]
H A Dc_ofb64.c76 CAST_LONG ti[2]; local
83 ti[0] = v0;
84 ti[1] = v1;
90 CAST_encrypt((CAST_LONG *)ti, schedule);
92 t = ti[0];
94 t = ti[1];
102 v0 = ti[0];
103 v1 = ti[1];
108 t = v0 = v1 = ti[0] = ti[
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_cfb64.c75 unsigned long ti[2]; local
83 ti[0] = v0;
85 ti[1] = v1;
86 idea_encrypt((unsigned long *)ti, schedule);
88 t = ti[0];
90 t = ti[1];
103 ti[0] = v0;
105 ti[1] = v1;
106 idea_encrypt((unsigned long *)ti, schedule);
108 t = ti[
[all...]
H A Di_ofb64.c76 unsigned long ti[2]; local
83 ti[0] = v0;
84 ti[1] = v1;
90 idea_encrypt((unsigned long *)ti, schedule);
92 t = ti[0];
94 t = ti[1];
102 v0 = ti[0];
103 v1 = ti[1];
108 t = v0 = v1 = ti[0] = ti[
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dcfb64enc.c74 DES_LONG ti[2]; local
82 ti[0] = v0;
84 ti[1] = v1;
85 DES_encrypt1(ti, schedule, DES_ENCRYPT);
87 v0 = ti[0];
89 v0 = ti[1];
102 ti[0] = v0;
104 ti[1] = v1;
105 DES_encrypt1(ti, schedule, DES_ENCRYPT);
107 v0 = ti[
[all...]
H A Dofb64enc.c75 DES_LONG ti[2]; local
82 ti[0] = v0;
83 ti[1] = v1;
89 DES_encrypt1(ti, schedule, DES_ENCRYPT);
91 t = ti[0];
93 t = ti[1];
101 v0 = ti[0];
102 v1 = ti[1];
107 t = v0 = v1 = ti[0] = ti[
[all...]
H A Dofb64ede.c76 DES_LONG ti[2]; local
83 ti[0] = v0;
84 ti[1] = v1;
90 /* ti[0]=v0; */
91 /* ti[1]=v1; */
92 DES_encrypt3(ti, k1, k2, k3);
93 v0 = ti[0];
94 v1 = ti[1];
105 /*- v0=ti[0];
106 v1=ti[
[all...]
H A Dofb_enc.c75 DES_LONG ti[2]; local
97 ti[0] = v0;
98 ti[1] = v1;
100 ti[0] = v0;
101 ti[1] = v1;
102 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
103 vv0 = ti[0];
104 vv1 = ti[1];
130 v0 = v1 = d0 = d1 = ti[0] = ti[
[all...]
H A Dcfb64ede.c76 DES_LONG ti[2]; local
86 ti[0] = v0;
87 ti[1] = v1;
88 DES_encrypt3(ti, ks1, ks2, ks3);
89 v0 = ti[0];
90 v1 = ti[1];
108 ti[0] = v0;
109 ti[1] = v1;
110 DES_encrypt3(ti, ks1, ks2, ks3);
111 v0 = ti[
153 DES_LONG ti[2]; local
[all...]
H A Dcfb_enc.c81 DES_LONG ti[2]; local
103 ti[0] = v0;
104 ti[1] = v1;
105 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
108 d0 ^= ti[0];
109 d1 ^= ti[1];
150 ti[0] = v0;
151 ti[1] = v1;
152 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
189 d0 ^= ti[
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c75 unsigned long ti[2]; local
83 ti[0] = v0;
85 ti[1] = v1;
86 RC2_encrypt((unsigned long *)ti, schedule);
88 t = ti[0];
90 t = ti[1];
103 ti[0] = v0;
105 ti[1] = v1;
106 RC2_encrypt((unsigned long *)ti, schedule);
108 t = ti[
[all...]
H A Drc2ofb64.c76 unsigned long ti[2]; local
83 ti[0] = v0;
84 ti[1] = v1;
90 RC2_encrypt((unsigned long *)ti, schedule);
92 t = ti[0];
94 t = ti[1];
102 v0 = ti[0];
103 v1 = ti[1];
108 t = v0 = v1 = ti[0] = ti[
[all...]
/freebsd-9.3-release/sys/sys/
H A Dttyqueue.h72 void ttyinq_setsize(struct ttyinq *ti, struct tty *tp, size_t len);
73 void ttyinq_free(struct ttyinq *ti);
74 int ttyinq_read_uio(struct ttyinq *ti, struct tty *tp, struct uio *uio,
76 size_t ttyinq_write(struct ttyinq *ti, const void *buf, size_t len,
78 int ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t len,
80 void ttyinq_canonicalize(struct ttyinq *ti);
81 size_t ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen,
83 void ttyinq_flush(struct ttyinq *ti);
84 int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote);
85 void ttyinq_unputchar(struct ttyinq *ti);
90 ttyinq_getsize(struct ttyinq *ti) argument
96 ttyinq_getallocatedsize(struct ttyinq *ti) argument
103 ttyinq_bytesleft(struct ttyinq *ti) argument
115 ttyinq_bytescanonicalized(struct ttyinq *ti) argument
123 ttyinq_bytesline(struct ttyinq *ti) argument
[all...]
/freebsd-9.3-release/sys/security/audit/
H A Daudit_trigger.c83 struct trigger_info *ti; local
89 ti = TAILQ_FIRST(&trigger_list);
90 TAILQ_REMOVE(&trigger_list, ti, list);
91 free(ti, M_AUDITTRIGGER);
102 struct trigger_info *ti = NULL; local
112 ti = TAILQ_FIRST(&trigger_list);
113 TAILQ_REMOVE(&trigger_list, ti, list);
117 error = uiomove(&ti->trigger, sizeof(ti->trigger), uio);
118 free(ti, M_AUDITTRIGGE
134 struct trigger_info *ti; local
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low.c194 #define SCSI_LOW_INFO(slp, ti, s) scsi_low_info((slp), (ti), (s))
196 #define SCSI_LOW_INFO(slp, ti, s) printf("%s: %s\n", (slp)->sl_xname, (s))
284 scsi_low_assert_msg(slp, cb->ti, cb->ccb_msgoutflag, 0);
312 scsi_low_init_msgsys(slp, ti)
314 struct targ_info *ti;
317 ti->ti_msginptr = 0;
318 ti->ti_emsgflags = ti->ti_msgflags = ti
353 struct targ_info *ti; local
564 struct targ_info *ti; local
872 struct targ_info *ti; local
961 struct targ_info *ti; local
1732 struct targ_info *ti; local
1769 struct targ_info *ti, *tib; local
1826 struct targ_info *ti; local
1942 struct targ_info *ti; local
1994 struct targ_info *ti; local
2307 struct targ_info *ti; local
2456 struct targ_info *ti = cb->ti; local
2510 struct targ_info *ti; local
2843 struct targ_info *ti; local
2994 struct targ_info *ti; local
3264 struct targ_info *ti = slp->sl_Tnexus; local
3278 struct targ_info *ti = slp->sl_Tnexus; local
3291 struct targ_info *ti = slp->sl_Tnexus; local
3355 struct targ_info *ti = slp->sl_Tnexus; local
3398 struct targ_info *ti = slp->sl_Tnexus; local
3411 struct targ_info *ti = slp->sl_Tnexus; local
3558 struct targ_info *ti = slp->sl_Tnexus; local
3617 struct targ_info *ti; local
3740 struct targ_info *ti = slp->sl_Tnexus; local
3815 struct targ_info *ti = slp->sl_Tnexus; local
3858 struct targ_info *ti = slp->sl_Tnexus; local
3888 struct targ_info *ti = slp->sl_Tnexus; local
3912 struct targ_info *ti = slp->sl_Tnexus; local
3976 struct targ_info *ti = slp->sl_Tnexus; local
3987 struct targ_info *ti = slp->sl_Tnexus; local
4332 struct targ_info *ti = cb->ti; local
4423 struct targ_info *ti = li->li_ti; local
4546 struct targ_info *ti = li->li_ti; local
4567 struct targ_info *ti; local
[all...]
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Diptest.c91 struct tcpiphdr *ti; local
103 ti = (struct tcpiphdr *)ip;
187 ip_test1(dev, mtu, (ip_t *)ti, gwip, pointtest);
190 ip_test2(dev, mtu, (ip_t *)ti, gwip, pointtest);
193 ip_test3(dev, mtu, (ip_t *)ti, gwip, pointtest);
196 ip_test4(dev, mtu, (ip_t *)ti, gwip, pointtest);
199 ip_test5(dev, mtu, (ip_t *)ti, gwip, pointtest);
202 ip_test6(dev, mtu, (ip_t *)ti, gwip, pointtest);
205 ip_test7(dev, mtu, (ip_t *)ti, gwip, pointtest);
208 ip_test1(dev, mtu, (ip_t *)ti, gwi
[all...]
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dtypes.c93 struct typeinfo *const ti = &tlist->typeinfo[k]; local
94 printf("%15s %5d\n", ti->type_name, ti->numnodes);
/freebsd-9.3-release/sys/dev/ct/
H A Dct.c428 ct_targ_init(struct ct_softc *ct, struct targ_info *ti, int action) argument
430 struct ct_targ_info *cti = (void *) ti;
442 ti->ti_maxsynch.offset = 5;
447 ti->ti_maxsynch.offset = 12;
452 ti->ti_maxsynch.offset = 12;
456 ti->ti_maxsynch.period = ct->sc_sdp[0].cs_period;
457 ti->ti_width = SCSI_LOW_BUS_WIDTH_8;
501 struct targ_info *ti = slp->sl_Tnexus; local
519 scsi_low_is_msgout_continue(ti, SCSI_LOW_MSG_IDENTIFY) == 0)
535 (void) scsi_low_msgout(slp, ti, SCSI_LOW_MSGOUT_INI
568 ct_msg(struct ct_softc *ct, struct targ_info *ti, u_int msg) argument
736 struct targ_info *ti = slp->sl_Tnexus; local
783 struct targ_info *ti; local
826 struct targ_info *ti = slp->sl_Tnexus; local
858 struct targ_info *ti = slp->sl_Tnexus; local
925 struct targ_info *ti; local
[all...]
/freebsd-9.3-release/sys/dev/esp/
H A Dncr53c9x.c174 struct ncr53c9x_tinfo *ti);
221 ncr53c9x_lunsearch(struct ncr53c9x_tinfo *ti, int64_t lun) argument
225 LIST_FOREACH(li, &ti->luns, link)
624 struct ncr53c9x_tinfo *ti; local
660 ti = &sc->sc_tinfo[r];
663 ti->flags = ((sc->sc_minsync != 0 &&
668 ti->curr.period = ti->goal.period = 0;
669 ti->curr.offset = ti
747 ncr53c9x_setsync(struct ncr53c9x_softc *sc, struct ncr53c9x_tinfo *ti) argument
807 struct ncr53c9x_tinfo *ti; local
985 struct ncr53c9x_tinfo *ti; local
1204 struct ncr53c9x_tinfo *ti; local
1250 struct ncr53c9x_tinfo *ti; local
1343 struct ncr53c9x_tinfo *ti; local
1390 struct ncr53c9x_tinfo *ti; local
1495 struct ncr53c9x_tinfo *ti; local
1656 struct ncr53c9x_tinfo *ti; local
1770 struct ncr53c9x_tinfo *ti; local
2133 struct ncr53c9x_tinfo *ti; local
2331 struct ncr53c9x_tinfo *ti; local
3185 struct ncr53c9x_tinfo *ti; local
3230 struct ncr53c9x_tinfo *ti; local
[all...]
/freebsd-9.3-release/sys/modules/ti/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/ti

Completed in 139 milliseconds

123456