Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c9192 struct f_slots *old_active = fas->f_active[slot]; in fas_alloc_active_slots() local
9205 target, size, (void *)old_active, in fas_alloc_active_slots()
9206 ((old_active == NULL) ? -1 : old_active->f_size)); in fas_alloc_active_slots()
9221 if (old_active) { in fas_alloc_active_slots()
9222 kmem_free((caddr_t)old_active, old_active->f_size); in fas_alloc_active_slots()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c10065 mptsas_slots_t *old_active = mpt->m_active; in mptsas_alloc_active_slots() local
10089 if (old_active) in mptsas_alloc_active_slots()