Searched refs:iv_table_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2378 size_t iv_table_size; local
2432 iv_table_size = sizeof (ddi_intr_handler_t *) * pwp->intr_cnt;
2433 iv_table = kmem_alloc(iv_table_size, KM_SLEEP);
2455 kmem_free(iv_table, iv_table_size);
2463 kmem_free(iv_table, iv_table_size);
2475 kmem_free(iv_table, iv_table_size);

Completed in 50 milliseconds