/openbsd-src/regress/sys/kern/signal/sigio/ |
H A D | sigio_common.c | 35 int pgid; in test_common_badpgid() local 149 int pgid; in test_common_getown() local
|
/openbsd-src/lib/libc/compat-43/ |
H A D | killpg.c | 38 killpg(pid_t pgid, int sig) in killpg()
|
H A D | setpgrp.c | 35 setpgrp(pid_t pid, pid_t pgid) in setpgrp()
|
/openbsd-src/usr.bin/timeout/ |
H A D | timeout.c | 171 pid_t pgid = 0, pid, cpid = 0; in main() local
|
/openbsd-src/usr.sbin/mtree/ |
H A D | create.c | 268 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode) in statd()
|
/openbsd-src/sys/kern/ |
H A D | kern_sig.c | 663 killpg1(struct proc * cp,int signum,int pgid,int all) killpg1() argument 2357 pid_t pgid = *(int *)data; sigio_setown() local 2462 pid_t pgid = 0; sigio_getown() local [all...] |
H A D | kern_proc.c | 238 pgfind(pid_t pgid) in pgfind() argument
|
H A D | kern_prot.c | 261 pid_t pid, pgid; sys_setpgid() local [all...] |
H A D | tty.c | 993 pid_t pgid = *(int *)data; ttioctl() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | go32-nat.c | 1959 tcsetpgrp (int fd, pid_t pgid) in tcsetpgrp()
|
/openbsd-src/sys/sys/ |
H A D | proc.h | 513 PGRPHASH(pgid) global() argument
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 522 pid_t pgid = (pid_t)va_arg(args, long); in syscall_emulator() local
|
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 432 #define __sanitizer_syscall_pre_setpgid(pid, pgid) \ argument 434 #define __sanitizer_syscall_post_setpgid(res, pid, pgid) \ argument 769 #define __sanitizer_syscall_pre_compat_43_okillpg(pgid, signum) \ argument 772 #define __sanitizer_syscall_post_compat_43_okillpg(res, pgid, signum) \ argument
|
H A D | linux_syscall_hooks.h | 140 #define __sanitizer_syscall_pre_setpgid(pid, pgid) \ argument 142 #define __sanitizer_syscall_post_setpgid(res, pid, pgid) \ argument
|