Searched defs:NCOMPAT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3636 #define NCOMPAT (1 + (13 + 2) + 1) macro
3833 tlen = NCOMPAT * COMPAT_LONGEST;
3834 compatp = kmem_alloc((NCOMPAT * sizeof (char *)) + tlen, KM_SLEEP);
3917 p = (char *)(compatp + NCOMPAT);
4175 kmem_free(compatible, (NCOMPAT * sizeof (char *)) +
4176 (NCOMPAT * COMPAT_LONGEST));

Completed in 134 milliseconds