Home
last modified time | relevance | path

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

/netbsd/usr.sbin/pstat/
H A Dpstat.c800 struct ttylist_head tty_head; in ttymode() local
805 KGET(TTY_TTYLIST, tty_head); in ttymode()
809 for (tp = tty_head.tqh_first; tp; tp = tty.tty_link.tqe_next) { in ttymode()