Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/warlock/
H A Dscsa2usb.wlcmd29 root scsa2usb_scsi_tgt_init scsa2usb_scsi_tgt_probe scsa2usb_scsi_tgt_free
H A Dscsa2usb_with_usba.wlcmd174 root scsa2usb_scsi_tgt_init scsa2usb_scsi_tgt_probe scsa2usb_scsi_tgt_free
182 add scsi_hba_tran::tran_tgt_probe targets scsa2usb_scsi_tgt_probe
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c100 static int scsa2usb_scsi_tgt_probe(struct scsi_device *, int (*)(void));
872 tran->tran_tgt_probe = scsa2usb_scsi_tgt_probe; in scsa2usb_attach()
2232 scsa2usb_scsi_tgt_probe(struct scsi_device *sd, int (*waitfunc)(void)) in scsa2usb_scsi_tgt_probe() function