Searched refs:up (Results 51 - 75 of 1705) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/sample/sample-config-files/
H A Dstatic-office.conf19 # Our up script will establish routes
21 up ./office.up
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dsc26xx.c113 struct uart_sc26xx_port *up; local
117 up = container_of(port, struct uart_sc26xx_port, port[0]);
119 up->imr |= mask << (line * 4);
120 WRITE_SC(port, IMR, up->imr);
125 struct uart_sc26xx_port *up; local
129 up = container_of(port, struct uart_sc26xx_port, port[0]);
131 up->imr &= ~(mask << (line * 4));
132 WRITE_SC(port, IMR, up->imr);
215 struct uart_sc26xx_port *up = dev_id; local
220 spin_lock_irqsave(&up
259 struct uart_sc26xx_port *up; local
282 struct uart_sc26xx_port *up; local
619 sc26xx_init_masks(struct uart_sc26xx_port *up, int line, unsigned int data) argument
633 struct uart_sc26xx_port *up; local
713 struct uart_sc26xx_port *up = dev_get_drvdata(&dev->dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dsc26xx.c113 struct uart_sc26xx_port *up; local
117 up = container_of(port, struct uart_sc26xx_port, port[0]);
119 up->imr |= mask << (line * 4);
120 WRITE_SC(port, IMR, up->imr);
125 struct uart_sc26xx_port *up; local
129 up = container_of(port, struct uart_sc26xx_port, port[0]);
131 up->imr &= ~(mask << (line * 4));
132 WRITE_SC(port, IMR, up->imr);
215 struct uart_sc26xx_port *up = dev_id; local
220 spin_lock_irqsave(&up
259 struct uart_sc26xx_port *up; local
282 struct uart_sc26xx_port *up; local
619 sc26xx_init_masks(struct uart_sc26xx_port *up, int line, unsigned int data) argument
633 struct uart_sc26xx_port *up; local
713 struct uart_sc26xx_port *up = dev_get_drvdata(&dev->dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Duser.c63 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) argument
65 hlist_add_head(&up->uidhash_node, hashent);
68 static void uid_hash_remove(struct user_struct *up) argument
70 hlist_del_init(&up->uidhash_node);
71 put_user_ns(up->user_ns);
93 static void free_user(struct user_struct *up, unsigned long flags) argument
95 uid_hash_remove(up);
97 key_put(up->uid_keyring);
98 key_put(up->session_keyring);
99 kmem_cache_free(uid_cachep, up);
120 free_uid(struct user_struct *up) argument
137 struct user_struct *up, *new; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Duser.c63 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) argument
65 hlist_add_head(&up->uidhash_node, hashent);
68 static void uid_hash_remove(struct user_struct *up) argument
70 hlist_del_init(&up->uidhash_node);
71 put_user_ns(up->user_ns);
93 static void free_user(struct user_struct *up, unsigned long flags) argument
95 uid_hash_remove(up);
97 key_put(up->uid_keyring);
98 key_put(up->session_keyring);
99 kmem_cache_free(uid_cachep, up);
120 free_uid(struct user_struct *up) argument
137 struct user_struct *up, *new; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/lib/
H A Dstrcpy.S18 mov $16, $0 # set up return value
19 mov $26, $23 # set up return address
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrcpy.S18 mov $16, $0 # set up return value
19 mov $26, $23 # set up return address
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Daha1542.h101 #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) )
103 #define xany2scsi(up, p) \
104 (up)[0] = ((long)(p)) >> 24; \
105 (up)[1] = ((long)(p)) >> 16; \
106 (up)[2] = ((long)(p)) >> 8; \
107 (up)[3] = ((long)(p));
109 #define xscsi2int(up) ( (((lon
[all...]
H A Daha1740.h84 #define any2scsi(up, p) \
85 (up)[0] = (((unsigned long)(p)) >> 16) ; \
86 (up)[1] = (((unsigned long)(p)) >> 8); \
87 (up)[2] = ((unsigned long)(p));
89 #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) )
91 #define xany2scsi(up, p) \
92 (up)[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Daha1542.h101 #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) )
103 #define xany2scsi(up, p) \
104 (up)[0] = ((long)(p)) >> 24; \
105 (up)[1] = ((long)(p)) >> 16; \
106 (up)[2] = ((long)(p)) >> 8; \
107 (up)[3] = ((long)(p));
109 #define xscsi2int(up) ( (((lon
[all...]
H A Daha1740.h84 #define any2scsi(up, p) \
85 (up)[0] = (((unsigned long)(p)) >> 16) ; \
86 (up)[1] = (((unsigned long)(p)) >> 8); \
87 (up)[2] = ((unsigned long)(p));
89 #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) )
91 #define xany2scsi(up, p) \
92 (up)[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dgremlin.c67 * When network goes up, it will be up for between
114 static bool up; /* GLOBAL */ variable
131 up = false;
133 up = true;
138 if (up_down_level) /* change up/down state? */
143 if (up)
146 up = false;
151 up = true;
156 (up
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dgremlin.c67 * When network goes up, it will be up for between
114 static bool up; /* GLOBAL */ variable
131 up = false;
133 up = true;
138 if (up_down_level) /* change up/down state? */
143 if (up)
146 up = false;
151 up = true;
156 (up
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dgremlin.c67 * When network goes up, it will be up for between
114 static bool up; /* GLOBAL */ variable
131 up = false;
133 up = true;
138 if (up_down_level) /* change up/down state? */
143 if (up)
146 up = false;
151 up = true;
156 (up
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_cpm2.h26 static inline void cpm_set_smc_fcr(smc_uart_t __iomem *up) argument
28 out_8(&up->smc_rfcr, CPMFCR_GBL | CPMFCR_EB);
29 out_8(&up->smc_tfcr, CPMFCR_GBL | CPMFCR_EB);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart_cpm2.h26 static inline void cpm_set_smc_fcr(smc_uart_t __iomem *up) argument
28 out_8(&up->smc_rfcr, CPMFCR_GBL | CPMFCR_EB);
29 out_8(&up->smc_tfcr, CPMFCR_GBL | CPMFCR_EB);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_rpf.h33 enum pim_rpf_result pim_rpf_update(struct pim_upstream *up,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/sample/sample-config-files/
H A Dstatic-home.conf22 # Our up script will establish routes
24 up ./home.up
H A Dtls-home.conf22 # Our up script will establish routes
24 up ./home.up
H A Dtls-office.conf19 # Our up script will establish routes
21 up ./office.up
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_rpf.h33 enum pim_rpf_result pim_rpf_update(struct pim_upstream *up,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/sample/sample-config-files/
H A Dstatic-home.conf22 # Our up script will establish routes
24 up ./home.up
H A Dtls-home.conf22 # Our up script will establish routes
24 up ./home.up
H A Dtls-office.conf19 # Our up script will establish routes
21 up ./office.up
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_rpf.h33 enum pim_rpf_result pim_rpf_update(struct pim_upstream *up,

Completed in 211 milliseconds

1234567891011>>