HomeSort by: relevance | last modified time | path
    Searched refs:raid_bdevsw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/dev/lib/libraidframe/
raidframe_component.c 44 extern const struct bdevsw raid_bdevsw;
50 if ((error = devsw_attach("raid", &raid_bdevsw, &bmaj,
58 devsw_detach(&raid_bdevsw, &raid_cdevsw);
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 213 const struct bdevsw raid_bdevsw = { variable in typeref:typename:const struct bdevsw
4078 error = devsw_attach("raid", &raid_bdevsw, &bmajor,
4090 devsw_detach(&raid_bdevsw, &raid_cdevsw);
4102 devsw_detach(&raid_bdevsw, &raid_cdevsw);
4160 devsw_detach(&raid_bdevsw, &raid_cdevsw);

Completed in 15 milliseconds