Searched refs:mo (Results 1 – 1 of 1) sorted by relevance
168 struct mem_range_op mo; in pci_device_openbsd_map_range() local191 mo.mo_desc = &mr; in pci_device_openbsd_map_range()192 mo.mo_arg[0] = MEMRANGE_SET_UPDATE; in pci_device_openbsd_map_range()194 if (ioctl(aperturefd, MEMRANGE_SET, &mo)) in pci_device_openbsd_map_range()208 struct mem_range_op mo; in pci_device_openbsd_unmap_range() local217 mo.mo_desc = &mr; in pci_device_openbsd_unmap_range()218 mo.mo_arg[0] = MEMRANGE_SET_REMOVE; in pci_device_openbsd_unmap_range()220 (void)ioctl(aperturefd, MEMRANGE_SET, &mo); in pci_device_openbsd_unmap_range()