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

/opensolaris-onvv-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c840 int luns = 1, rval; local
874 "device reported incorrect luns (adjusting to 1)");
880 luns = *data->b_rptr + 1;
887 if ((luns >= SCSA2USB_MAX_LUNS) || (luns <= 0)) {
890 "device reported %d luns "
891 "(adjusting to 1)", luns);
892 luns = 1;
899 return (luns);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c427 int luns = 0; local
436 'l', MDB_OPT_SETBITS, TRUE, &luns,
450 idc.u.child.idc_lun = luns;

Completed in 126 milliseconds