HomeSort by: relevance | last modified time | path
    Searched defs:pg_remove (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_proc.c 259 static struct pgrp * pg_remove(pid_t);
607 pg = pg_remove(ss->s_sid);
1477 * pg_remove: remove a process group from the table.
1482 pg_remove(pid_t pg_id) function in typeref:struct:pgrp *
1545 pg = (ss->s_sid != pg->pg_id) ? pg_remove(pg_id) : NULL;
kern_proc.c 259 static struct pgrp * pg_remove(pid_t);
607 pg = pg_remove(ss->s_sid);
1477 * pg_remove: remove a process group from the table.
1482 pg_remove(pid_t pg_id) function in typeref:struct:pgrp *
1545 pg = (ss->s_sid != pg->pg_id) ? pg_remove(pg_id) : NULL;

Completed in 25 milliseconds