Searched refs:bg_pgid (Results 1 – 2 of 2) sorted by relevance
2190 ia_set_process_group(pid_t sid, pid_t bg_pgid, pid_t fg_pgid) in ia_set_process_group() argument2305 if (bg_pgid == 0) in ia_set_process_group()2307 for (bg = (proc_t *)pgfind(bg_pgid); bg != NULL; bg = bg->p_pglink) { in ia_set_process_group()
5613 pid_t sid, fg_pgid, bg_pgid; in strioctl() local5643 bg_pgid = stp->sd_pgidp->pid_id; in strioctl()5644 CL_SET_PROCESS_GROUP(curthread, sid, bg_pgid, fg_pgid); in strioctl()