Home
last modified time | relevance | path

Searched refs:SESSION_NULL (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h124 #define SESSION_NULL ((struct session *)NULL) macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_fork.c972 session_find_locked(pid) != SESSION_NULL); in forkproc()
H A Dkern_proc.c2961 pgrp->pg_session = SESSION_NULL; in pgrp_destroy()
3017 struct session *hissess = SESSION_NULL; in fixjobc()
4416 if (sessp == SESSION_NULL || !SESS_LEADER(old_proc, sessp)) { in session_replace_leader()
4479 *sessp = pgrp ? pgrp->pg_session : SESSION_NULL; in proc_pgrp()
H A Dtty.c426 if (oldsessp != SESSION_NULL) { in ttyclose()
3357 if (tp->t_session == SESSION_NULL) { in isbackground()
H A Dproc_info.c811 if (sessp != SESSION_NULL) { in proc_pidbsdinfo()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c2814 if (sessp != SESSION_NULL) { in spec_close_internal()