Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_ioport.c133 ioport_entry_t *new_ents) in vm_inout_remove_at() argument
142 bcopy(old_ents, new_ents, sizeof (ioport_entry_t) * idx); in vm_inout_remove_at()
146 bcopy(&old_ents[idx + 1], &new_ents[idx], in vm_inout_remove_at()
153 ioport_entry_t *new_ents) in vm_inout_insert_space_at() argument
161 bcopy(old_ents, new_ents, sizeof (ioport_entry_t) * idx); in vm_inout_insert_space_at()
165 bcopy(&old_ents[idx], &new_ents[idx + 1], in vm_inout_insert_space_at()
193 ioport_entry_t *new_ents; in vm_inout_attach() local
195 new_ents = kmem_alloc(new_count * sizeof (ioport_entry_t), KM_SLEEP); in vm_inout_attach()
196 vm_inout_insert_space_at(insert_idx, old_count, old_ents, new_ents); in vm_inout_attach()
198 new_ents[insert_idx].iope_func = func; in vm_inout_attach()
[all …]