Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3641 #define NCOMPAT (1 + (13 + 2) + 1) macro
3838 tlen = NCOMPAT * COMPAT_LONGEST; in scsi_hba_ident_nodename_compatible_get()
3839 compatp = kmem_alloc((NCOMPAT * sizeof (char *)) + tlen, KM_SLEEP); in scsi_hba_ident_nodename_compatible_get()
3922 p = (char *)(compatp + NCOMPAT); in scsi_hba_ident_nodename_compatible_get()
4180 kmem_free(compatible, (NCOMPAT * sizeof (char *)) + in scsi_hba_ident_nodename_compatible_free()
4181 (NCOMPAT * COMPAT_LONGEST)); in scsi_hba_ident_nodename_compatible_free()