Searched refs:third (Results 1 - 24 of 24) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dipc.c26 int third, void *ptr, long fifth)
37 return sys_semget (first, second, third);
44 return sys_semctl (first, second, third, fourth);
49 second, third);
62 tmp.msgtyp, third);
67 second, fifth, third);
81 return put_user (raddr, (ulong *) third);
86 return sys_shmat (first, (char *) ptr, second, (ulong *) third);
91 return sys_shmget (first, second, third);
25 sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dsys_cris.c104 int third, void *ptr, long fifth)
115 return sys_semget (first, second, third);
122 return sys_semctl (first, second, third, fourth);
127 second, third);
140 tmp.msgtyp, third);
145 second, fifth, third);
157 return put_user (raddr, (ulong *) third);
162 return sys_shmget (first, second, third);
103 sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsyscalls.c81 sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) argument
94 ret = sys_semget (first, second, third);
104 ret = sys_semctl (first, second, third, fourth);
108 ret = sys_msgsnd (first, (struct msgbuf *) ptr, second, third);
123 third);
128 second, fifth, third);
143 if ((ret = verify_area(VERIFY_WRITE, (ulong*) third,
149 ret = put_user (raddr, (ulong *) third);
156 (ulong *) third);
164 ret = sys_shmget (first, second, third);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dsyscall.c235 unsigned long third, void *ptr, long fifth)
246 return sys_semget (first, second, third);
253 return sys_semctl (first, second, third, fourth);
258 second, third);
271 tmp.msgtyp, third);
276 second, fifth, third);
290 return put_user (raddr, (ulong *) third);
295 return sys_shmat (first, (char *) ptr, second, (ulong *) third);
300 return sys_shmget (first, second, third);
234 sys_ipc(uint call, int first, int second, unsigned long third, void *ptr, long fifth) argument
H A Dlinux32.c1569 do_sys32_semctl(int first, int second, int third, void *uptr) argument
1582 if ((third & ~IPC_64) == SETVAL)
1586 switch (third & ~IPC_64) {
1598 err = sys_semctl (first, second, third, fourth);
1606 err = sys_semctl (first, second, third, fourth);
1609 if (third & IPC_64) {
1657 do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
1678 err = sys_msgsnd (first, p, second, third);
1687 do_sys32_msgrcv (int first, int second, int msgtyp, int third, argument
1717 err = sys_msgrcv (first, p, second + 4, msgtyp, third);
1833 do_sys32_shmat(int first, int second, int third, int version, void *uptr) argument
1971 sys32_ipc(u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dsys_sh.c135 int third, void *ptr, long fifth)
147 return sys_semget (first, second, third);
154 return sys_semctl (first, second, third, fourth);
164 second, third);
177 tmp.msgtyp, third);
182 second, fifth, third);
202 return put_user (raddr, (ulong *) third);
208 second, (ulong *) third);
213 return sys_shmget (first, second, third);
134 sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dsys_arm.c163 asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) argument
174 return sys_semget (first, second, third);
181 return sys_semctl (first, second, third, fourth);
186 second, third);
197 tmp.msgtyp, third);
202 second, fifth, third);
216 return put_user (raddr, (ulong *) third);
222 second, (ulong *) third);
227 return sys_shmget (first, second, third);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsys_i386.c133 int third, void *ptr, long fifth)
144 return sys_semget (first, second, third);
151 return sys_semctl (first, second, third, fourth);
156 second, third);
169 tmp.msgtyp, third);
174 second, fifth, third);
188 return put_user (raddr, (ulong *) third);
193 return sys_shmat (first, (char *) ptr, second, (ulong *) third);
198 return sys_shmget (first, second, third);
132 sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsyscalls.c85 sys_ipc (uint call, int first, int second, long third, void *ptr, long fifth) argument
100 ret = sys_semget (first, second, third);
110 ret = sys_semctl (first, second, third, fourth);
114 ret = sys_msgsnd (first, (struct msgbuf *) ptr, second, third);
129 second, tmp.msgtyp, third);
134 second, fifth, third);
149 if ((ret = verify_area(VERIFY_WRITE, (ulong*) third,
155 ret = put_user (raddr, (ulong *) third);
162 (ulong *) third);
170 ret = sys_shmget (first, second, third);
[all...]
H A Dsys_ppc32.c2534 static long do_sys32_semctl(int first, int second, int third, void *uptr) argument
2546 if (third == SETVAL)
2550 switch (third & (~IPC_64)) {
2562 err = sys_semctl(first, second, third, fourth);
2567 if (third & IPC_64) {
2575 err = sys_semctl(first, second, third, fourth);
2592 err = sys_semctl(first, second, third, fourth);
2605 if (third & IPC_64) {
2622 err = sys_semctl(first, second, third, fourth);
2642 err = sys_semctl(first, second, third, fourt
2652 do_sys32_msgsnd(int first, int second, int third, void *uptr) argument
2681 do_sys32_msgrcv(int first, int second, int msgtyp, int third, int version, void *uptr) argument
2826 do_sys32_shmat(int first, int second, int third, int version, void *uptr) argument
2977 int third = (int)third_parm; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsys_s390.c143 int third, void *ptr)
152 return sys_semget (first, second, third);
159 return sys_semctl (first, second, third, fourth);
163 second, third);
172 second, tmp.msgtyp, third);
183 return put_user (raddr, (ulong *) third);
189 return sys_shmget (first, second, third);
142 sys_ipc(uint call, int first, int second, int third, void *ptr) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsys_s390.c128 unsigned long third, void *ptr)
137 return sys_semget (first, second, third);
144 return sys_semctl (first, second, third, fourth);
148 second, third);
157 second, tmp.msgtyp, third);
168 return put_user (raddr, (ulong *) third);
174 return sys_shmget (first, second, third);
127 sys_ipc(uint call, int first, long second, unsigned long third, void *ptr) argument
H A Dlinux32.c408 static int do_sys32_semctl(int first, int second, int third, void *uptr) argument
419 if(third == SETVAL)
423 if (IPCOP_MASK (third) &
427 err = sys_semctl (first, second, third, fourth);
428 } else if (third & IPC_64) {
434 if (third == (IPC_SET|IPC_64)) {
443 (IPCOP_MASK (third) &
449 err = sys_semctl (first, second, third, fourth);
470 if (third == IPC_SET) {
479 (IPCOP_MASK (third)
505 do_sys32_msgsnd(int first, int second, int third, void *uptr) argument
527 do_sys32_msgrcv(int first, int second, int msgtyp, int third, int version, void *uptr) argument
656 do_sys32_shmat(int first, int second, int third, int version, void *uptr) argument
781 sys32_ipc(u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsys_sparc.c113 asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) argument
126 err = sys_semget (first, second, third);
136 err = sys_semctl (first, second, third, fourth);
147 second, third);
159 err = sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
163 err = sys_msgrcv (first, (struct msgbuf *) ptr, second, fifth, third);
186 if(put_user (raddr, (ulong *) third))
192 err = sys_shmat (first, (char *) ptr, second, (ulong *) third);
199 err = sys_shmget (first, second, third);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dipc32.c189 semctl32 (int first, int second, int third, void *uptr) argument
196 int version = ipc_parse_version32(&third);
202 if (third == SETVAL)
206 switch (third) {
218 err = sys_semctl(first, second, third, fourth);
226 err = sys_semctl(first, second|IPC_64, third, fourth);
274 do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
292 err = sys_msgsnd(first, p, second, third);
300 do_sys32_msgrcv (int first, int second, int msgtyp, int third, int version, void *uptr) argument
328 err = sys_msgrcv(first, p, second, msgtyp, third);
437 shmat32(int first, int second, int third, int version, void *uptr) argument
612 sys32_ipc(u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dsys_m68k.c139 int third, void *ptr, long fifth)
151 return sys_semget (first, second, third);
158 return sys_semctl (first, second, third, fourth);
167 second, third);
179 tmp.msgtyp, third);
184 second, fifth, third);
204 return put_user (raddr, (ulong *) third);
210 return sys_shmget (first, second, third);
138 sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) argument
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dmodule_syscalls.c45 _syscall5(int, init_module, void *, first, void *, second, void *, third,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys_sparc.c173 asmlinkage int sys_ipc (unsigned call, int first, int second, unsigned long third, void *ptr, long fifth) argument
185 err = sys_semget (first, second, (int)third);
195 err = sys_semctl (first, second | IPC_64, (int)third, fourth);
206 second, (int)third);
209 err = sys_msgrcv (first, (struct msgbuf *) ptr, second, fifth, (int)third);
224 err = sys_shmat (first, (char *) ptr, second, (ulong *) third);
230 err = sys_shmget (first, second, (int)third);
H A Dsys_sparc32.c417 static int do_sys32_semctl(int first, int second, int third, void *uptr) argument
428 if(third == SETVAL)
432 if (IPCOP_MASK (third) &
436 err = sys_semctl (first, second, third, fourth);
437 } else if (third & IPC_64) {
443 if (third == (IPC_SET|IPC_64)) {
452 (IPCOP_MASK (third) &
458 err = sys_semctl (first, second, third, fourth);
471 if (third == IPC_SET) {
480 (IPCOP_MASK (third)
506 do_sys32_msgsnd(int first, int second, int third, void *uptr) argument
528 do_sys32_msgrcv(int first, int second, int msgtyp, int third, int version, void *uptr) argument
648 do_sys32_shmat(int first, int second, int third, int version, void *uptr) argument
764 sys32_ipc(u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dsys_ia32.c2149 semctl32 (int first, int second, int third, void *uptr) argument
2156 int version = ipc_parse_version32(&third);
2162 if (third == SETVAL)
2166 switch (third) {
2178 err = sys_semctl(first, second, third, fourth);
2186 err = sys_semctl(first, second, third, fourth);
2232 do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
2247 err = sys_msgsnd(first, p, second, third);
2255 do_sys32_msgrcv (int first, int second, int msgtyp, int third, int version, void *uptr) argument
2281 err = sys_msgrcv(first, p, second + 4, msgtyp, third);
2390 shmat32(int first, int second, int third, int version, void *uptr) argument
2554 sys32_ipc(u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd.c2649 char first, second, third; local
2666 third = index % 26;
2677 len += sprintf (str + len, "%c", third + 'a');
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dtexinfo.tex48 % third parties on terms identical to those contained in this
50 % warranty protection to some or all third parties, at your option).
69 % years, to give any third party free (except for a nominal
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dres_func.S2000 clrl 8(%a0) |load third lword of ZERO
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex1728 The third example flushes BGP routing tables after a \verb|gated|

Completed in 416 milliseconds