Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_targ_bh.c83 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()
[all …]