Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dtty_conf.c83 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 …]
H A Dtty.c1031 struct linesw *lp; in ttioctl()
/netbsd-src/sys/sys/
H A Dconf.h226 struct linesw { struct
229 LIST_ENTRY(linesw) l_list; argument
247 int ttyldisc_attach(struct linesw *); argument
248 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 *);
H A Dtty.h124 struct linesw *t_linesw; /* Interface to device drivers. */
/netbsd-src/sys/dev/sun/
H A Dsunms.c99 struct linesw sunms_disc = {
H A Dsunkbd.c101 struct linesw sunkbd_disc = {
/netbsd-src/sys/dev/hpc/
H A Dhpf1275a_tty.c97 static struct linesw hpf1275a_disc = {
/netbsd-src/sys/dev/bluetooth/
H A Dbtuart.c108 static struct linesw btuart_disc = {
H A Dbcsp.c196 static struct linesw bcsp_disc = {
H A Dbth5.c201 static struct linesw bth5_disc = {
/netbsd-src/sys/net/
H A Dif_sl.c206 static struct linesw slip_disc = {
H A Dppp_tty.c143 struct linesw ppp_disc = { /* XXX should be static */
H A Dif_ppp.c180 extern struct linesw ppp_disc;
/netbsd-src/usr.sbin/pstat/
H A Dpstat.c839 struct linesw t_linesw; in ttyprt()
/netbsd-src/sys/dev/ir/
H A Dirframe_tty.c185 static struct linesw irframet_disc = {
/netbsd-src/sys/arch/atari/dev/
H A Dzs.c744 struct linesw *line; in zssoft()
/netbsd-src/sys/dev/pci/
H A Dxmm7360.c160 #define LINESW(tp) (linesw[(tp)->t_line])