Home
last modified time | relevance | path

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

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