Home
last modified time | relevance | path

Searched defs:lpt_data (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ppbus/
H A Dlpt.c107 struct lpt_data { struct
108 device_t sc_dev;
109 struct cdev *sc_cdev;
110 struct cdev *sc_cdev_bypass;
111 short sc_state;
114 u_char sc_control;
115 char sc_flags;
122 void *sc_inbuf;
146 ((struct lpt_data *)device_get_softc(dev)) argument