Searched refs:waitfunc (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_transport.c | 178 cpqary3_tgt_probe(struct scsi_device *sd, int (*waitfunc)()) in cpqary3_tgt_probe() argument 201 return (scsi_hba_probe(sd, waitfunc)); in cpqary3_tgt_probe() 206 status = scsi_hba_probe(sd, waitfunc); in cpqary3_tgt_probe()
|
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 1038 scsa1394_scsi_tgt_probe(struct scsi_device *sd, int (*waitfunc)()) in scsa1394_scsi_tgt_probe() argument 1050 if (scsa1394_probe_g0_nodata(sd, waitfunc, in scsa1394_scsi_tgt_probe() 1055 if (scsa1394_probe_g0_nodata(sd, waitfunc, in scsa1394_scsi_tgt_probe() 1061 if (scsi_hba_probe(sd, waitfunc) != SCSIPROBE_EXISTS) { in scsa1394_scsi_tgt_probe() 1078 scsa1394_probe_g0_nodata(struct scsi_device *sd, int (*waitfunc)(), in scsa1394_probe_g0_nodata() argument 1085 sizeof (struct scsi_arq_status), 0, PKT_CONSISTENT, waitfunc, NULL); in scsa1394_probe_g0_nodata()
|
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 2232 scsa2usb_scsi_tgt_probe(struct scsi_device *sd, int (*waitfunc)(void)) in scsa2usb_scsi_tgt_probe() 2261 if ((rval = scsi_hba_probe(sd, waitfunc)) == SCSIPROBE_EXISTS) { in scsa2usb_scsi_tgt_probe()
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 177 int (*waitfunc)(void)); 459 int (*waitfunc)(void)) in fas_scsi_tgt_probe() 478 rval = scsi_hba_probe(sd, waitfunc); in fas_scsi_tgt_probe()
|