Lines Matching refs:targbh_softc
83 struct targbh_softc { struct
232 struct targbh_softc *softc; in targbhenlun()
236 softc = (struct targbh_softc *)periph->softc; in targbhenlun()
343 struct targbh_softc *softc; in targbhdislun()
347 softc = (struct targbh_softc *)periph->softc; in targbhdislun()
393 struct targbh_softc *softc; in targbhctor()
396 softc = (struct targbh_softc *)malloc(sizeof(*softc), in targbhctor()
420 struct targbh_softc *softc; in targbhdtor()
422 softc = (struct targbh_softc *)periph->softc; in targbhdtor()
444 struct targbh_softc *softc; in targbhstart()
451 softc = (struct targbh_softc *)periph->softc; in targbhstart()
528 struct targbh_softc *softc; in targbhdone()
530 softc = (struct targbh_softc *)periph->softc; in targbhdone()