Searched defs:waitfunc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c178 cpqary3_tgt_probe(struct scsi_device *sd, int (*waitfunc)()) argument
201 return (scsi_hba_probe(sd, waitfunc));
206 status = scsi_hba_probe(sd, waitfunc);
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1038 scsa1394_scsi_tgt_probe(struct scsi_device *sd, int (*waitfunc)()) argument
1050 if (scsa1394_probe_g0_nodata(sd, waitfunc,
1055 if (scsa1394_probe_g0_nodata(sd, waitfunc,
1061 if (scsi_hba_probe(sd, waitfunc) != SCSIPROBE_EXISTS) {
1078 scsa1394_probe_g0_nodata(struct scsi_device *sd, int (*waitfunc)(), argument
1085 sizeof (struct scsi_arq_status), 0, PKT_CONSISTENT, waitfunc, NULL);
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c2232 scsa2usb_scsi_tgt_probe(struct scsi_device *sd, int (*waitfunc)(void)) argument
2261 if ((rval = scsi_hba_probe(sd, waitfunc)) == SCSIPROBE_EXISTS) {
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c177 int (*waitfunc)(void));
459 int (*waitfunc)(void))
478 rval = scsi_hba_probe(sd, waitfunc);
458 fas_scsi_tgt_probe(struct scsi_device *sd, int (*waitfunc)(void)) argument

Completed in 95 milliseconds