/freebsd/lib/libc/compat-43/ |
H A D | killpg.c | 40 killpg(pid_t pgid, int sig) in killpg()
|
H A D | setpgrp.c | 36 setpgrp(pid_t pid, pid_t pgid) in setpgrp()
|
/freebsd/sys/fs/procfs/ |
H A D | procfs_status.c | 72 int pid, ppid, pgid, sid; procfs_doprocstatus() local
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | spa_os.c | 84 uint64_t pgid; in spa_generate_rootconf() local
|
/freebsd/contrib/kyua/utils/process/ |
H A D | operations.cpp | 213 process::terminate_group(const int pgid) in terminate_group()
|
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | child.c | 225 pid_t pid, sid, pgid; in child_leader_run() local
|
/freebsd/contrib/mtree/ |
H A D | create.c | 334 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, in statd()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | port-aix.c | 443 getgrouplist(const char *user, gid_t pgid, gid_t *groups, int *grpcnt) in getgrouplist()
|
/freebsd/crypto/openssl/apps/ |
H A D | ocsp.c | 44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|
/freebsd/sys/kern/ |
H A D | kern_proc.c | 490 pgfind(pid_t pgid) in pgfind() 576 enterpgrp(struct proc *p, pid_t pgid, struct pgrp *pgrp, struct session *sess) in enterpgrp()
|
H A D | uipc_syscalls.c | 334 pid_t pgid; in kern_accept4() local
|
H A D | kern_sig.c | 1839 killpg1(struct thread *td, int sig, int pgid, int all, ksiginfo_t *ksi) in killpg1() 1983 int pgid; member
|
H A D | kern_descrip.c | 1195 fsetown(pid_t pgid, struct sigio **sigiop) in fsetown() argument 1281 pid_t pgid; in fgetown() local [all...] |
H A D | kern_prot.c | 404 int pgid; /* target pgrp id */ member
|
/freebsd/contrib/openbsm/bsm/ |
H A D | libbsm.h | 416 u_int32_t pgid; member
|
/freebsd/sys/security/mac_lomac/ |
H A D | mac_lomac.c | 499 pid_t pgid; in maybe_demote() local
|
/freebsd/contrib/llvm-project/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
|
/freebsd/sys/sys/ |
H A D | proc.h | 1070 #define PGRPHASH(pgid) (&pgrphashtbl[(pgid) & pgrphash]) argument
|
H A D | sysproto.h | 289 char pgid_l_[PADL_(int)]; int pgid; char pgid_r_[PADR_(int)]; member 2426 char pgid_l_[PADL_(int)]; int pgid; char pgid_r_[PADR_(int)]; member
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 2401 __be32 pgid; member 2403 } pgid; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 7425 __be32 pgid; member 7427 } pgid; member
|