Searched refs:SCSZ (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 216 #define SCSZ 0x4cc macro 228 char storage[SCSZ], *sdata; in ses_getconfig() 230 { SCMD_GDIAG, 0x1, SesConfigPage, (char)(SCSZ >> 8), in ses_getconfig() 231 (char)(SCSZ & 0xff), 0 }; in ses_getconfig() 238 sdata = kmem_alloc(SCSZ, KM_SLEEP); in ses_getconfig() 246 lp->uscsi_buflen = SCSZ; in ses_getconfig() 253 kmem_free(sdata, SCSZ); in ses_getconfig() 260 kmem_free(sdata, SCSZ); in ses_getconfig() 265 kmem_free(sdata, SCSZ); in ses_getconfig() 287 kmem_free(sdata, SCSZ); in ses_getconfig() [all …]
|