Searched refs:linesw (Results 1 – 17 of 17) sorted by relevance
83 static struct linesw termios_disc = {101 static struct linesw ntty_disc = { /* old NTTYDISC */114 static LIST_HEAD(, linesw) ttyldisc_list = LIST_HEAD_INITIALIZER(ttyldisc_head);177 static struct linesw *180 struct linesw *disc; in ttyldisc_lookup_locked()194 struct linesw *197 struct linesw *disc; in ttyldisc_lookup()212 struct linesw *215 struct linesw *disc; in ttyldisc_lookup_bynum()236 ttyldisc_release(struct linesw *disc) in ttyldisc_release()[all …]
1031 struct linesw *lp; in ttioctl()
226 struct linesw { struct229 LIST_ENTRY(linesw) l_list; argument247 int ttyldisc_attach(struct linesw *); argument248 int ttyldisc_detach(struct linesw *);249 struct linesw *ttyldisc_lookup(const char *);250 struct linesw *ttyldisc_lookup_bynum(int);251 struct linesw *ttyldisc_default(void);252 void ttyldisc_release(struct linesw *);
124 struct linesw *t_linesw; /* Interface to device drivers. */
99 struct linesw sunms_disc = {
101 struct linesw sunkbd_disc = {
97 static struct linesw hpf1275a_disc = {
108 static struct linesw btuart_disc = {
196 static struct linesw bcsp_disc = {
201 static struct linesw bth5_disc = {
206 static struct linesw slip_disc = {
143 struct linesw ppp_disc = { /* XXX should be static */
180 extern struct linesw ppp_disc;
839 struct linesw t_linesw; in ttyprt()
185 static struct linesw irframet_disc = {
744 struct linesw *line; in zssoft()
160 #define LINESW(tp) (linesw[(tp)->t_line])