Lines Matching refs:sa_softc
377 struct sa_softc { struct
626 static void safillprot(struct sa_softc *softc, int *indent,
640 static int saparamget(struct sa_softc *softc, struct sbuf *sb);
646 static void sasetupdev(struct sa_softc *softc, struct cdev *dev);
647 static void saloadtotunables(struct sa_softc *softc);
664 static void safilldensitysb(struct sa_softc *softc, int *indent,
666 static void saloadtimeouts(struct sa_softc *softc, union ccb *ccb);
714 struct sa_softc *softc; in saopen()
724 softc = (struct sa_softc *)periph->softc; in saopen()
790 struct sa_softc *softc; in saclose()
798 softc = (struct sa_softc *)periph->softc; in saclose()
959 struct sa_softc *softc; in sastrategy()
969 softc = (struct sa_softc *)periph->softc; in sastrategy()
1076 struct sa_softc *softc; in sasetsili()
1080 softc = (struct sa_softc *)periph->softc; in sasetsili()
1136 struct sa_softc *softc; in saseteotwarn()
1140 softc = (struct sa_softc *)periph->softc; in saseteotwarn()
1166 safillprot(struct sa_softc *softc, int *indent, struct sbuf *sb) in safillprot()
1243 struct sa_softc *softc; in sasetprotents()
1249 softc = (struct sa_softc *)periph->softc; in sasetprotents()
1513 struct sa_softc *softc; in sagetparams_common()
1517 softc = (struct sa_softc *)periph->softc; in sagetparams_common()
1564 struct sa_softc *softc; in saioctl()
1576 softc = (struct sa_softc *)periph->softc; in saioctl()
2198 struct sa_softc *softc; in sadevgonecb()
2201 softc = (struct sa_softc *)periph->softc; in sadevgonecb()
2241 struct sa_softc *softc; in saoninvalidate()
2243 softc = (struct sa_softc *)periph->softc; in saoninvalidate()
2273 struct sa_softc *softc; in sacleanup()
2275 softc = (struct sa_softc *)periph->softc; in sacleanup()
2339 sasetupdev(struct sa_softc *softc, struct cdev *dev) in sasetupdev()
2360 saloadtotunables(struct sa_softc *softc) in saloadtotunables()
2391 struct sa_softc *softc; in sasysctlinit()
2402 softc = (struct sa_softc *)periph->softc; in sasysctlinit()
2464 struct sa_softc *softc; in saregister()
2479 softc = (struct sa_softc *) in saregister()
2755 struct sa_softc *softc; in sastart()
2757 softc = (struct sa_softc *)periph->softc; in sastart()
3020 struct sa_softc *softc; in sadone()
3025 softc = (struct sa_softc *)periph->softc; in sadone()
3172 struct sa_softc *softc; in samount()
3183 softc = (struct sa_softc *)periph->softc; in samount()
3637 struct sa_softc *softc; in samarkswanted()
3639 softc = (struct sa_softc *)periph->softc; in samarkswanted()
3672 struct sa_softc *softc; in saerror()
3683 softc = (struct sa_softc *)periph->softc; in saerror()
3888 struct sa_softc *softc; in sagetparams()
3893 softc = (struct sa_softc *)periph->softc; in sagetparams()
4209 struct sa_softc *softc; in sasetprot()
4218 softc = (struct sa_softc *)periph->softc; in sasetprot()
4395 struct sa_softc *softc; in sasetparams()
4410 softc = (struct sa_softc *)periph->softc; in sasetparams()
4711 struct sa_softc *softc; in saextget()
4716 softc = (struct sa_softc *)periph->softc; in saextget()
4887 saparamget(struct sa_softc *softc, struct sbuf *sb) in saparamget()
4906 struct sa_softc *softc; in saprevent()
4910 softc = (struct sa_softc *)periph->softc; in saprevent()
4946 struct sa_softc *softc; in sarewind()
4949 softc = (struct sa_softc *)periph->softc; in sarewind()
4977 struct sa_softc *softc; in saspace()
4980 softc = (struct sa_softc *)periph->softc; in saspace()
5052 struct sa_softc *softc; in sawritefilemarks()
5055 softc = (struct sa_softc *)periph->softc; in sawritefilemarks()
5075 struct sa_softc *softc = (struct sa_softc *)periph->softc; in sawritefilemarks()
5115 struct sa_softc *softc = (struct sa_softc *)periph->softc; in sagetpos()
5212 struct sa_softc *softc = (struct sa_softc *)periph->softc; in sardpos()
5255 struct sa_softc *softc; in sasetpos()
5268 softc = (struct sa_softc *)periph->softc; in sasetpos()
5370 struct sa_softc *softc; in saretension()
5373 softc = (struct sa_softc *)periph->softc; in saretension()
5399 struct sa_softc *softc; in sareservereleaseunit()
5402 softc = (struct sa_softc *)periph->softc; in sareservereleaseunit()
5430 struct sa_softc *softc; in saloadunload()
5433 softc = (struct sa_softc *)periph->softc; in saloadunload()
5462 struct sa_softc *softc; in saerase()
5465 softc = (struct sa_softc *)periph->softc; in saerase()
5732 safilldensitysb(struct sa_softc *softc, int *indent, struct sbuf *sb) in safilldensitysb()
5777 saloadtimeouts(struct sa_softc *softc, union ccb *ccb) in saloadtimeouts()