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

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1986 #define MAX_INQUIRY_SIZE 0xF0 macro
2021 inq80 = kmem_zalloc(MAX_INQUIRY_SIZE,
2029 MAX_INQUIRY_SIZE, 0x01, 0x80, &len, STC_IDENTITY_PG80);
2044 inq83 = kmem_zalloc(MAX_INQUIRY_SIZE,
2052 MAX_INQUIRY_SIZE, 0x01, 0x83, &len, STC_IDENTITY_PG83);
2070 kmem_free(inq80, MAX_INQUIRY_SIZE);
2072 kmem_free(inq83, MAX_INQUIRY_SIZE);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c2382 #define MAX_INQUIRY_SIZE 0xF0 macro
5347 size_t inq80_len = MAX_INQUIRY_SIZE;
5350 size_t inq83_len = MAX_INQUIRY_SIZE;
9751 size_t inq86_len = MAX_INQUIRY_SIZE;
31700 size_t inqb1_len = MAX_INQUIRY_SIZE;

Completed in 140 milliseconds