Searched refs:PGRP_NULL (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c1042 pgrp = PGRP_NULL;
1065 if(pgrp == PGRP_NULL)
1166 if (pgrp == PGRP_NULL) {
1183 if (mypgrp != PGRP_NULL)
1267 if(mypgrp != PGRP_NULL)
1415 if (hispg != PGRP_NULL)
1424 struct pgrp *hispgrp = PGRP_NULL;
1469 if (hispgrp != PGRP_NULL)
1495 if (pgrp == PGRP_NULL)
2590 if (pg == PGRP_NULL)
[all...]
H A Dtty.c388 if (oldpg != PGRP_NULL)
404 if (pg != PGRP_NULL)
463 if (oldpg != PGRP_NULL)
1118 if (pg == PGRP_NULL) {
1420 if (pg != PGRP_NULL)
1447 if (oldpg != PGRP_NULL)
1455 struct pgrp *pgrp = PGRP_NULL;
1464 else if ((pgrp = pgfind(*(int *)data)) == PGRP_NULL) {
1495 if (oldpg != PGRP_NULL)
2006 if (pg == PGRP_NULL) {
[all...]
H A Dkern_prot.c533 struct pgrp * pg = PGRP_NULL;
536 if (pg != PGRP_NULL)
589 struct pgrp *pg = PGRP_NULL; /* target pgrp */
H A Dkern_resource.c204 struct pgrp *pg = PGRP_NULL;
209 } else if ((pg = pgfind(uap->who)) == PGRP_NULL) {
378 struct pgrp *pg = PGRP_NULL;
383 } else if ((pg = pgfind(uap->who)) == PGRP_NULL)
H A Dkern_sig.c313 if (p->p_pgrp != PGRP_NULL)
315 if (q->p_pgrp != PGRP_NULL)
1602 if (pgrp != PGRP_NULL) {
1614 if (pg != PGRP_NULL) {
H A Dkern_sysctl.c906 if (pg != PGRP_NULL) {
948 if (pg != PGRP_NULL)
966 if (pg != PGRP_NULL) {
1008 if (pg != PGRP_NULL)
H A Dkern_fork.c1188 if (pgfind_internal(nextpid) != PGRP_NULL) {
H A Dtty_dev.c376 if (pg == PGRP_NULL) {
H A Dproc_info.c635 if (pg != PGRP_NULL) {
645 if (pg != PGRP_NULL)
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h183 #define PGRP_NULL (struct pgrp *)0 macro

Completed in 140 milliseconds