Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/scsi/
HDscsi_targ_bh.c84 struct targbh_softc { struct
233 struct targbh_softc *softc; in targbhenlun()
237 softc = (struct targbh_softc *)periph->softc; in targbhenlun()
344 struct targbh_softc *softc; in targbhdislun()
348 softc = (struct targbh_softc *)periph->softc; in targbhdislun()
394 struct targbh_softc *softc; in targbhctor()
397 softc = (struct targbh_softc *)malloc(sizeof(*softc), in targbhctor()
421 struct targbh_softc *softc; in targbhdtor()
423 softc = (struct targbh_softc *)periph->softc; in targbhdtor()
445 struct targbh_softc *softc; in targbhstart()
[all …]