Searched refs:fg_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() argument2245 if (fg_pgid == 0) in ia_set_process_group()2251 for (fg = (proc_t *)pgfind(fg_pgid); fg != NULL; fg = fg->p_pglink) { in ia_set_process_group()
5613 pid_t sid, fg_pgid, bg_pgid; in strioctl() local5642 fg_pgid = q->p_pgrp; in strioctl()5644 CL_SET_PROCESS_GROUP(curthread, sid, bg_pgid, fg_pgid); in strioctl()