Searched refs:retval (Results 1 - 25 of 3641) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dcmpxchg-grb.h6 unsigned long retval; local
17 : "=&r" (retval),
22 return retval;
27 unsigned long retval; local
38 : "=&r" (retval),
43 return retval;
49 unsigned long retval; local
62 : "=&r" (retval)
66 return retval;
H A Dcmpxchg-irq.h6 unsigned long flags, retval; local
9 retval = *m;
12 return retval;
17 unsigned long flags, retval; local
20 retval = *m;
23 return retval;
29 __u32 retval; local
33 retval = *m;
34 if (retval == old)
37 return retval;
[all...]
H A Dcmpxchg-llsc.h6 unsigned long retval; local
17 : "=&z"(tmp), "=&r" (retval)
22 return retval;
27 unsigned long retval; local
38 : "=&z"(tmp), "=&r" (retval)
43 return retval;
49 unsigned long retval; local
63 : "=&z" (tmp), "=&r" (retval)
68 return retval;
H A Duaccess_64.h24 #define __get_user_size(x,ptr,size,retval) \
26 retval = 0; \
29 retval = __get_user_asm_b((void *)&x, \
33 retval = __get_user_asm_w((void *)&x, \
37 retval = __get_user_asm_l((void *)&x, \
41 retval = __get_user_asm_q((void *)&x, \
56 #define __put_user_size(x,ptr,size,retval) \
58 retval = 0; \
61 retval = __put_user_asm_b((void *)&x, \
65 retval
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dcmpxchg-grb.h6 unsigned long retval; local
17 : "=&r" (retval),
22 return retval;
27 unsigned long retval; local
38 : "=&r" (retval),
43 return retval;
49 unsigned long retval; local
62 : "=&r" (retval)
66 return retval;
H A Dcmpxchg-irq.h6 unsigned long flags, retval; local
9 retval = *m;
12 return retval;
17 unsigned long flags, retval; local
20 retval = *m;
23 return retval;
29 __u32 retval; local
33 retval = *m;
34 if (retval == old)
37 return retval;
[all...]
H A Dcmpxchg-llsc.h6 unsigned long retval; local
17 : "=&z"(tmp), "=&r" (retval)
22 return retval;
27 unsigned long retval; local
38 : "=&z"(tmp), "=&r" (retval)
43 return retval;
49 unsigned long retval; local
63 : "=&z" (tmp), "=&r" (retval)
68 return retval;
H A Duaccess_64.h24 #define __get_user_size(x,ptr,size,retval) \
26 retval = 0; \
29 retval = __get_user_asm_b((void *)&x, \
33 retval = __get_user_asm_w((void *)&x, \
37 retval = __get_user_asm_l((void *)&x, \
41 retval = __get_user_asm_q((void *)&x, \
56 #define __put_user_size(x,ptr,size,retval) \
58 retval = 0; \
61 retval = __put_user_asm_b((void *)&x, \
65 retval
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dfflush_stdout_and_exit.c16 void FAST_FUNC fflush_stdout_and_exit(int retval) argument
24 xfunc_error_retval = retval;
28 exit(retval);
H A Dxgethostbyname.c13 struct hostent *retval = gethostbyname(name); local
14 if (!retval)
16 return retval;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dfflush_stdout_and_exit.c16 void FAST_FUNC fflush_stdout_and_exit(int retval) argument
24 xfunc_error_retval = retval;
28 exit(retval);
H A Dxgethostbyname.c13 struct hostent *retval = gethostbyname(name); local
14 if (!retval)
16 return retval;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dfflush_stdout_and_exit.c16 void FAST_FUNC fflush_stdout_and_exit(int retval) argument
24 xfunc_error_retval = retval;
28 exit(retval);
H A Dxgethostbyname.c13 struct hostent *retval = gethostbyname(name); local
14 if (!retval)
16 return retval;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dstring_32.h69 register int retval; local
73 case 2: retval = (src[0] - dest[0]);
74 if(!retval && src[0])
75 retval = (src[1] - dest[1]);
76 return retval;
77 case 3: retval = (src[0] - dest[0]);
78 if(!retval && src[0]) {
79 retval = (src[1] - dest[1]);
80 if(!retval && src[1])
81 retval
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dstring_32.h69 register int retval; local
73 case 2: retval = (src[0] - dest[0]);
74 if(!retval && src[0])
75 retval = (src[1] - dest[1]);
76 return retval;
77 case 3: retval = (src[0] - dest[0]);
78 if(!retval && src[0]) {
79 retval = (src[1] - dest[1]);
80 if(!retval && src[1])
81 retval
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/
H A Dnetstr.c38 int retval; local
55 retval = vsf_sysutil_recv_peek(fd, p_readpos, left);
56 if (vsf_sysutil_retval_is_error(retval))
60 else if (retval == 0)
64 bytes_read = (unsigned int) retval;
71 retval = vsf_sysutil_read_loop(fd, p_readpos, i + 1);
72 if (vsf_sysutil_retval_is_error(retval) ||
73 (unsigned int) retval != i + 1)
91 retval = vsf_sysutil_read_loop(fd, p_readpos, bytes_read);
92 if (vsf_sysutil_retval_is_error(retval) ||
105 int retval; local
122 int retval; local
[all...]
H A Dprivsock.c42 const struct vsf_sysutil_socketpair_retval retval = local
44 p_sess->parent_fd = retval.socket_one;
45 p_sess->child_fd = retval.socket_two;
51 int retval = vsf_sysutil_write_loop(fd, &cmd, sizeof(cmd)); local
52 if (retval != sizeof(cmd))
73 int retval = vsf_sysutil_read_loop(fd, &res, sizeof(res)); local
74 if (retval != sizeof(res))
85 int retval = vsf_sysutil_read_loop(fd, &res, sizeof(res)); local
86 if (retval != sizeof(res))
104 int retval local
115 int retval = vsf_sysutil_write_loop(fd, &res, sizeof(res)); local
137 int retval = vsf_sysutil_write_loop(fd, &the_int, sizeof(the_int)); local
148 int retval = vsf_sysutil_read_loop(fd, &the_int, sizeof(the_int)); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dnetstr.c38 int retval; local
55 retval = vsf_sysutil_recv_peek(fd, p_readpos, left);
56 if (vsf_sysutil_retval_is_error(retval))
60 else if (retval == 0)
64 bytes_read = (unsigned int) retval;
71 retval = vsf_sysutil_read_loop(fd, p_readpos, i + 1);
72 if (vsf_sysutil_retval_is_error(retval) ||
73 (unsigned int) retval != i + 1)
91 retval = vsf_sysutil_read_loop(fd, p_readpos, bytes_read);
92 if (vsf_sysutil_retval_is_error(retval) ||
105 int retval; local
122 int retval; local
[all...]
H A Dprivsock.c42 const struct vsf_sysutil_socketpair_retval retval = local
44 p_sess->parent_fd = retval.socket_one;
45 p_sess->child_fd = retval.socket_two;
51 int retval = vsf_sysutil_write_loop(fd, &cmd, sizeof(cmd)); local
52 if (retval != sizeof(cmd))
73 int retval = vsf_sysutil_read_loop(fd, &res, sizeof(res)); local
74 if (retval != sizeof(res))
85 int retval = vsf_sysutil_read_loop(fd, &res, sizeof(res)); local
86 if (retval != sizeof(res))
104 int retval local
115 int retval = vsf_sysutil_write_loop(fd, &res, sizeof(res)); local
137 int retval = vsf_sysutil_write_loop(fd, &the_int, sizeof(the_int)); local
148 int retval = vsf_sysutil_read_loop(fd, &the_int, sizeof(the_int)); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dnetstr.c38 int retval; local
55 retval = vsf_sysutil_recv_peek(fd, p_readpos, left);
56 if (vsf_sysutil_retval_is_error(retval))
60 else if (retval == 0)
64 bytes_read = (unsigned int) retval;
71 retval = vsf_sysutil_read_loop(fd, p_readpos, i + 1);
72 if (vsf_sysutil_retval_is_error(retval) ||
73 (unsigned int) retval != i + 1)
91 retval = vsf_sysutil_read_loop(fd, p_readpos, bytes_read);
92 if (vsf_sysutil_retval_is_error(retval) ||
105 int retval; local
122 int retval; local
[all...]
H A Dprivsock.c42 const struct vsf_sysutil_socketpair_retval retval = local
44 p_sess->parent_fd = retval.socket_one;
45 p_sess->child_fd = retval.socket_two;
51 int retval = vsf_sysutil_write_loop(fd, &cmd, sizeof(cmd)); local
52 if (retval != sizeof(cmd))
73 int retval = vsf_sysutil_read_loop(fd, &res, sizeof(res)); local
74 if (retval != sizeof(res))
85 int retval = vsf_sysutil_read_loop(fd, &res, sizeof(res)); local
86 if (retval != sizeof(res))
104 int retval local
115 int retval = vsf_sysutil_write_loop(fd, &res, sizeof(res)); local
137 int retval = vsf_sysutil_write_loop(fd, &the_int, sizeof(the_int)); local
148 int retval = vsf_sysutil_read_loop(fd, &the_int, sizeof(the_int)); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/include/
H A Dshell.sh20 for retval in $(echo $retvals); do
21 local trap_$retval=1
24 local retval="$?"
25 eval "trapped=\${trap_$retval}"
27 return $retval
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/sys-ppc/shared/sysdep/
H A Dsigcontext.h13 long retval = -1; \
17 retval = _sc->regs->dar; \
21 retval = _sc->regs->nip; \
26 retval; \
31 long retval = -1; \
35 retval = !!(_sc->regs->dsisr & DSISR_WRITE); \
39 retval = 0; \
44 retval; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/sys-ppc/shared/sysdep/
H A Dsigcontext.h13 long retval = -1; \
17 retval = _sc->regs->dar; \
21 retval = _sc->regs->nip; \
26 retval; \
31 long retval = -1; \
35 retval = !!(_sc->regs->dsisr & DSISR_WRITE); \
39 retval = 0; \
44 retval; \

Completed in 209 milliseconds

1234567891011>>