Home
last modified time | relevance | path

Searched refs:NO_PGID (Results 1 – 7 of 7) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/netmod/ofi/
H A Dofi_msg.c21 pgid = NO_PGID; \
28 if (NO_PGID == pgid) { \
H A Dofi_impl.h210 #define NO_PGID 0 macro
H A Dofi_cm.c34 if (NO_PGID == wc_pgid) { in ofi_wc_to_vc()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_proc.c858 pid_t pg_id = NO_PGID; in proc_enterpgrp()
993 if (pg_id != NO_PGID) { in proc_enterpgrp()
2203 ep->e_tpgid = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PGID; in fill_eproc()
2273 ki->p_tpgid = NO_PGID; /* may be changed if controlling tty below */ in fill_kproc2()
2359 ki->p_tpgid = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PGID; in fill_kproc2()
H A Dtty.c1095 *(int *)data = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PGID; in ttioctl()
1331 if (pgid == NO_PGID) in ttioctl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dproc.h448 #define NO_PGID ((pid_t)-1) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_file.c397 retval[0] = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PGID; in linux_sys_fcntl()