Searched refs:NCOMPAT (Results 1 – 1 of 1) sorted by relevance
3636 #define NCOMPAT (1 + (13 + 2) + 1) macro3833 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()