/linux-2.4.37.9/arch/sparc64/solaris/ |
D | signal.c | 332 int (*sys_wait4)(pid_t,unsigned int *, int, struct rusage *) = in solaris_wait() local 336 ret = sys_wait4(-1, (unsigned int *)A(stat_loc), WUNTRACED, NULL); in solaris_wait() 352 int (*sys_wait4)(pid_t,unsigned int *, int, struct rusage *) = in solaris_waitid() local 366 ret = sys_wait4(pid, (unsigned int *)A(info), opts, NULL); in solaris_waitid()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | s390_ksyms.c | 69 EXPORT_SYMBOL(sys_wait4);
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | s390_ksyms.c | 86 EXPORT_SYMBOL(sys_wait4);
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | unistd.h | 145 __SYSCALL(__NR_wait4, sys_wait4) 687 extern long sys_wait4(pid_t, unsigned int *, int, struct rusage *); 690 return sys_wait4(pid, wait_stat, flags, NULL);
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | armksyms.c | 262 EXPORT_SYMBOL(sys_wait4);
|
D | calls.S | 131 .long SYMBOL_NAME(sys_wait4)
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | x8664_ksyms.c | 202 EXPORT_SYMBOL(sys_wait4);
|
/linux-2.4.37.9/kernel/ |
D | exit.c | 491 asmlinkage long sys_wait4(pid_t pid,unsigned int * stat_addr, int options, struct rusage * ru) in sys_wait4() function 597 return sys_wait4(pid, stat_addr, options, NULL); in sys_waitpid()
|
/linux-2.4.37.9/include/asm-arm/ |
D | unistd.h | 493 return sys_wait4((int)pid, wait_stat, options, NULL); in waitpid() 504 return sys_wait4(-1, wait_stat, 0, NULL); in wait()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | alpha_ksyms.c | 168 EXPORT_SYMBOL(sys_wait4);
|
D | osf_sys.c | 1189 return sys_wait4(pid, ustatus, options, NULL); in osf_wait4() 1196 ret = sys_wait4(pid, &status, options, &r); in osf_wait4()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | syscalls.h | 131 SYS(sys_wait4, 4)
|
/linux-2.4.37.9/include/asm-s390x/ |
D | unistd.h | 347 return sys_wait4(pid, wait_stat, flags, NULL); in _syscall0()
|
/linux-2.4.37.9/include/asm-parisc/ |
D | unistd.h | 889 return sys_wait4((int)pid, wait_stat, options, NULL); in waitpid() 900 return sys_wait4(-1, wait_stat, 0, NULL); in wait()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | signal.c | 79 extern long sys_wait4(pid_t pid, unsigned int *stat_addr, 633 while (sys_wait4(-1, NULL, WNOHANG, NULL) > 0) in get_signal_to_deliver()
|
D | signal32.c | 117 extern asmlinkage long sys_wait4(pid_t pid,unsigned int * stat_addr, int options, struct rusage * r… 1152 while (sys_wait4(-1, NULL, WNOHANG, NULL) > 0) in do_signal32()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | systbls.S | 22 /*5*/ .long sys_open, sys_close, sys_wait4, sys_creat, sys_link
|
/linux-2.4.37.9/include/asm-s390/ |
D | unistd.h | 378 return sys_wait4(pid, wait_stat, flags, NULL); in _syscall0()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | scall_64.S | 197 PTR sys_wait4
|
D | signal.c | 450 while (sys_wait4(-1, NULL, WNOHANG, NULL) > 0) in do_signal()
|
/linux-2.4.37.9/include/asm-alpha/ |
D | unistd.h | 594 return sys_wait4(pid, wait_stat, flags, NULL); in waitpid()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | entry.S | 536 .long SYMBOL_NAME(sys_wait4)
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | systbls.S | 82 /*5*/ .word sys_open, sys_close, sys_wait4, sys_creat, sys_link
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | signal.c | 495 while (sys_wait4(-1, NULL, WNOHANG, NULL) > 0) in do_signal()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | signal.c | 644 while (sys_wait4(-1, NULL, WNOHANG, NULL) > 0) in do_signal()
|