Home
last modified time | relevance | path

Searched refs:raid_softc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_raid.h312 struct raid_softc { struct
322 LIST_ENTRY(raid_softc) sc_link; argument
335 int rf_inited(const struct raid_softc *);
336 int rf_get_unit(const struct raid_softc *);
337 RF_Raid_t *rf_get_raid(struct raid_softc *);
338 int rf_construct(struct raid_softc *, RF_Config_t *);
H A Drf_netbsdkintf.c182 static void raidinit(struct raid_softc *);
250 #define raidsoftc(dev) (((struct raid_softc *)device_private(dev))->sc_r.softc)
253 CFATTACH_DECL3_NEW(raid, sizeof(struct raid_softc),
290 static int raidlock(struct raid_softc *);
291 static void raidunlock(struct raid_softc *);
293 static int raid_detach_unlocked(struct raid_softc *);
296 static void rf_set_geometry(struct raid_softc *, RF_Raid_t *);
314 static struct raid_softc *rf_auto_config_set(RF_ConfigSet_t *);
331 static LIST_HEAD(, raid_softc) raids = LIST_HEAD_INITIALIZER(raids);
334 static struct raid_softc *
[all...]
H A Drf_compat32.c82 rf_config_netbsd32(struct raid_softc *rs, void *data) in rf_config_netbsd32()
146 raidframe_netbsd32_ioctl(struct raid_softc *rs, u_long cmd, void *data) in raidframe_netbsd32_ioctl()
H A Drf_compat50.c101 rf_config50(struct raid_softc *rs, void *data) in rf_config50()
215 raidframe_ioctl_50(struct raid_softc *rs, u_long cmd, void *data) in raidframe_ioctl_50()
H A Drf_compat80.c227 rf_config80(struct raid_softc *rs, void *data) in rf_config80()
308 raidframe_ioctl_80(struct raid_softc *rs, u_long cmd, void *data) in raidframe_ioctl_80()
/netbsd-src/sys/sys/
H A Dcompat_stub.h140 struct raid_softc;
142 (struct raid_softc *, u_long, void *));
144 (struct raid_softc *, u_long, void *));
146 (struct raid_softc *, u_long, void *));