Searched defs:rd_softc (Results 1 – 4 of 4) sorted by relevance
61 struct rd_softc { struct62 device_t sc_dev;63 struct disk sc_dkdev;64 struct callout sc_restart_ch;65 int sc_slave; /* HP-IB slave */66 int sc_punit; /* physical unit on slave */67 int sc_flags;68 short sc_type;69 char *sc_addr;70 int sc_resid;[all …]
67 struct rd_softc { struct88 static int rdgetinfo(struct rd_softc *); argument91 static struct rd_softc rd_softc[NHPIB][NRD]; variable
114 struct rd_softc { struct115 device_t sc_dev;116 gpib_chipset_tag_t sc_ic;117 gpib_handle_t sc_hdl;119 struct disk sc_dk;121 int sc_slave; /* GPIB slave */122 int sc_punit; /* physical unit on slave */124 int sc_flags;133 u_int16_t sc_type;134 u_int8_t *sc_addr;[all …]
157 struct radeonfb_softc *rd_softc; member