Searched refs:up (Results 101 - 125 of 910) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffman.c58 int *up = av_malloc_array(sizeof(*up) * 2, stats_size); local
65 if (!h || !up || !len) {
87 up[h[0].name] = next;
90 up[h[0].name] = next;
98 len[i] = len[up[i]] + 1;
100 dst[map[i]] = len[up[i]] + 1;
107 av_free(up);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-debug.c496 struct uhci_debug *up; local
499 up = kmalloc(sizeof(*up), GFP_KERNEL);
500 if (!up)
503 up->data = kmalloc(MAX_OUTPUT, GFP_KERNEL);
504 if (!up->data) {
505 kfree(up);
509 up->size = 0;
512 up->size = uhci_sprint_schedule(uhci, up
522 struct uhci_debug *up; local
545 struct uhci_debug *up = file->private_data; local
551 struct uhci_debug *up = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/console-tools/
H A Dloadfont.c66 struct unipair *up; local
72 up = xmalloc(maxct * sizeof(struct unipair));
81 up[ct].unicode = unicode;
82 up[ct].fontpos = glyph;
95 ud.entries = up;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_wx.c78 up(&priv->wx_sem);
95 up(&priv->wx_sem);
119 up(&priv->wx_sem);
153 up(&priv->wx_sem);
170 up(&priv->wx_sem);
190 up(&priv->wx_sem);
207 up(&priv->wx_sem);
225 up(&priv->wx_sem);
243 up(&priv->wx_sem);
275 up(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dcache.c64 /* don't use tolower and friends here - they may be messed up by LOCALE */
150 struct crec *crecp, **up; local
155 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
159 *up = crecp->hash_next;
167 up = &crecp->hash_next;
178 for (crecp = hash_table[i], up = &hash_table[i]; crecp; crecp = crecp->hash_next)
182 *up = crecp->hash_next;
190 up = &crecp->hash_next;
200 in which can the next cache_start_insert cleans things up
342 struct crec *next, **up, **insert = NULL, **chainp = &ans; local
425 struct crec **up, **chainp = &ans; local
577 struct crec *cache, **up, *tmp; local
623 struct crec *tmp, *cache, **up; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwrite.c108 png_unknown_chunk *up; local
112 for (up = info_ptr->unknown_chunks;
113 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
114 up++)
116 int keep = png_handle_as_unknown(png_ptr, up->name);
118 up->location && !(up->location & PNG_HAVE_PLTE) &&
119 !(up->location & PNG_HAVE_IDAT) &&
120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
123 if (up
286 png_unknown_chunk *up; local
390 png_unknown_chunk *up; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify.c954 verify_user_pass_script (struct tls_session *session, const struct user_pass *up) argument
962 if ((session->opt->ssl_flags & SSLF_AUTH_USER_PASS_OPTIONAL) || strlen (up->username))
971 tmp_file = create_temp_file (session->opt->tmp_dir, "up", &gc);
974 status_printf (so, "%s", up->username);
975 status_printf (so, "%s", up->password);
989 setenv_str (session->opt->es, "username", up->username);
990 setenv_str (session->opt->es, "password", up->password);
1027 verify_user_pass_plugin (struct tls_session *session, const struct user_pass *up, const char *raw_username) argument
1033 if ((session->opt->ssl_flags & SSLF_AUTH_USER_PASS_OPTIONAL) || strlen (up->username))
1036 setenv_str (session->opt->es, "username", (raw_username ? raw_username : up
1082 verify_user_pass_management(struct tls_session *session, const struct user_pass *up, const char *raw_username) argument
1122 verify_user_pass(struct user_pass *up, struct tls_multi *multi, struct tls_session *session) argument
[all...]
H A Dproxy.h68 struct user_pass up; member in struct:http_proxy_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfrfml.c107 caif_assert(layr->up != NULL);
168 err = rfml->serv.layer.up->receive(rfml->serv.layer.up, pkt);
186 layr->up->ctrlcmd(layr->up, CAIF_CTRLCMD_REMOTE_SHUTDOWN_IND,
202 * To optimize alignment, we add up the size of CAIF header before
288 layr->up->ctrlcmd(layr->up, CAIF_CTRLCMD_REMOTE_SHUTDOWN_IND,
H A Dcfdgml.c47 caif_assert(layr->up != NULL);
63 ret = layr->up->receive(layr->up, pkt);
102 /* To optimize alignment, we add up the size of CAIF header
H A Dcfveil.c44 caif_assert(layr->up != NULL);
56 ret = layr->up->receive(layr->up, pkt);
H A Dcaif_dev.c174 if (!caifd || !caifd->layer.up || !caifd->layer.up->ctrlcmd)
177 if (caifd->layer.up->receive(caifd->layer.up, pkt))
191 if (!caifd || !caifd->layer.up || !caifd->layer.up->ctrlcmd)
194 caifd->layer.up->ctrlcmd(caifd->layer.up,
228 pr_info("CAIF: %s(): up %s\n", __func__, dev->name);
234 pr_info("CAIF: %s():%s already up\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_wx.c105 up(&priv->wx_sem);
146 up(&priv->wx_sem);
175 if(prev != priv->crcmon && priv->up){
180 up(&priv->wx_sem);
206 up(&priv->wx_sem);
362 if(priv->up){
371 // up(&priv->ieee80211->wx_sem);
372 // up(&priv->wx_sem);
380 /* intentionally forget to up sem */
381 // up(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhp_sdc_mlc.c70 up(&mlc->isem);
135 up(&mlc->isem);
171 up(&mlc->isem);
176 up(&mlc->isem);
188 /* Try to down the semaphores -- they should be up. */
192 up(&mlc->isem);
193 up(&mlc->osem);
221 up(&mlc->csem);
231 /* Try to down the semaphore -- it should be up. */
239 up(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt_ioctl.c321 u_char __user *up; local
349 up = user_kdgkb->kb_string;
353 if (put_user(*p, up++)) {
357 if (put_user('\0', up)) {
507 void __user *up = (void __user *)arg; local
603 if (copy_from_user(&kbrep, up, sizeof(struct kbd_repeat))) {
610 if (copy_to_user(up, &kbrep, sizeof(struct kbd_repeat)))
716 ret = do_kbkeycode_ioctl(cmd, up, perm);
721 ret = do_kdsk_ioctl(cmd, up, perm, kbd);
726 ret = do_kdgkb_ioctl(cmd, up, per
1486 void __user *up = (void __user *)arg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwrite.c98 png_unknown_chunk *up; local
102 for (up = info_ptr->unknown_chunks;
103 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
104 up++)
106 int keep=png_handle_as_unknown(png_ptr, up->name);
108 up->location && !(up->location & PNG_HAVE_PLTE) &&
109 !(up->location & PNG_HAVE_IDAT) &&
110 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
113 png_write_chunk(png_ptr, up
262 png_unknown_chunk *up; local
362 png_unknown_chunk *up; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_core.c591 if (dsp->up) {
592 if (dsp->up->send(dsp->up, nskb))
706 if (dsp->up)
707 return dsp->up->send(dsp->up, skb);
750 if (dsp->up) {
751 if (dsp->up->send(
752 dsp->up, nskb))
765 if (dsp->up)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dusbdux.c75 * Two 16 bit up/down/reset counter with a sampling rate of 1kHz
76 * And loads of cleaning up, in particular streamlining the
389 up(&this_usbduxsub->sem);
394 up(&this_usbduxsub->sem);
589 up(&this_usbduxsub->sem);
594 up(&this_usbduxsub->sem);
1163 up(&this_usbduxsub->sem);
1173 up(&this_usbduxsub->sem);
1184 up(&this_usbduxsub->sem);
1193 up(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dkernel_execve.S16 # Do a system call from kernel instead of calling sys_execve so we end up with
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dftw.h105 dir_notification_func_t up,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/
H A Dheartbeat.c65 static unsigned bit = 0, up = 1; local
69 bit += up;
71 up = -up;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dconfig.h75 void tipc_cfg_link_event(u32 addr, char *name, int up);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/msnd/
H A Dmsnd_midi.c96 int up)
101 snd_printdd("snd_msndmidi_input_trigger(, %i)\n", up);
105 if (up) {
113 if (up)
95 snd_msndmidi_input_trigger(struct snd_rawmidi_substream *substream, int up) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/tests/
H A Dstresstest34 ifconfig $1 up
59 echo "6. Starting up/down" $ETH1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dserial.c38 #define UART_OMAP_WER 0x17 /* Wake-up enable register */
143 static inline unsigned int __serial_read_reg(struct uart_port *up, argument
146 offset <<= up->regshift;
147 return (unsigned int)__raw_readb(up->membase + offset);
150 static inline unsigned int serial_read_reg(struct plat_serial8250_port *up, argument
153 offset <<= up->regshift;
154 return (unsigned int)__raw_readb(up->membase + offset);
157 static inline void __serial_write_reg(struct uart_port *up, int offset, argument
160 offset <<= up->regshift;
161 __raw_writeb(value, up
650 serial_in_override(struct uart_port *up, int offset) argument
662 serial_out_override(struct uart_port *up, int offset, int value) argument
[all...]

Completed in 128 milliseconds

1234567891011>>