Searched refs:MAX_INQUIRY_SIZE (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/conf/ |
H A D | scsi_confsubr.c | 1986 #define MAX_INQUIRY_SIZE 0xF0 macro 2021 inq80 = kmem_zalloc(MAX_INQUIRY_SIZE, in scsi_device_identity() 2029 MAX_INQUIRY_SIZE, 0x01, 0x80, &len, STC_IDENTITY_PG80); in scsi_device_identity() 2044 inq83 = kmem_zalloc(MAX_INQUIRY_SIZE, in scsi_device_identity() 2052 MAX_INQUIRY_SIZE, 0x01, 0x83, &len, STC_IDENTITY_PG83); in scsi_device_identity() 2070 kmem_free(inq80, MAX_INQUIRY_SIZE); in scsi_device_identity() 2072 kmem_free(inq83, MAX_INQUIRY_SIZE); in scsi_device_identity()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 2384 #define MAX_INQUIRY_SIZE 0xF0 macro 5360 size_t inq80_len = MAX_INQUIRY_SIZE; in sd_register_devid() 5363 size_t inq83_len = MAX_INQUIRY_SIZE; in sd_register_devid() 9750 size_t inq86_len = MAX_INQUIRY_SIZE; in sd_get_nv_sup() 31725 size_t inqb1_len = MAX_INQUIRY_SIZE;
|