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

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c114 static int scsa2usb_scsi_setcap(struct scsi_address *, char *, int, int);
878 tran->tran_setcap = scsa2usb_scsi_setcap;
2872 * scsa2usb_scsi_setcap:
2877 scsa2usb_scsi_setcap(struct scsi_address *ap, char *cap, int value, int whom) function
2886 "scsa2usb_scsi_setcap: invalid arg");
2901 "scsa2usb_scsi_setcap: ap = 0x%p value = 0x%x whom = 0x%x "
2927 "scsa2usb_scsi_setcap: unsupported cap = %s", cap);

Completed in 910 milliseconds