tag | line | file | source code |
pid_t | 22 | arch/alpha/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid_t | 22 | arch/i386/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid_t | 23 | arch/mips/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid_t | 21 | arch/sparc/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid_t | 1308 | drivers/char/tty_io.c | pid_t pgrp; |
pid_t | 1432 | drivers/char/tty_io.c | sizeof (pid_t)); |
pid_t | 1435 | drivers/char/tty_io.c | put_user(real_tty->pgrp, (pid_t *) arg); |
pid_t | 1445 | drivers/char/tty_io.c | pgrp = get_user((pid_t *) arg); |
pid_t | 275 | fs/proc/array.c | static struct task_struct ** get_task(pid_t pid) |
pid_t | 62 | include/asm-alpha/fcntl.h | pid_t l_pid; |
pid_t | 12 | include/asm-alpha/socket.h | #define SIOCSPGRP _IOW('s', 8, pid_t) |
pid_t | 13 | include/asm-alpha/socket.h | #define SIOCGPGRP _IOR('s', 9, pid_t) |
pid_t | 260 | include/asm-alpha/unistd.h | static inline pid_t waitpid(int pid, int * wait_stat, int flags) |
pid_t | 265 | include/asm-alpha/unistd.h | static inline pid_t wait(int * wait_stat) |
pid_t | 61 | include/asm-i386/fcntl.h | pid_t l_pid; |
pid_t | 256 | include/asm-i386/unistd.h | static inline _syscall0(pid_t,setsid) |
pid_t | 263 | include/asm-i386/unistd.h | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
pid_t | 265 | include/asm-i386/unistd.h | static inline pid_t wait(int * wait_stat) |
pid_t | 159 | include/asm-sparc/unistd.h | static inline _syscall0(pid_t,setsid) |
pid_t | 166 | include/asm-sparc/unistd.h | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
pid_t | 187 | include/asm-sparc/unistd.h | static inline pid_t wait(int * wait_stat) |
pid_t | 50 | include/linux/elfcore.h | pid_t pr_pid; |
pid_t | 51 | include/linux/elfcore.h | pid_t pr_ppid; |
pid_t | 52 | include/linux/elfcore.h | pid_t pr_pgrp; |
pid_t | 53 | include/linux/elfcore.h | pid_t pr_sid; |
pid_t | 76 | include/linux/elfcore.h | pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; |
pid_t | 483 | kernel/exit.c | asmlinkage int sys_wait4(pid_t pid,unsigned int * stat_addr, int options, struct rusage * ru) |
pid_t | 574 | kernel/exit.c | asmlinkage int sys_waitpid(pid_t pid,unsigned int * stat_addr, int options) |
pid_t | 471 | kernel/sys.c | asmlinkage int sys_setpgid(pid_t pid, pid_t pgid) |
pid_t | 512 | kernel/sys.c | asmlinkage int sys_getpgid(pid_t pid) |
pid_t | 11 | lib/setsid.c | _syscall0(pid_t,setsid) |
pid_t | 11 | lib/wait.c | _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
pid_t | 13 | lib/wait.c | pid_t wait(int * wait_stat) |