Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dtty.c379 struct session *oldsessp; in ttyclose() local
425 oldsessp = tp->t_session; in ttyclose()
426 if (oldsessp != SESSION_NULL) { in ttyclose()
427 session_lock(oldsessp); in ttyclose()
428 freetp = session_clear_tty_locked(oldsessp); in ttyclose()
429 session_unlock(oldsessp); in ttyclose()
437 if (oldsessp) { in ttyclose()
438 session_rele(oldsessp); in ttyclose()
1068 struct session *sessp, *oldsessp; in ttioctl_locked() local
1507 oldsessp = tp->t_session; in ttioctl_locked()
[all …]