Searched refs:ttylist (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ttyflags/
H A Dttyflags.c136 change_ttys(char **ttylist) argument
142 for (; *ttylist != NULL; ttylist++) {
143 tep = getttynam(*ttylist);
146 _PATH_TTYS, *ttylist);
/netbsd-6-1-5-RELEASE/usr.bin/last/
H A Dlast.c109 static TTY *ttylist; /* head of linked list */ variable
295 cur->next = ttylist;
298 return (ttylist = cur);
H A Dwant.c170 for (T = ttylist; T; T = T->next)
206 for (T = ttylist;; T = T->next) {
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dtty.c198 struct ttylist_head ttylist = TAILQ_HEAD_INITIALIZER(ttylist); variable in typeref:struct:ttylist_head
2698 * the ttylist. This is why this call is not done from tty_alloc().
2709 TAILQ_INSERT_TAIL(&ttylist, tp, tty_link);
2727 TAILQ_REMOVE(&ttylist, tp, tty_link);

Completed in 70 milliseconds