Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty.c341 struct session *oldsessp; in ttyclose() local
366 oldsessp = tp->t_session; in ttyclose()
367 if (oldsessp != SESSION_NULL) { in ttyclose()
368 session_lock(oldsessp); in ttyclose()
369 freetp = session_clear_tty_locked(oldsessp); in ttyclose()
370 session_unlock(oldsessp); in ttyclose()
378 if (oldsessp) { in ttyclose()
379 session_rele(oldsessp); in ttyclose()
1007 struct session *sessp, *oldsessp; in ttioctl_locked() local
1396 oldsessp = tp->t_session; in ttioctl_locked()
[all …]