Home
last modified time | relevance | path

Searched defs:pgrp (Results 1 – 20 of 20) sorted by relevance

/dflybsd-src/sys/sys/
H A Dproc.h108 struct pgrp { struct
110 struct proclist pg_members; /* Pointer to pgrp members. */ argument
114 int pg_jobc; /* # procs qualifying pgrp for job control */ argument
115 u_int pg_refs;
116 struct lwkt_token pg_token;
117 struct lock pg_lock;
/dflybsd-src/usr.bin/window/
H A Dwwenviron.c55 int pgrp = getpid(); in wwenviron() local
/dflybsd-src/sys/kern/
H A Dkern_proc.c637 pgref(struct pgrp *pgrp) in pgref()
643 pgrel(struct pgrp *pgrp) in pgrel()
702 struct pgrp *pgrp; in pgfind() local
729 struct pgrp *pgrp; in enterpgrp() local
963 fixjobc(struct proc *p, struct pgrp *pgrp, int entering) in fixjobc()
1561 struct pgrp *pgrp; in DB_SHOW_COMMAND() local
H A Dkern_kinfo.c120 struct pgrp *pgrp; in fill_kinfo_proc() local
H A Dkern_sig.c710 struct pgrp *pgrp; in dokillpg() local
908 struct pgrp *pgrp; in gsignal() local
922 pgsignal(struct pgrp *pgrp, int sig, int checkctty) in pgsignal()
H A Dtty.c1218 struct pgrp *pgrp = pgfind(pgid); in ttioctl() local
2502 struct pgrp *pgrp; in ttyinfo() local
H A Dkern_descrip.c1193 struct pgrp *pgrp; in funsetown() local
1251 struct pgrp *pgrp = NULL; in fsetown() local
H A Dkern_prot.c364 struct pgrp *pgrp = NULL; /* target pgrp */ in sys_setpgid() local
/dflybsd-src/bin/sh/
H A Djobs.c102 pid_t pgrp; /* process group of this job */ member
262 pid_t pgrp; in fgcmd() local
905 pid_t pgrp; in forkshell() local
/dflybsd-src/contrib/tcsh-6/
H A Dsh.proc.c1793 pid_t pgrp; in pfork() local
1964 setttypgrp(int pgrp) in setttypgrp()
2008 pgetty(int wanttty, pid_t pgrp) in pgetty()
H A Dsh.sem.c522 pid_t pgrp; in execute() local
H A Dtc.os.h402 # define setpgid(pid, pgrp) setpgrp(pid, pgrp) argument
H A Dtc.os.c1008 int pgrp; in xtcgetpgrp() local
1023 xtcsetpgrp(int fd, int pgrp) in xtcsetpgrp()
H A Dsh.c2551 pid_t pgrp; in grabpgrp() local
/dflybsd-src/contrib/tnftp/src/
H A Dprogressbar.c70 static pid_t pgrp = -1; in foregroundproc() local
/dflybsd-src/lib/libc/gen/
H A Dtermios.c82 tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp()
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbsd-misc.c417 killpg(pid_t pgrp, int sig) in killpg()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dinflow.c218 terminal_init_inferior_with_pgrp (int pgrp) in terminal_init_inferior_with_pgrp()
/dflybsd-src/lib/libkvm/
H A Dkvm_proc.c200 struct pgrp pgrp; in kvm_proclist() local
/dflybsd-src/usr.bin/fetch/
H A Dfetch.c88 static pid_t pgrp; /* our process group */ variable