Symbol: lpt_softc
sys/arch/acorn32/mainbus/lpt_pioc.c
192
struct lpt_softc *sc = device_private(self);
sys/arch/acorn32/mainbus/lpt_pioc.c
62
CFATTACH_DECL_NEW(lpt_pioc, sizeof(struct lpt_softc),
sys/arch/algor/dev/lpt_mainbus.c
50
struct lpt_softc sc_lpt; /* real "lpt" softc */
sys/arch/algor/dev/lpt_mainbus.c
78
struct lpt_softc *sc = &msc->sc_lpt;
sys/arch/alpha/jensenio/lpt_jensenio.c
63
struct lpt_softc sc_lpt; /* real "lpt" softc */
sys/arch/alpha/jensenio/lpt_jensenio.c
91
struct lpt_softc *sc = &jsc->sc_lpt;
sys/arch/alpha/sableio/lpt_sableio.c
62
struct lpt_softc sc_lpt; /* real "lpt" softc */
sys/arch/alpha/sableio/lpt_sableio.c
90
struct lpt_softc *sc = &ssc->sc_lpt;
sys/arch/amiga/dev/lpt_supio.c
58
struct lpt_softc sc_lpt;
sys/arch/amiga/dev/lpt_supio.c
97
struct lpt_softc *lsc = &sc->sc_lpt;
sys/arch/arc/jazz/lpt_jazzio.c
171
struct lpt_softc *sc = device_private(self);
sys/arch/arc/jazz/lpt_jazzio.c
76
CFATTACH_DECL_NEW(lpt_jazzio, sizeof(struct lpt_softc),
sys/arch/atari/dev/lpt.c
123
static int pushbytes (struct lpt_softc *);
sys/arch/atari/dev/lpt.c
125
int lptintr (struct lpt_softc *);
sys/arch/atari/dev/lpt.c
135
CFATTACH_DECL_NEW(lp, sizeof(struct lpt_softc),
sys/arch/atari/dev/lpt.c
170
struct lpt_softc *sc = device_private(self);
sys/arch/atari/dev/lpt.c
192
struct lpt_softc *sc;
sys/arch/atari/dev/lpt.c
249
struct lpt_softc *sc = arg;
sys/arch/atari/dev/lpt.c
262
struct lpt_softc *sc = device_lookup_private(&lp_cd, LPTUNIT(dev));
sys/arch/atari/dev/lpt.c
285
pushbytes(struct lpt_softc *sc)
sys/arch/atari/dev/lpt.c
345
struct lpt_softc *sc = device_lookup_private(&lp_cd,LPTUNIT(dev));
sys/arch/atari/dev/lpt.c
371
lptintr(struct lpt_softc *sc)
sys/arch/atari/dev/lpt.c
399
struct lpt_softc *sc;
sys/arch/atari/dev/lpt.c
411
struct lpt_softc *sc;
sys/arch/evbppc/explora/dev/lpt_elb.c
51
CFATTACH_DECL_NEW(lpt_elb, sizeof(struct lpt_softc),
sys/arch/evbppc/explora/dev/lpt_elb.c
68
struct lpt_softc *sc = device_private(self);
sys/arch/hppa/dev/lpt_ssio.c
33
CFATTACH_DECL_NEW(lpt_ssio, sizeof(struct lpt_softc),
sys/arch/hppa/dev/lpt_ssio.c
55
struct lpt_softc *sc = device_private(self);
sys/arch/hppa/gsc/lpt_gsc.c
200
struct lpt_softc *sc = device_private(self);
sys/arch/hppa/gsc/lpt_gsc.c
86
CFATTACH_DECL_NEW(lpt_gsc, sizeof(struct lpt_softc),
sys/arch/i386/pnpbios/lpt_pnpbios.c
50
struct lpt_softc sc_lpt;
sys/arch/i386/pnpbios/lpt_pnpbios.c
75
struct lpt_softc *sc = &psc->sc_lpt;
sys/arch/mvme68k/dev/lpt_pcc.c
102
struct lpt_softc *sc;
sys/arch/mvme68k/dev/lpt_pcc.c
146
struct lpt_softc *sc;
sys/arch/mvme68k/dev/lpt_pcc.c
167
lpt_pcc_open(struct lpt_softc *sc, int int_ena)
sys/arch/mvme68k/dev/lpt_pcc.c
183
lpt_pcc_close(struct lpt_softc *sc)
sys/arch/mvme68k/dev/lpt_pcc.c
193
lpt_pcc_iprime(struct lpt_softc *sc)
sys/arch/mvme68k/dev/lpt_pcc.c
202
lpt_pcc_speed(struct lpt_softc *sc, int speed)
sys/arch/mvme68k/dev/lpt_pcc.c
212
lpt_pcc_notrdy(struct lpt_softc *sc, int err)
sys/arch/mvme68k/dev/lpt_pcc.c
244
lpt_pcc_wr_data(struct lpt_softc *sc, u_char data)
sys/arch/mvme68k/dev/lpt_pcc.c
57
static void lpt_pcc_open(struct lpt_softc *, int);
sys/arch/mvme68k/dev/lpt_pcc.c
58
static void lpt_pcc_close(struct lpt_softc *);
sys/arch/mvme68k/dev/lpt_pcc.c
59
static void lpt_pcc_iprime(struct lpt_softc *);
sys/arch/mvme68k/dev/lpt_pcc.c
60
static void lpt_pcc_speed(struct lpt_softc *, int);
sys/arch/mvme68k/dev/lpt_pcc.c
61
static int lpt_pcc_notrdy(struct lpt_softc *, int);
sys/arch/mvme68k/dev/lpt_pcc.c
62
static void lpt_pcc_wr_data(struct lpt_softc *, u_char);
sys/arch/mvme68k/dev/lpt_pcc.c
79
CFATTACH_DECL_NEW(lpt_pcc, sizeof(struct lpt_softc),
sys/arch/sgimips/mace/lpt_mace.c
64
struct lpt_softc sc_lpt;
sys/arch/sgimips/mace/lpt_mace.c
86
struct lpt_softc *sc = &msc->sc_lpt;
sys/arch/sparc64/dev/lpt_ebus.c
52
CFATTACH_DECL_NEW(lpt_ebus, sizeof(struct lpt_softc),
sys/arch/sparc64/dev/lpt_ebus.c
73
struct lpt_softc *sc = device_private(self);
sys/dev/acpi/lpt_acpi.c
47
struct lpt_softc sc_lpt;
sys/dev/acpi/lpt_acpi.c
80
struct lpt_softc *sc = &asc->sc_lpt;
sys/dev/ic/lpt.c
119
lpt_attach_subr(struct lpt_softc *sc)
sys/dev/ic/lpt.c
140
struct lpt_softc *sc = device_private(self);
sys/dev/ic/lpt.c
155
struct lpt_softc *sc;
sys/dev/ic/lpt.c
230
lptnotready(u_char status, struct lpt_softc *sc)
sys/dev/ic/lpt.c
256
struct lpt_softc *sc = arg;
sys/dev/ic/lpt.c
273
struct lpt_softc *sc =
sys/dev/ic/lpt.c
294
lptpushbytes(struct lpt_softc *sc)
sys/dev/ic/lpt.c
367
struct lpt_softc *sc =
sys/dev/ic/lpt.c
396
struct lpt_softc *sc = arg;
sys/dev/ic/lptvar.h
90
int lptnotready(u_char, struct lpt_softc *);
sys/dev/ic/lptvar.h
92
int lptpushbytes(struct lpt_softc *);
sys/dev/ic/lptvar.h
94
void lpt_attach_subr(struct lpt_softc *);
sys/dev/isa/lpt_isa.c
220
struct lpt_softc *lsc = &sc->sc_lpt;
sys/dev/isa/lpt_isa.c
259
struct lpt_softc *lsc = &sc->sc_lpt;
sys/dev/isa/lpt_isa.c
87
struct lpt_softc sc_lpt;
sys/dev/mvme/lpt_mvme.c
123
static int pushbytes(struct lpt_softc *);
sys/dev/mvme/lpt_mvme.c
148
lpt_attach_subr(struct lpt_softc *sc)
sys/dev/mvme/lpt_mvme.c
162
struct lpt_softc *sc;
sys/dev/mvme/lpt_mvme.c
226
struct lpt_softc *sc;
sys/dev/mvme/lpt_mvme.c
244
struct lpt_softc *sc;
sys/dev/mvme/lpt_mvme.c
264
pushbytes(struct lpt_softc *sc)
sys/dev/mvme/lpt_mvme.c
323
struct lpt_softc *sc;
sys/dev/mvme/lpt_mvme.c
352
lpt_intr(struct lpt_softc *sc)
sys/dev/mvme/lpt_pcctwo.c
112
struct lpt_softc *sc;
sys/dev/mvme/lpt_pcctwo.c
161
struct lpt_softc *sc;
sys/dev/mvme/lpt_pcctwo.c
164
sc = (struct lpt_softc *) arg;
sys/dev/mvme/lpt_pcctwo.c
180
lpt_pcctwo_open(struct lpt_softc *sc, int int_ena)
sys/dev/mvme/lpt_pcctwo.c
199
lpt_pcctwo_close(struct lpt_softc *sc)
sys/dev/mvme/lpt_pcctwo.c
208
lpt_pcctwo_iprime(struct lpt_softc *sc)
sys/dev/mvme/lpt_pcctwo.c
223
lpt_pcctwo_speed(struct lpt_softc *sc, int speed)
sys/dev/mvme/lpt_pcctwo.c
238
lpt_pcctwo_notrdy(struct lpt_softc *sc, int err)
sys/dev/mvme/lpt_pcctwo.c
269
lpt_pcctwo_wr_data(struct lpt_softc *sc, u_char data)
sys/dev/mvme/lpt_pcctwo.c
58
CFATTACH_DECL_NEW(lpt_pcctwo, sizeof(struct lpt_softc),
sys/dev/mvme/lpt_pcctwo.c
65
void lpt_pcctwo_open(struct lpt_softc *, int);
sys/dev/mvme/lpt_pcctwo.c
66
void lpt_pcctwo_close(struct lpt_softc *);
sys/dev/mvme/lpt_pcctwo.c
67
void lpt_pcctwo_iprime(struct lpt_softc *);
sys/dev/mvme/lpt_pcctwo.c
68
void lpt_pcctwo_speed(struct lpt_softc *, int);
sys/dev/mvme/lpt_pcctwo.c
69
int lpt_pcctwo_notrdy(struct lpt_softc *, int);
sys/dev/mvme/lpt_pcctwo.c
70
void lpt_pcctwo_wr_data(struct lpt_softc *, u_char);
sys/dev/mvme/lptvar.h
74
void (*lf_open)(struct lpt_softc *, int);
sys/dev/mvme/lptvar.h
75
void (*lf_close)(struct lpt_softc *);
sys/dev/mvme/lptvar.h
76
void (*lf_iprime)(struct lpt_softc *);
sys/dev/mvme/lptvar.h
77
void (*lf_speed)(struct lpt_softc *, int);
sys/dev/mvme/lptvar.h
78
int (*lf_notrdy)(struct lpt_softc *, int);
sys/dev/mvme/lptvar.h
79
void (*lf_wrdata)(struct lpt_softc *, u_char);
sys/dev/mvme/lptvar.h
85
extern void lpt_attach_subr(struct lpt_softc *);
sys/dev/mvme/lptvar.h
86
extern int lpt_intr(struct lpt_softc *);
sys/dev/ofisa/lpt_ofisa.c
59
struct lpt_softc sc_lpt; /* real "lpt" softc */
sys/dev/ofisa/lpt_ofisa.c
94
struct lpt_softc *sc = &osc->sc_lpt;
sys/dev/pci/lpt_puc.c
117
CFATTACH_DECL_NEW(lpt_puc, sizeof(struct lpt_softc),
sys/dev/pci/lpt_puc.c
70
struct lpt_softc *sc = device_private(self);
sys/dev/ppbus/lpt.c
101
CFATTACH_DECL_NEW(lpt_ppbus, sizeof(struct lpt_softc), lpt_probe, lpt_attach,
sys/dev/ppbus/lpt.c
130
static int lpt_request_ppbus(struct lpt_softc *, int);
sys/dev/ppbus/lpt.c
131
static int lpt_release_ppbus(struct lpt_softc *, int);
sys/dev/ppbus/lpt.c
147
struct lpt_softc * sc = device_private(self);
sys/dev/ppbus/lpt.c
205
struct lpt_softc * lpt = device_private(self);
sys/dev/ppbus/lpt.c
243
lpt_request_ppbus(struct lpt_softc * lpt, int how)
sys/dev/ppbus/lpt.c
262
lpt_release_ppbus(struct lpt_softc * lpt, int how)
sys/dev/ppbus/lpt.c
427
struct lpt_softc * lpt;
sys/dev/ppbus/lpt.c
519
struct lpt_softc *sc = device_private(dev);
sys/dev/ppbus/lpt.c
542
struct lpt_softc *sc = device_private(dev);
sys/dev/ppbus/lpt.c
584
struct lpt_softc * sc = device_private(dev);
sys/dev/ppbus/lpt.c
625
struct lpt_softc *sc = device_private(dev);