Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_ioport.c132 vm_inout_remove_at(uint_t idx, uint_t old_count, ioport_entry_t *old_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()
152 vm_inout_insert_space_at(uint_t idx, uint_t old_count, ioport_entry_t *old_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()
175 ioport_entry_t *old_ents; in vm_inout_attach() local
182 old_ents = cfg->iop_entries; in vm_inout_attach()
184 const ioport_entry_t *compare = &old_ents[i]; in vm_inout_attach()
196 vm_inout_insert_space_at(insert_idx, old_count, old_ents, new_ents); in vm_inout_attach()
[all …]