Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/dev/
H A Drdvar.h61 struct rd_softc { struct
62 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 …]
/netbsd-src/sys/arch/hp300/stand/common/
H A Drd.c67 struct rd_softc { struct
88 static int rdgetinfo(struct rd_softc *); argument
91 static struct rd_softc rd_softc[NHPIB][NRD]; variable
/netbsd-src/sys/dev/gpib/
H A Drd.c114 struct rd_softc { struct
115 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 …]
/netbsd-src/sys/dev/pci/
H A Dradeonfbvar.h157 struct radeonfb_softc *rd_softc; member