Searched refs:bg_pgid (Results 1 – 2 of 2) sorted by relevance
2093 ia_set_process_group(pid_t sid, pid_t bg_pgid, pid_t fg_pgid) in ia_set_process_group() argument2204 if (bg_pgid == 0) in ia_set_process_group()2206 for (bg = (proc_t *)pgfind(bg_pgid); bg != NULL; bg = bg->p_pglink) { in ia_set_process_group()
5614 pid_t sid, fg_pgid, bg_pgid; in strioctl() local5644 bg_pgid = stp->sd_pgidp->pid_id; in strioctl()5645 CL_SET_PROCESS_GROUP(curthread, sid, bg_pgid, fg_pgid); in strioctl()