Symbol: linesw
sys/arch/atari/dev/zs.c
744
struct linesw *line;
sys/dev/bluetooth/bcsp.c
196
static struct linesw bcsp_disc = {
sys/dev/bluetooth/bth5.c
201
static struct linesw bth5_disc = {
sys/dev/bluetooth/btuart.c
108
static struct linesw btuart_disc = {
sys/dev/hpc/hpf1275a_tty.c
97
static struct linesw hpf1275a_disc = {
sys/dev/ir/irframe_tty.c
185
static struct linesw irframet_disc = {
sys/dev/pci/xmm7360.c
160
#define LINESW(tp) (linesw[(tp)->t_line])
sys/dev/sun/sunkbd.c
101
struct linesw sunkbd_disc = {
sys/dev/sun/sunms.c
99
struct linesw sunms_disc = {
sys/kern/tty.c
1031
struct linesw *lp;
sys/kern/tty_conf.c
101
static struct linesw ntty_disc = { /* old NTTYDISC */
sys/kern/tty_conf.c
114
static LIST_HEAD(, linesw) ttyldisc_list = LIST_HEAD_INITIALIZER(ttyldisc_head);
sys/kern/tty_conf.c
177
static struct linesw *
sys/kern/tty_conf.c
180
struct linesw *disc;
sys/kern/tty_conf.c
194
struct linesw *
sys/kern/tty_conf.c
197
struct linesw *disc;
sys/kern/tty_conf.c
212
struct linesw *
sys/kern/tty_conf.c
215
struct linesw *disc;
sys/kern/tty_conf.c
236
ttyldisc_release(struct linesw *disc)
sys/kern/tty_conf.c
251
ttyldisc_assign_legacy_number(struct linesw *disc)
sys/kern/tty_conf.c
266
struct linesw *ldisc;
sys/kern/tty_conf.c
290
ttyldisc_attach(struct linesw *disc)
sys/kern/tty_conf.c
327
ttyldisc_detach(struct linesw *disc)
sys/kern/tty_conf.c
330
struct linesw *ldisc = ttyldisc_lookup(disc->l_name);
sys/kern/tty_conf.c
354
struct linesw *
sys/kern/tty_conf.c
83
static struct linesw termios_disc = {
sys/net/if_ppp.c
180
extern struct linesw ppp_disc;
sys/net/if_sl.c
206
static struct linesw slip_disc = {
sys/net/ppp_tty.c
143
struct linesw ppp_disc = { /* XXX should be static */
sys/sys/conf.h
229
LIST_ENTRY(linesw) l_list;
sys/sys/conf.h
247
int ttyldisc_attach(struct linesw *);
sys/sys/conf.h
248
int ttyldisc_detach(struct linesw *);
sys/sys/conf.h
249
struct linesw *ttyldisc_lookup(const char *);
sys/sys/conf.h
250
struct linesw *ttyldisc_lookup_bynum(int);
sys/sys/conf.h
251
struct linesw *ttyldisc_default(void);
sys/sys/conf.h
252
void ttyldisc_release(struct linesw *);
sys/sys/tty.h
124
struct linesw *t_linesw; /* Interface to device drivers. */
usr.sbin/pstat/pstat.c
839
struct linesw t_linesw;