Home
last modified time | relevance | path

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

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