| 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/ppc/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
| pid_t | 24 | arch/sparc/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid, unsigned long *stat_addr, int options); |
| pid_t | 770 | arch/sparc/kernel/sys_sunos.c | extern asmlinkage int sys_setpgid(pid_t, pid_t); |
| pid_t | 772 | arch/sparc/kernel/sys_sunos.c | asmlinkage int sunos_setpgrp(pid_t pid, pid_t pgid) |
| pid_t | 785 | arch/sparc/kernel/sys_sunos.c | extern asmlinkage int sys_wait4(pid_t, unsigned int *, int, struct rusage *); |
| pid_t | 786 | arch/sparc/kernel/sys_sunos.c | asmlinkage int sunos_wait4(pid_t pid, unsigned int *stat_addr, int options, struct rusage *ru) |
| pid_t | 1353 | drivers/char/tty_io.c | pid_t pgrp; |
| pid_t | 1477 | drivers/char/tty_io.c | sizeof (pid_t)); |
| pid_t | 1480 | drivers/char/tty_io.c | put_user(real_tty->pgrp, (pid_t *) arg); |
| pid_t | 1490 | drivers/char/tty_io.c | pgrp = get_user((pid_t *) arg); |
| pid_t | 302 | 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 | 278 | include/asm-alpha/unistd.h | static inline pid_t waitpid(int pid, int * wait_stat, int flags) |
| pid_t | 283 | 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 | 266 | include/asm-i386/unistd.h | static inline _syscall0(pid_t,setsid) |
| pid_t | 273 | include/asm-i386/unistd.h | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
| pid_t | 275 | include/asm-i386/unistd.h | static inline pid_t wait(int * wait_stat) |
| pid_t | 288 | include/asm-i386/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
| pid_t | 63 | include/asm-mips/fcntl.h | pid_t l_pid; |
| pid_t | 12 | include/asm-mips/socket.h | #define SIOCSPGRP _IOW('s', 8, pid_t) |
| pid_t | 13 | include/asm-mips/socket.h | #define SIOCGPGRP _IOR('s', 9, pid_t) |
| pid_t | 1301 | include/asm-mips/unistd.h | static inline _syscall0(pid_t,setsid) |
| pid_t | 1308 | include/asm-mips/unistd.h | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
| pid_t | 1310 | include/asm-mips/unistd.h | static inline pid_t wait(int * wait_stat) |
| pid_t | 1323 | include/asm-mips/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
| pid_t | 61 | include/asm-ppc/fcntl.h | pid_t l_pid; |
| pid_t | 271 | include/asm-ppc/unistd.h | static inline _syscall0(pid_t,setsid) |
| pid_t | 278 | include/asm-ppc/unistd.h | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
| pid_t | 323 | include/asm-ppc/unistd.h | static inline pid_t wait(int * wait_stat) |
| pid_t | 61 | include/asm-sparc/fcntl.h | pid_t l_pid; |
| pid_t | 404 | include/asm-sparc/unistd.h | static inline _syscall0(pid_t,setsid) |
| pid_t | 411 | include/asm-sparc/unistd.h | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
| pid_t | 426 | include/asm-sparc/unistd.h | static inline pid_t wait(int * wait_stat) |
| pid_t | 441 | include/asm-sparc/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
| 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 | 551 | kernel/exit.c | asmlinkage int sys_wait4(pid_t pid,unsigned int * stat_addr, int options, struct rusage * ru) |
| pid_t | 644 | kernel/exit.c | asmlinkage int sys_waitpid(pid_t pid,unsigned int * stat_addr, int options) |
| pid_t | 492 | kernel/sys.c | asmlinkage int sys_setpgid(pid_t pid, pid_t pgid) |
| pid_t | 533 | kernel/sys.c | asmlinkage int sys_getpgid(pid_t pid) |
| pid_t | 551 | kernel/sys.c | asmlinkage int sys_getsid(pid_t pid) |
| pid_t | 449 | mm/swap.c | pid_t pid = tsk->pid; |