Searched refs:scsa2usb_scsi_getcap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c113 static int scsa2usb_scsi_getcap(struct scsi_address *, char *, int);
877 tran->tran_getcap = scsa2usb_scsi_getcap;
2768 * scsa2usb_scsi_getcap:
2773 scsa2usb_scsi_getcap(struct scsi_address *ap, char *cap, int whom) function
2783 "scsa2usb_scsi_getcap: invalid arg, "
2790 "scsa2usb_scsi_getcap: cap = %s", cap);
2809 "scsa2usb_scsi_getcap failed:"
2858 "scsa2usb_scsi_getcap: unsupported cap = %s", cap);
2863 "scsa2usb_scsi_getcap: cap = %s, returned = %d", cap, rval);

Completed in 51 milliseconds