Home | History | Annotate | Download | only in booke

Lines Matching defs:ii_handler

1655 	struct intrids_handler *ii_handler;
1671 ii_handler = kmem_zalloc(alloc_size, KM_SLEEP);
1672 ii_handler->iih_nids = n;
1674 return ii_handler;
1676 ids = ii_handler->iih_intrids;
1691 return ii_handler;
1695 interrupt_destruct_intrids(struct intrids_handler *ii_handler)
1699 if (ii_handler == NULL)
1702 iih_size = sizeof(int) + sizeof(intrid_t) * ii_handler->iih_nids;
1703 kmem_free(ii_handler, iih_size);