HomeSort by: relevance | last modified time | path
    Searched refs:NO_PGID (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
proc.h 466 * NO_PGID is used to represent "no process group" for a tty.
469 #define NO_PGID ((pid_t)-1)
  /src/sys/kern/
kern_proc.c 1298 pid_t pg_id = NO_PGID;
1432 if (pg_id != NO_PGID) {
2747 ep->e_tpgid = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PGID;
2813 ki->p_tpgid = NO_PGID; /* may be changed if controlling tty below */
2899 ki->p_tpgid = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PGID;
tty.c 1211 *(int *)data = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PGID;
1453 if (pgid == NO_PGID)
  /src/sys/compat/linux/common/
linux_file.c 430 retval[0] = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PGID;

Completed in 18 milliseconds