Searched refs:iop_count (Results 1 – 2 of 2) sorted by relevance
85 VERIFY0(cfg->iop_count); in vm_inout_init()116 cfg->iop_count = ndefault; in vm_inout_init()123 VERIFY(cfg->iop_count); in vm_inout_cleanup()126 sizeof (ioport_entry_t) * cfg->iop_count); in vm_inout_cleanup()128 cfg->iop_count = 0; in vm_inout_cleanup()177 if (cfg->iop_count >= ioport_entry_limit) { in vm_inout_attach()181 old_count = cfg->iop_count; in vm_inout_attach()205 cfg->iop_count = new_count; in vm_inout_attach()218 old_count = cfg->iop_count; in vm_inout_detach()261 cfg->iop_count = new_count; in vm_inout_detach()[all …]
57 uint_t iop_count; member