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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_sen.c64 #define SENPGINSIZE 32 macro
125 { SCMD_GDIAG, 0x10, 0x4, 0, SENPGINSIZE, 0 };
130 sdata = kmem_alloc(SENPGINSIZE, slpflag);
138 lp->uscsi_buflen = SENPGINSIZE;
144 kmem_free(sdata, SENPGINSIZE);
148 if ((lp->uscsi_buflen - lp->uscsi_resid) < SENPGINSIZE) {
151 kmem_free(sdata, SENPGINSIZE);
286 kmem_free(sdata, SENPGINSIZE);
332 { SCMD_GDIAG, 0x10, 0x4, 0, SENPGINSIZE, 0 };
345 sdata = kmem_alloc(SENPGINSIZE, slpfla
[all...]

Completed in 58 milliseconds