| /src/sys/miscfs/procfs/ |
| procfs_status.c | 101 int pid, ppid, pgid, sid; local 112 pgid = p->p_pgrp->pg_id; 139 /* comm pid ppid pgid sid maj,min ctty,sldr start ut st wmsg uid gid groups ... */ 145 pid, ppid, pgid, sid);
|
| /src/sys/compat/common/ |
| kern_sig_43.c | 264 syscallarg(int) pgid; 268 int pgid = SCARG(uap, pgid); local 270 pgid &= kern_sig_43_pgid_mask; 279 return killpg1(l, &ksi, pgid, 0);
|
| /src/usr.bin/newgrp/ |
| grutil.c | 113 gid_t pgid; local 117 pgid = pwd->pw_gid; 119 if (groups[i] != pgid)
|
| /src/usr.bin/timeout/ |
| timeout.c | 191 pid_t pgid, pid, cpid; local 212 pgid = -1; 259 pgid = setpgid(0,0); 261 if (pgid == -1) 322 killpg(pgid, killsig); 336 killpg(pgid, killsig);
|
| /src/sys/kern/ |
| kern_prot.c | 262 * pgid must be in valid range (EINVAL) 267 * if pgid != pid 268 * there must exist some pid in same session having pgid (EPERM) 279 syscallarg(int) pgid; 282 pid_t targp, pgid; local 284 if (SCARG(uap, pgid) < 0) 288 if ((pgid = SCARG(uap, pgid)) == 0) 289 pgid = targp; 291 return proc_enterpgrp(p, targp, pgid, false) [all...] |
| tty.c | 1410 pid_t pgid = *(pid_t *)data; local 1419 if (pgid < 0) { 1420 if (pgid <= INT_MIN) { 1424 pgrp = pgrp_find(-pgid); 1431 p1 = proc_find(pgid); 1451 pid_t pgid = *(pid_t *)data; local 1453 if (pgid == NO_PGID) 1461 pgrp = pgrp_find(pgid);
|
| /src/sys/compat/linux/common/ |
| linux_file.c | 301 long pgid; local 435 pgid = -(long)arg; 442 pgid = (long)p1->p_pgrp->pg_id; 444 pgrp = pgrp_find(pgid);
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 196 syscallarg(int) pgid; member in struct:sunos_sys_setpgrp_args
|
| /src/sys/compat/sunos32/ |
| sunos32_syscallargs.h | 208 syscallarg(int) pgid; member in struct:sunos32_sys_setpgrp_args
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 174 syscallarg(int) pgid; member in struct:ultrix_sys_setpgrp_args
|
| /src/usr.sbin/pstat/ |
| pstat.c | 807 " LINE RAW CAN OUT HWT LWT COL STATE %-*s PGID DISC\n", 842 pid_t pgid; local 864 pgid = 0; 866 KGET2(&tp->t_pgrp->pg_id, &pgid, sizeof(pid_t), "pgid"); 867 PRWORD(ovflw, " %*d", 6, 1, pgid);
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 363 /* A simple PID/PGID pair. */ 368 : pid (pid_), pgid (pgid_) 375 return pid == pgid; 380 /* Sort by PGID. */ 381 if (this->pgid != other.pgid) 382 return this->pgid < other.pgid; 397 PID_T pid, pgid; member in struct:pid_pgid_entry 417 associated PGID. * 420 PID_T pid, pgid; local 441 PID_T pgid = entry.pgid; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 363 /* A simple PID/PGID pair. */ 368 : pid (pid_), pgid (pgid_) 375 return pid == pgid; 380 /* Sort by PGID. */ 381 if (this->pgid != other.pgid) 382 return this->pgid < other.pgid; 397 PID_T pid, pgid; member in struct:pid_pgid_entry 417 associated PGID. * 420 PID_T pid, pgid; local 441 PID_T pgid = entry.pgid; local [all...] |
| /src/sys/coda/ |
| coda.h | 373 u_short pgid; /* Common to all */ member in struct:coda_in_hdr 382 pid_t pgid; /* Common to all */ member in struct:coda_in_hdr
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa.c | 3943 uint64_t pgid; local 3954 &pgid) == 0); 3964 VERIFY(nvlist_add_uint64(nvroot, ZPOOL_CONFIG_GUID, pgid) == 0); 4146 uint64_t pgid; local 4217 &pgid) == 0); 4222 VERIFY(nvlist_add_uint64(nvroot, ZPOOL_CONFIG_GUID, pgid) == 0);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_syscallargs.h | 434 syscallarg(int) pgid; member in struct:netbsd32_setpgid_args 799 syscallarg(int) pgid; member in struct:compat_43_netbsd32_killpg_args
|
| /src/sys/sys/ |
| syscallargs.h | 499 syscallarg(pid_t) pgid; member in struct:sys_setpgid_args 925 syscallarg(int) pgid; member in struct:compat_43_sys_killpg_args
|