Searched refs:tt (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-target.c23 struct target_type *tt; local
25 list_for_each_entry(tt, &_targets, list)
26 if (!strcmp(name, tt->name))
27 return tt;
34 struct target_type *tt; local
38 tt = __find_target_type(name);
39 if (tt && !try_module_get(tt->module))
40 tt = NULL;
43 return tt;
53 struct target_type *tt = get_target_type(name); local
63 dm_put_target_type(struct target_type *tt) argument
70 dm_target_iterate(void (*iter_func)(struct target_type *tt, void *param), void *param) argument
73 struct target_type *tt; local
83 dm_register_target(struct target_type *tt) argument
97 dm_unregister_target(struct target_type *tt) argument
114 io_err_ctr(struct dm_target *tt, unsigned int argc, char **args) argument
124 io_err_dtr(struct dm_target *tt) argument
129 io_err_map(struct dm_target *tt, struct bio *bio, union map_info *map_context) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dradio-terratec.c96 static void tt_write_vol(struct terratec *tt, int volume) argument
101 mutex_lock(&tt->lock);
104 outb(0x80, tt->io + 1);
106 outb(0x00, tt->io + 1);
108 mutex_unlock(&tt->lock);
113 static void tt_mute(struct terratec *tt) argument
115 tt->muted = 1;
116 tt_write_vol(tt, 0);
119 static int tt_setvol(struct terratec *tt, int vol) argument
121 if (vol == tt
145 tt_setfreq(struct terratec *tt, unsigned long freq1) argument
195 tt_getsigstr(struct terratec *tt) argument
216 struct terratec *tt = video_drvdata(file); local
241 struct terratec *tt = video_drvdata(file); local
252 struct terratec *tt = video_drvdata(file); local
278 struct terratec *tt = video_drvdata(file); local
297 struct terratec *tt = video_drvdata(file); local
361 struct terratec *tt = &terratec_card; local
407 struct terratec *tt = &terratec_card; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.h128 # define TUNNEL_TYPE(tt) ((tt) ? ((tt)->type) : DEV_TYPE_UNDEF)
131 # define TUNNEL_TOPOLOGY(tt) ((tt) ? ((tt)->topology) : TOP_UNDEF)
193 tuntap_defined (const struct tuntap *tt) argument
196 return tt && tt->hand != NULL;
198 return tt
375 tun_write_win32(struct tuntap *tt, struct buffer *buf) argument
396 read_tun_buffered(struct tuntap *tt, struct buffer *buf, int maxsize) argument
402 write_tun_buffered(struct tuntap *tt, struct buffer *buf) argument
416 tun_standby_init(struct tuntap *tt) argument
421 tun_standby(struct tuntap *tt) argument
433 tun_event_handle(const struct tuntap *tt) argument
443 tun_set(struct tuntap *tt, struct event_set *es, unsigned int rwflags, void *arg, unsigned int *persistent) argument
[all...]
H A Dtun.c72 static void solaris_error_close (struct tuntap *tt, const struct env_set *es, const char *actual, bool unplumb_inet6);
307 ifconfig_options_string (const struct tuntap* tt, bool remote, bool disable, struct gc_arena *gc) argument
310 if (tt->did_ifconfig_setup && !disable)
312 if (tt->type == DEV_TYPE_TAP || (tt->type == DEV_TYPE_TUN && tt->topology == TOP_SUBNET))
315 print_in_addr_t (tt->local & tt->remote_netmask, 0, gc),
316 print_in_addr_t (tt->remote_netmask, 0, gc));
318 else if (tt
343 tun_stat(const struct tuntap *tt, unsigned int rwflags, struct gc_arena *gc) argument
378 is_tun_p2p(const struct tuntap *tt) argument
413 struct tuntap *tt; local
564 init_tun_post(struct tuntap *tt, const struct frame *frame, const struct tuntap_options *options) argument
586 add_route_connected_v6_net(struct tuntap * tt, const struct env_set *es) argument
600 delete_route_connected_v6_net(struct tuntap * tt, const struct env_set *es) argument
618 do_ifconfig(struct tuntap *tt, const char *actual, int tun_mtu, const struct env_set *es) argument
1246 open_null(struct tuntap *tt) argument
1253 open_tun_generic(const char *dev, const char *dev_type, const char *dev_node, bool ipv6_explicitly_supported, bool dynamic, struct tuntap *tt) argument
1360 close_tun_generic(struct tuntap *tt) argument
1382 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
1491 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
1501 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
1525 struct tuntap *tt; local
1561 close_tun(struct tuntap *tt) argument
1612 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
1643 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
1670 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
1859 solaris_close_tun(struct tuntap *tt) argument
1912 close_tun(struct tuntap *tt) argument
1927 solaris_error_close(struct tuntap *tt, const struct env_set *es, const char *actual, bool unplumb_inet6 ) argument
1954 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
1963 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
1993 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
2028 close_tun(struct tuntap* tt) argument
2068 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2095 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2130 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
2163 close_tun(struct tuntap *tt) argument
2205 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2232 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2253 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2259 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2277 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
2303 close_tun(struct tuntap *tt) argument
2332 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2359 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2389 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
2405 close_tun(struct tuntap *tt) argument
2415 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2442 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2471 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
2477 close_tun(struct tuntap* tt) argument
2504 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2510 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
2518 tun_read_queue(struct tuntap *tt, int maxsize) argument
2582 tun_write_queue(struct tuntap *tt, struct buffer *buf) argument
3437 get_tun_adapter(const struct tuntap *tt, const IP_ADAPTER_INFO *list) argument
3446 is_adapter_up(const struct tuntap *tt, const IP_ADAPTER_INFO *list) argument
3934 dhcp_release(const struct tuntap *tt) argument
3967 dhcp_renew(const struct tuntap *tt) argument
4329 tun_standby_init(struct tuntap *tt) argument
4335 tun_standby(struct tuntap *tt) argument
4463 fork_dhcp_action(struct tuntap *tt) argument
4485 fork_register_dns_action(struct tuntap *tt) argument
4521 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
4939 tap_win_getinfo(const struct tuntap *tt, struct gc_arena *gc) argument
4957 tun_show_debug(struct tuntap *tt) argument
4975 close_tun(struct tuntap *tt) argument
5105 open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) argument
5111 close_tun(struct tuntap* tt) argument
5121 write_tun(struct tuntap* tt, uint8_t *buf, int len) argument
5127 read_tun(struct tuntap* tt, uint8_t *buf, int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/asm/
H A Ddes686.pl194 local($a,$b,$tt,$shift,$mask)=@_;
196 &mov( $tt, $a );
197 &shr( $tt, $shift );
198 &xor( $tt, $b );
199 &and( $tt, $mask );
200 &xor( $b, $tt );
201 &shl( $tt, $shift );
202 &xor( $a, $tt );
207 local($l,$r,$tt)=@_;
209 &PERM_OP($r,$l,$tt,
[all...]
H A Dcrypt586.pl141 local($a,$b,$tt,$shift,$mask,$last)=@_;
144 &mov( $tt, $a );
150 &xor( $tt, $a );
154 &xor( $tt, $a );
162 local($l,$r,$tt,$lr)=@_;
164 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
165 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
166 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
167 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
168 &R_PERM_OP($l,$r,$tt,
[all...]
H A Ddes-586.pl182 local($a,$b,$tt,$shift,$mask,$last)=@_;
185 &mov( $tt, $a );
193 &xor( $tt, $a );
197 &xor( $tt, $a );
205 local($l,$r,$tt,$lr)=@_;
207 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
208 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
209 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
210 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
211 &R_PERM_OP($l,$r,$tt,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_prn.c80 const ASN1_TEMPLATE *tt; local
115 tt = it->templates + i;
116 tmpfld = asn1_get_field(fld, tt);
117 return ASN1_template_print(out, tmpfld, indent, tt);
122 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
123 tmpfld = asn1_get_field(fld, tt);
124 ASN1_template_print(out, tmpfld, indent + 2, tt);
134 int ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt) argument
140 flags = tt
[all...]
H A Dtasn_fre.c81 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
123 tt = it->templates + i;
124 pchval = asn1_get_field_ptr(pval, tt);
125 ASN1_template_free(pchval, tt);
164 tt = it->templates + it->tcount - 1;
165 for (i = 0; i < it->tcount; tt--, i++)
168 seqtt = asn1_do_adb(pval, tt, 0);
185 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
188 if (tt->flags & ASN1_TFLG_SK_MASK)
195 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
91 const ASN1_TEMPLATE *tt = NULL; local
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
200 pseqval = asn1_get_field_ptr(pval, tt);
201 if (!ASN1_template_new(pseqval, tt))
266 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
270 if (tt->flags & ASN1_TFLG_OPTIONAL)
272 asn1_template_clear(pval, tt);
311 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_utl.c203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
206 if (tt->flags & ASN1_TFLG_COMBINE)
208 pvaltmp = offset2ptr(*pval, tt->offset);
220 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, argument
228 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
229 return tt;
232 adb = ASN1_ADB_ptr(tt->item);
249 if (tt->flags & ASN1_TFLG_ADB_OID)
264 return &atbl->tt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-power.c311 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
328 else if (tt->state >= IWL_TI_1)
329 iwl_static_sleep_cmd(priv, &cmd, tt->tt_power_mode, dtimper);
372 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
377 restriction = tt->restriction + tt->state;
401 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
406 restriction = tt->restriction + tt->state;
413 struct iwl_tt_mgmt *tt local
436 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
488 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
527 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
632 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
758 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
787 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
871 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
936 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/asm/
H A Dcrypt586.pl142 local($a,$b,$tt,$shift,$mask,$last)=@_;
145 &mov( $tt, $a );
151 &xor( $tt, $a );
155 &xor( $tt, $a );
163 local($l,$r,$tt,$lr)=@_;
165 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
166 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
167 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
168 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
169 &R_PERM_OP($l,$r,$tt,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/asm/
H A Dcrypt586.pl142 local($a,$b,$tt,$shift,$mask,$last)=@_;
145 &mov( $tt, $a );
151 &xor( $tt, $a );
155 &xor( $tt, $a );
163 local($l,$r,$tt,$lr)=@_;
165 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
166 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
167 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
168 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
169 &R_PERM_OP($l,$r,$tt,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_fre.c83 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
120 tt = it->templates + i;
121 pchval = asn1_get_field_ptr(pval, tt);
122 ASN1_template_free(pchval, tt);
159 tt = it->templates + it->tcount - 1;
160 for (i = 0; i < it->tcount; tt--, i++) {
162 seqtt = asn1_do_adb(pval, tt, 0);
178 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
181 if (tt->flags & ASN1_TFLG_SK_MASK) {
186 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
91 const ASN1_TEMPLATE *tt = NULL; local
186 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
187 pseqval = asn1_get_field_ptr(pval, tt);
188 if (!ASN1_template_new(pseqval, tt))
254 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
256 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
258 if (tt->flags & ASN1_TFLG_OPTIONAL) {
259 asn1_template_clear(pval, tt);
295 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_utl.c201 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
204 if (tt->flags & ASN1_TFLG_COMBINE)
206 pvaltmp = offset2ptr(*pval, tt->offset);
219 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, argument
227 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
228 return tt;
231 adb = ASN1_ADB_ptr(tt->item);
247 if (tt->flags & ASN1_TFLG_ADB_OID)
261 return &atbl->tt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_fre.c83 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
120 tt = it->templates + i;
121 pchval = asn1_get_field_ptr(pval, tt);
122 ASN1_template_free(pchval, tt);
159 tt = it->templates + it->tcount - 1;
160 for (i = 0; i < it->tcount; tt--, i++) {
162 seqtt = asn1_do_adb(pval, tt, 0);
178 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
181 if (tt->flags & ASN1_TFLG_SK_MASK) {
186 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
91 const ASN1_TEMPLATE *tt = NULL; local
186 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
187 pseqval = asn1_get_field_ptr(pval, tt);
188 if (!ASN1_template_new(pseqval, tt))
254 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
256 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
258 if (tt->flags & ASN1_TFLG_OPTIONAL) {
259 asn1_template_clear(pval, tt);
295 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_utl.c201 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
204 if (tt->flags & ASN1_TFLG_COMBINE)
206 pvaltmp = offset2ptr(*pval, tt->offset);
219 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, argument
227 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
228 return tt;
231 adb = ASN1_ADB_ptr(tt->item);
247 if (tt->flags & ASN1_TFLG_ADB_OID)
261 return &atbl->tt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbackwardcompat.tex32 A {\em stable} release of wxWidgets will have an even number for {\tt
33 minor}, e.g. {\tt 2.6.0}.
37 example, you can expect later {\tt 2.6.x.x} releases, such as {\tt 2.6.1}
38 and {\tt 2.6.2} to be backward compatible with their predecessor.
43 for {\tt minor}, for example {\tt 2.7.x.x}. Releases from this branch are
49 stable branch, for example {\tt 2.8.0}. And the process begins again.
66 wxWidgets {\tt 2.6.0} then it should also compile fine with all later {\tt
[all...]
H A Dtenvvars.tex11 \twocolitem{\tt{WXTRACE}}{(Debug build only.)
17 \twocolitem{\tt{WXPREFIX}}{(Unix only.)
19 is hard-coded and is the same as the value passed to {\tt configure} via
20 the {\tt --prefix} switch when compiling the library (typically
21 {\tt /usr/local} or {\tt /usr}). You can set WXPREFIX if you are for example
25 \twocolitem{\tt{WXMODE}}{(wxMGL only.)
27 {\it width}x{\it height}-{\it depth}. The default is {\tt 640x480-16}.}
29 \twocolitem{\tt{WXSTDERR}}{(wxMGL only.)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dutil.c28 struct termios tt; local
31 CATCH_EINTR(err = tcgetattr(fd, &tt));
35 cfmakeraw(&tt);
37 CATCH_EINTR(err = tcsetattr(fd, TCSADRAIN, &tt));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstate.h201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
203 #define rawgco2u(o) check_exp((o)->gch.tt == LUA_TUSERDATA, &((o)->u))
205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c))
208 check_exp(novariant((o)->gch.tt) == LUA_TFUNCTION, &((o)->cl))
209 #define gco2t(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h))
210 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p))
211 #define gco2uv(o) check_exp((o)->gch.tt == LUA_TUPVAL, &((o)->uv))
212 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/lzo/
H A Dlzo1x_compress.c87 size_t tt = t - 18; local
90 while (tt > 255) {
91 tt -= 255;
94 *op++ = tt;
200 size_t tt = t - 18; local
203 while (tt > 255) {
204 tt -= 255;
208 *op++ = tt;

Completed in 210 milliseconds

1234567891011>>