Searched refs:retcode (Results 1 - 25 of 71) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dsigframe.h8 char retcode[8]; member in struct:sigframe
20 char retcode[8]; member in struct:rt_sigframe
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Ddict.c53 int retcode; local
62 retcode = 0;
78 retcode = -1;
85 retcode = -1;
92 retcode = -1;
113 retcode = -1;
124 retcode = -1;
132 retcode = -1;
140 retcode = -1;
165 retcode
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djdtrans.c55 int retcode; local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
H A Djdapimin.c244 int retcode; local
250 retcode = jpeg_consume_input(cinfo);
252 switch (retcode) {
254 retcode = JPEG_HEADER_OK;
264 retcode = JPEG_HEADER_TABLES_ONLY;
271 return retcode;
290 int retcode = JPEG_SUSPENDED; local
302 retcode = (*cinfo->inputctl->consume_input) (cinfo);
303 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
312 retcode
[all...]
H A Djdapistd.c55 int retcode; variable
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dhttpput.c42 size_t retcode; local
47 retcode = fread(ptr, size, nmemb, stream);
49 fprintf(stderr, "*** We read %" _FMT_SIZE_T " bytes from file\n", retcode);
51 return retcode;
H A Danyauthput.c90 size_t retcode; local
94 retcode = read(fd, ptr, size * nmemb);
96 fprintf(stderr, "*** We read %" _FMT_SIZE_T " bytes from file\n", retcode);
98 return retcode;
H A Dftpupload.c58 size_t retcode = fread(ptr, size, nmemb, stream); local
60 fprintf(stderr, "*** We read %" _FMT_SIZE_T " bytes from file\n", retcode);
61 return retcode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcyassl.c271 CURLcode retcode = CURLE_OK; local
291 retcode = Curl_ssl_addsessionid(conn, our_ssl_sessionid,
293 if(retcode) {
295 return retcode;
301 return retcode;
445 CURLcode retcode; local
467 retcode = cyassl_connect_step1(conn, sockindex);
468 if(retcode)
469 return retcode;
521 retcode
565 CURLcode retcode; local
[all...]
H A Dnetrc.c69 int retcode=1; local
144 retcode=0; /* we did find our host */
195 return retcode;
H A Dmprintf.c1024 int retcode; local
1031 retcode = dprintf_formatf(&info, addbyter, format, ap_save);
1040 return retcode;
1045 int retcode; local
1048 retcode = curl_mvsnprintf(buffer, maxlength, format, ap_save);
1050 return retcode;
1091 int retcode; local
1100 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save);
1102 if((-1 == retcode) || info.fail) {
1117 int retcode; local
1152 int retcode; local
1162 int retcode; local
1173 int retcode; local
1183 int retcode; local
[all...]
H A Dssluse.c1415 CURLcode retcode = CURLE_OK; local
1663 retcode = (*data->set.ssl.fsslctx)(data, connssl->ctx,
1665 if(retcode) {
1667 return retcode;
2217 CURLcode retcode = CURLE_OK; local
2260 retcode = verifyhost(conn, connssl->server_cert);
2261 if(retcode) {
2264 return retcode;
2273 retcode = CURLE_SSL_CONNECT_ERROR;
2326 retcode
2349 CURLcode retcode = CURLE_OK; local
2430 CURLcode retcode; local
2548 CURLcode retcode; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_memory_debug.h261 int retcode = -EINVAL; local
266 return retcode;
269 if (!(retcode = drm_agp_bind_memory (handle, start))) {
275 return retcode;
280 return retcode;
286 int retcode = -EINVAL; local
291 return retcode;
294 if ((retcode = drm_agp_unbind_memory (handle)))
295 return retcode;
307 return retcode;
[all...]
H A Ddrm_stub.c60 int retcode; local
100 if ((retcode = dev->driver->load(dev, ent->driver_data)))
109 retcode = -EINVAL;
121 retcode = drm_ctxbitmap_init(dev);
122 if (retcode) {
131 return retcode;
H A Ddrm_fops.c140 int retcode = 0; local
151 retcode = drm_open_helper(inode, filp, dev);
152 if (!retcode) {
162 return retcode;
314 int retcode; local
318 retcode = fasync_helper(fd, filp, on, &dev->buf_async);
319 if (retcode < 0)
320 return retcode;
341 int retcode = 0; local
483 return retcode;
[all...]
H A Di810_dma.c130 int retcode = 0; local
147 retcode = PTR_ERR(buf_priv->virtual);
152 return retcode;
158 int retcode = 0; local
164 retcode = do_munmap(current->mm,
172 return retcode;
180 int retcode = 0; local
184 retcode = -ENOMEM;
185 DRM_DEBUG("retcode=%d\n", retcode);
485 int retcode = 0; local
1107 int retcode = 0; local
[all...]
H A Di830_dma.c133 int retcode = 0; local
149 retcode = PTR_ERR((void *)virtual);
156 return retcode;
162 int retcode = 0; local
168 retcode = do_munmap(current->mm,
176 return retcode;
184 int retcode = 0; local
188 retcode = -ENOMEM;
189 DRM_DEBUG("retcode=%d\n", retcode);
462 int retcode = 0; local
1417 int retcode = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dsignal.c114 u16 retcode[8]; member in struct:sigframe
121 u16 retcode[8]; member in struct:rt_sigframe
360 err |= __put_user(MOVW(7), &frame->retcode[0]);
361 err |= __put_user(TRAP_NOARG, &frame->retcode[1]);
362 err |= __put_user(OR_R0_R0, &frame->retcode[2]);
363 err |= __put_user(OR_R0_R0, &frame->retcode[3]);
364 err |= __put_user(OR_R0_R0, &frame->retcode[4]);
365 err |= __put_user(OR_R0_R0, &frame->retcode[5]);
366 err |= __put_user(OR_R0_R0, &frame->retcode[6]);
367 err |= __put_user((__NR_sigreturn), &frame->retcode[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp_ht.c83 int len, retcode; local
137 retcode = strtoul(p, &r, 10);
146 if(retcode != 200) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_ht.c83 int len, retcode; local
137 retcode = strtoul(p, &r, 10);
146 if(retcode != 200) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dsignal.c53 char retcode[8]; member in struct:rt_sigframe
213 err |= __put_user(0x28, &(frame->retcode[0]));
214 err |= __put_user(0xe1, &(frame->retcode[1]));
215 err |= __put_user(0xad, &(frame->retcode[2]));
216 err |= __put_user(0x00, &(frame->retcode[3]));
217 err |= __put_user(0xa0, &(frame->retcode[4]));
218 err |= __put_user(0x00, &(frame->retcode[5]));
223 push_cache((unsigned long)&frame->retcode, sizeof(frame->retcode));
234 regs->rets = (unsigned long)(frame->retcode);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dsignal.c163 unsigned char retcode[8]; /* trampoline code */ member in struct:sigframe
171 unsigned char retcode[8]; /* trampoline code */ member in struct:rt_sigframe
382 /* trampoline - the desired return ip is the retcode itself */
383 return_ip = (unsigned long)&frame->retcode;
385 err |= __put_user(0x9c5f, (short __user*)(frame->retcode+0));
386 err |= __put_user(__NR_sigreturn, (short __user*)(frame->retcode+2));
387 err |= __put_user(0xe93d, (short __user*)(frame->retcode+4));
442 /* trampoline - the desired return ip is the retcode itself */
443 return_ip = (unsigned long)&frame->retcode;
445 err |= __put_user(0x9c5f, (short __user*)(frame->retcode
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dsignal.c104 uint32_t retcode[2]; member in struct:sigframe
115 uint32_t retcode[2]; member in struct:rt_sigframe
286 if (__put_user((__sigrestore_t)frame->retcode, &frame->pretcode) ||
287 __put_user(0x8efc0000|__NR_sigreturn, &frame->retcode[0]) ||
288 __put_user(0xc0700000, &frame->retcode[1]))
291 flush_icache_range((unsigned long) frame->retcode,
292 (unsigned long) (frame->retcode + 2));
297 __frame->lr = (unsigned long) &frame->retcode;
384 if (__put_user((__sigrestore_t)frame->retcode, &frame->pretcode) ||
385 __put_user(0x8efc0000|__NR_rt_sigreturn, &frame->retcode[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/math-emu/
H A Dmath.c163 int retcode = 0; /* assume all succeed */ local
179 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs);
180 if (retcode) {
186 return retcode;
191 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs);
192 if (!retcode) /* insn failed, no point doing any more */
196 if (retcode)
202 return retcode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsignal.c205 char retcode[8]; member in struct:sigframe
217 char retcode[8]; member in struct:rt_sigframe
235 restorer = frame->retcode;
264 err |= __put_user(0xb858, (short __user *)(frame->retcode+0));
265 err |= __put_user(__NR_sigreturn, (int __user *)(frame->retcode+2));
266 err |= __put_user(0x80cd, (short __user *)(frame->retcode+6));
300 restorer = frame->retcode;
322 err |= __put_user(0xb8, (char __user *)(frame->retcode+0));
323 err |= __put_user(__NR_rt_sigreturn, (int __user *)(frame->retcode+1));
324 err |= __put_user(0x80cd, (short __user *)(frame->retcode
[all...]

Completed in 293 milliseconds

123