Symbol: raid_softc
sys/dev/raidframe/rf_compat32.c
146
raidframe_netbsd32_ioctl(struct raid_softc *rs, u_long cmd, void *data)
sys/dev/raidframe/rf_compat32.c
82
rf_config_netbsd32(struct raid_softc *rs, void *data)
sys/dev/raidframe/rf_compat50.c
101
rf_config50(struct raid_softc *rs, void *data)
sys/dev/raidframe/rf_compat50.c
215
raidframe_ioctl_50(struct raid_softc *rs, u_long cmd, void *data)
sys/dev/raidframe/rf_compat80.c
227
rf_config80(struct raid_softc *rs, void *data)
sys/dev/raidframe/rf_compat80.c
308
raidframe_ioctl_80(struct raid_softc *rs, u_long cmd, void *data)
sys/dev/raidframe/rf_netbsdkintf.c
1002
struct raid_softc *rs = raidsoftc(self);
sys/dev/raidframe/rf_netbsdkintf.c
1024
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
1071
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
1105
struct raid_softc *rs = raidsoftc(dev);
sys/dev/raidframe/rf_netbsdkintf.c
1123
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
1144
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
1161
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
1174
raid_detach_unlocked(struct raid_softc *rs)
sys/dev/raidframe/rf_netbsdkintf.c
1297
rf_getConfiguration(struct raid_softc *rs, void *data, RF_Config_t **k_cfg)
sys/dev/raidframe/rf_netbsdkintf.c
1323
rf_construct(struct raid_softc *rs, RF_Config_t *k_cfg)
sys/dev/raidframe/rf_netbsdkintf.c
1576
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
182
static void raidinit(struct raid_softc *);
sys/dev/raidframe/rf_netbsdkintf.c
1935
raidinit(struct raid_softc *rs)
sys/dev/raidframe/rf_netbsdkintf.c
2036
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
2306
raidlock(struct raid_softc *rs)
sys/dev/raidframe/rf_netbsdkintf.c
2327
raidunlock(struct raid_softc *rs)
sys/dev/raidframe/rf_netbsdkintf.c
250
#define raidsoftc(dev) (((struct raid_softc *)device_private(dev))->sc_r.softc)
sys/dev/raidframe/rf_netbsdkintf.c
253
CFATTACH_DECL3_NEW(raid, sizeof(struct raid_softc),
sys/dev/raidframe/rf_netbsdkintf.c
2702
struct raid_softc *rs = raidPtr->softc;
sys/dev/raidframe/rf_netbsdkintf.c
290
static int raidlock(struct raid_softc *);
sys/dev/raidframe/rf_netbsdkintf.c
291
static void raidunlock(struct raid_softc *);
sys/dev/raidframe/rf_netbsdkintf.c
293
static int raid_detach_unlocked(struct raid_softc *);
sys/dev/raidframe/rf_netbsdkintf.c
296
static void rf_set_geometry(struct raid_softc *, RF_Raid_t *);
sys/dev/raidframe/rf_netbsdkintf.c
314
static struct raid_softc *rf_auto_config_set(RF_ConfigSet_t *);
sys/dev/raidframe/rf_netbsdkintf.c
331
static LIST_HEAD(, raid_softc) raids = LIST_HEAD_INITIALIZER(raids);
sys/dev/raidframe/rf_netbsdkintf.c
334
static struct raid_softc *
sys/dev/raidframe/rf_netbsdkintf.c
336
struct raid_softc *sc = kmem_zalloc(sizeof(*sc), KM_SLEEP);
sys/dev/raidframe/rf_netbsdkintf.c
344
raiddestroy(struct raid_softc *sc) {
sys/dev/raidframe/rf_netbsdkintf.c
350
static struct raid_softc *
sys/dev/raidframe/rf_netbsdkintf.c
352
struct raid_softc *sc;
sys/dev/raidframe/rf_netbsdkintf.c
3656
static struct raid_softc *
sys/dev/raidframe/rf_netbsdkintf.c
3662
struct raid_softc *sc;
sys/dev/raidframe/rf_netbsdkintf.c
3752
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
377
raidput(struct raid_softc *sc) {
sys/dev/raidframe/rf_netbsdkintf.c
3802
struct raid_softc *rs = raidsoftc(self);
sys/dev/raidframe/rf_netbsdkintf.c
3826
rf_set_geometry(struct raid_softc *rs, RF_Raid_t *raidPtr)
sys/dev/raidframe/rf_netbsdkintf.c
433
rf_inited(const struct raid_softc *rs) {
sys/dev/raidframe/rf_netbsdkintf.c
438
rf_get_raid(struct raid_softc *rs) {
sys/dev/raidframe/rf_netbsdkintf.c
443
rf_get_unit(const struct raid_softc *rs) {
sys/dev/raidframe/rf_netbsdkintf.c
469
struct raid_softc *sc = r->softc;
sys/dev/raidframe/rf_netbsdkintf.c
483
struct raid_softc *sc;
sys/dev/raidframe/rf_netbsdkintf.c
547
rf_find_bootwedge(struct raid_softc *rsc)
sys/dev/raidframe/rf_netbsdkintf.c
664
struct raid_softc *sc, *rsc;
sys/dev/raidframe/rf_netbsdkintf.c
802
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
821
struct raid_softc *rs;
sys/dev/raidframe/rf_netbsdkintf.c
845
struct raid_softc *rs = raidsoftc(dev);
sys/dev/raidframe/rf_netbsdkintf.c
955
struct raid_softc *rs;
sys/dev/raidframe/rf_raid.h
322
LIST_ENTRY(raid_softc) sc_link;
sys/dev/raidframe/rf_raid.h
335
int rf_inited(const struct raid_softc *);
sys/dev/raidframe/rf_raid.h
336
int rf_get_unit(const struct raid_softc *);
sys/dev/raidframe/rf_raid.h
337
RF_Raid_t *rf_get_raid(struct raid_softc *);
sys/dev/raidframe/rf_raid.h
338
int rf_construct(struct raid_softc *, RF_Config_t *);
sys/sys/compat_stub.h
140
struct raid_softc;
sys/sys/compat_stub.h
142
(struct raid_softc *, u_long, void *));
sys/sys/compat_stub.h
144
(struct raid_softc *, u_long, void *));
sys/sys/compat_stub.h
146
(struct raid_softc *, u_long, void *));