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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dthread_info.h7 struct thread_info *ti; local
8 __asm__("and.d $sp,%0; ":"=r" (ti) : "0" (~8191UL));
9 return ti;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dthread_info.h7 struct thread_info *ti; local
9 __asm__ __volatile__ ("and.d $sp, %0" : "=r" (ti) : "0" (~8191UL));
10 return ti;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-target.c31 struct tt_internal *ti; local
33 list_for_each_entry (ti, &_targets, list)
34 if (!strcmp(name, ti->tt.name))
35 return ti;
42 struct tt_internal *ti; local
46 ti = __find_target_type(name);
47 if (ti) {
48 if ((ti->use == 0) && !try_module_get(ti->tt.module))
49 ti
65 struct tt_internal *ti = get_target_type(name); local
77 struct tt_internal *ti = (struct tt_internal *) t; local
91 struct tt_internal *ti = kmalloc(sizeof(*ti), GFP_KERNEL); local
105 struct tt_internal *ti; local
118 struct tt_internal *ti = alloc_target(t); local
137 struct tt_internal *ti; local
161 io_err_ctr(struct dm_target *ti, unsigned int argc, char **args) argument
166 io_err_dtr(struct dm_target *ti) argument
171 io_err_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
[all...]
H A Ddm-linear.c28 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
34 ti->error = "Invalid argument count";
40 ti->error = "dm-linear: Cannot allocate linear context";
45 ti->error = "dm-linear: Invalid device sector";
50 if (dm_get_device(ti, argv[0], lc->start, ti->len,
51 dm_table_get_mode(ti->table), &lc->dev)) {
52 ti->error = "dm-linear: Device lookup failed";
56 ti->private = lc;
64 static void linear_dtr(struct dm_target *ti) argument
72 linear_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
83 linear_status(struct dm_target *ti, status_type_t type, char *result, unsigned int maxlen) argument
101 linear_ioctl(struct dm_target *ti, struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dibmtr.c330 struct tok_info *ti = (struct tok_info *) dev->priv; local
331 iounmap(ti->mmio);
332 iounmap(ti->sram_virt);
387 struct tok_info *ti = dev->priv; local
431 t_mmio = ti->mmio; /*BMS to get virtual address */
432 irq = ti->irq; /*BMS to display the irq! */
484 ti->mmio = t_mmio;
492 ti->turbo = 1;
496 ti->readlog_pending = 0;
497 init_waitqueue_head(&ti
826 struct tok_info *ti = (struct tok_info *) dev->priv; local
844 struct tok_info *ti; local
871 struct tok_info *ti = (struct tok_info *) dev->priv; local
927 struct tok_info *ti; local
965 struct tok_info *ti = (struct tok_info *) dev->priv; local
989 struct tok_info *ti = (struct tok_info *) dev->priv; local
1030 struct tok_info *ti; local
1054 struct tok_info *ti = (struct tok_info *) dev->priv; local
1086 map_address(struct tok_info *ti, unsigned index, __u8 *page) argument
1097 struct tok_info *ti = (struct tok_info *) dev->priv; local
1172 struct tok_info *ti; local
1498 struct tok_info *ti; local
1563 struct tok_info *ti = (struct tok_info *) dev->priv; local
1677 struct tok_info *ti = (struct tok_info *) dev->priv; local
1849 struct tok_info *ti = (struct tok_info *) dev->priv; local
1869 struct tok_info *ti; local
1902 struct tok_info *ti = (struct tok_info *) dev->priv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A Drc2cfb64.c74 unsigned long ti[2]; local
84 c2l(iv,v0); ti[0]=v0;
85 c2l(iv,v1); ti[1]=v1;
86 RC2_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
104 c2l(iv,v0); ti[0]=v0;
105 c2l(iv,v1); ti[1]=v1;
106 RC2_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Drc2ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 RC2_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5cfb64.c74 unsigned long ti[2]; local
84 c2l(iv,v0); ti[0]=v0;
85 c2l(iv,v1); ti[1]=v1;
86 RC5_32_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
104 c2l(iv,v0); ti[0]=v0;
105 c2l(iv,v1); ti[1]=v1;
106 RC5_32_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Drc5ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 RC5_32_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbf_cfb64.c73 BF_LONG ti[2]; local
83 n2l(iv,v0); ti[0]=v0;
84 n2l(iv,v1); ti[1]=v1;
85 BF_encrypt((BF_LONG *)ti,schedule);
87 t=ti[0]; l2n(t,iv);
88 t=ti[1]; l2n(t,iv);
103 n2l(iv,v0); ti[0]=v0;
104 n2l(iv,v1); ti[1]=v1;
105 BF_encrypt((BF_LONG *)ti,schedule);
107 t=ti[
[all...]
H A Dbf_ofb64.c74 BF_LONG ti[2]; local
81 ti[0]=v0;
82 ti[1]=v1;
90 BF_encrypt((BF_LONG *)ti,schedule);
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
101 v0=ti[0];
102 v1=ti[1];
107 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dc_cfb64.c74 CAST_LONG ti[2]; local
84 n2l(iv,v0); ti[0]=v0;
85 n2l(iv,v1); ti[1]=v1;
86 CAST_encrypt((CAST_LONG *)ti,schedule);
88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
104 n2l(iv,v0); ti[0]=v0;
105 n2l(iv,v1); ti[1]=v1;
106 CAST_encrypt((CAST_LONG *)ti,schedule);
108 t=ti[
[all...]
H A Dc_ofb64.c75 CAST_LONG ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 CAST_encrypt((CAST_LONG *)ti,schedule);
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dcfb64enc.c73 DES_LONG ti[2]; local
83 c2l(iv,v0); ti[0]=v0;
84 c2l(iv,v1); ti[1]=v1;
85 DES_encrypt1(ti,schedule,DES_ENCRYPT);
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
104 c2l(iv,v1); ti[1]=v1;
105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
107 v0=ti[
[all...]
H A Dofb64enc.c74 DES_LONG ti[2]; local
81 ti[0]=v0;
82 ti[1]=v1;
90 DES_encrypt1(ti,schedule,DES_ENCRYPT);
92 t=ti[0]; l2c(t,dp);
93 t=ti[1]; l2c(t,dp);
101 v0=ti[0];
102 v1=ti[1];
107 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_cfb64.c74 unsigned long ti[2]; local
84 n2l(iv,v0); ti[0]=v0;
85 n2l(iv,v1); ti[1]=v1;
86 idea_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
104 n2l(iv,v0); ti[0]=v0;
105 n2l(iv,v1); ti[1]=v1;
106 idea_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Di_ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 idea_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_cfb64.c73 BF_LONG ti[2]; local
83 n2l(iv,v0); ti[0]=v0;
84 n2l(iv,v1); ti[1]=v1;
85 BF_encrypt((BF_LONG *)ti,schedule);
87 t=ti[0]; l2n(t,iv);
88 t=ti[1]; l2n(t,iv);
103 n2l(iv,v0); ti[0]=v0;
104 n2l(iv,v1); ti[1]=v1;
105 BF_encrypt((BF_LONG *)ti,schedule);
107 t=ti[
[all...]
H A Dbf_ofb64.c74 BF_LONG ti[2]; local
81 ti[0]=v0;
82 ti[1]=v1;
90 BF_encrypt((BF_LONG *)ti,schedule);
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
101 v0=ti[0];
102 v1=ti[1];
107 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_cfb64.c74 CAST_LONG ti[2]; local
84 n2l(iv,v0); ti[0]=v0;
85 n2l(iv,v1); ti[1]=v1;
86 CAST_encrypt((CAST_LONG *)ti,schedule);
88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
104 n2l(iv,v0); ti[0]=v0;
105 n2l(iv,v1); ti[1]=v1;
106 CAST_encrypt((CAST_LONG *)ti,schedule);
108 t=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcfb64enc.c73 DES_LONG ti[2]; local
83 c2l(iv,v0); ti[0]=v0;
84 c2l(iv,v1); ti[1]=v1;
85 DES_encrypt1(ti,schedule,DES_ENCRYPT);
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
104 c2l(iv,v1); ti[1]=v1;
105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
107 v0=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_cfb64.c74 unsigned long ti[2]; local
84 n2l(iv,v0); ti[0]=v0;
85 n2l(iv,v1); ti[1]=v1;
86 idea_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
104 n2l(iv,v0); ti[0]=v0;
105 n2l(iv,v1); ti[1]=v1;
106 idea_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2cfb64.c74 unsigned long ti[2]; local
84 c2l(iv,v0); ti[0]=v0;
85 c2l(iv,v1); ti[1]=v1;
86 RC2_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
104 c2l(iv,v0); ti[0]=v0;
105 c2l(iv,v1); ti[1]=v1;
106 RC2_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5cfb64.c74 unsigned long ti[2]; local
84 c2l(iv,v0); ti[0]=v0;
85 c2l(iv,v1); ti[1]=v1;
86 RC5_32_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
104 c2l(iv,v0); ti[0]=v0;
105 c2l(iv,v1); ti[1]=v1;
106 RC5_32_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dseccomp.h21 static inline int has_secure_computing(struct thread_info *ti) argument
23 return unlikely(test_ti_thread_flag(ti, TIF_SECCOMP));
32 static inline int has_secure_computing(struct thread_info *ti) argument

Completed in 124 milliseconds

123456