Home
last modified time | relevance | path

Searched refs:SCSZ (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c217 #define SCSZ 0x4cc macro
229 char storage[SCSZ], *sdata; in ses_getconfig()
231 { SCMD_GDIAG, 0x1, SesConfigPage, (char)(SCSZ >> 8), in ses_getconfig()
232 (char)(SCSZ & 0xff), 0 }; in ses_getconfig()
239 sdata = kmem_alloc(SCSZ, KM_SLEEP); in ses_getconfig()
247 lp->uscsi_buflen = SCSZ; in ses_getconfig()
254 kmem_free(sdata, SCSZ); in ses_getconfig()
261 kmem_free(sdata, SCSZ); in ses_getconfig()
266 kmem_free(sdata, SCSZ); in ses_getconfig()
288 kmem_free(sdata, SCSZ); in ses_getconfig()
[all …]