sys/arm/arm/gic.c
471
if (type == SYS_RES_IOPORT)
sys/arm/arm/nexus.c
230
case SYS_RES_IOPORT:
sys/arm/arm/nexus.c
315
case SYS_RES_IOPORT:
sys/arm/arm/nexus.c
346
case SYS_RES_IOPORT:
sys/arm/arm/nexus.c
382
case SYS_RES_IOPORT:
sys/arm/arm/nexus.c
401
case SYS_RES_IOPORT:
sys/arm/mv/mv_pci.c
1020
case SYS_RES_IOPORT:
sys/arm/mv/mv_pci.c
1043
case SYS_RES_IOPORT:
sys/arm/mv/mv_pci.c
898
case SYS_RES_IOPORT:
sys/arm/mv/mv_pci.c
914
case SYS_RES_IOPORT:
sys/arm/mv/mv_pci.c
946
case SYS_RES_IOPORT:
sys/arm/mv/mv_pci.c
964
case SYS_RES_IOPORT:
sys/arm/mv/mv_pci.c
980
case SYS_RES_IOPORT:
sys/arm/mv/mv_pci.c
996
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_common.c
183
if (((type == SYS_RES_IOPORT) || (type == SYS_RES_MEMORY)) &&
sys/arm64/cavium/thunder_pcie_fdt.c
252
if (type == SYS_RES_IOPORT)
sys/arm64/cavium/thunder_pcie_pem.c
264
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_pem.c
282
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_pem.c
304
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_pem.c
333
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_pem.c
352
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_pem.c
665
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_pem.c
713
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_pem.c
729
case SYS_RES_IOPORT:
sys/arm64/cavium/thunder_pcie_pem.c
874
sc->ranges[1].flags = SYS_RES_IOPORT;
sys/compat/linuxkpi/common/include/linux/pci.h
188
#define IORESOURCE_IO (1 << SYS_RES_IOPORT)
sys/compat/linuxkpi/common/include/linux/pci.h
422
return (SYS_RES_IOPORT);
sys/compat/linuxkpi/common/include/linux/pci.h
482
pci_enable_io(pdev->dev.bsddev, SYS_RES_IOPORT);
sys/compat/linuxkpi/common/src/linux_pci.c
547
KASSERT(type == SYS_RES_IOPORT || type == SYS_RES_MEMORY,
sys/compat/linuxkpi/common/src/linux_pci.c
705
(void) pci_disable_io(dev->bsddev, SYS_RES_IOPORT);
sys/dev/acpica/acpi.c
1302
if (acpi_match_resource_hint(child, SYS_RES_IOPORT, value))
sys/dev/acpica/acpi.c
1449
case SYS_RES_IOPORT:
sys/dev/acpica/acpi.c
1827
res_type = SYS_RES_IOPORT;
sys/dev/acpica/acpi.c
962
retval += resource_list_print_type(rl, "port", SYS_RES_IOPORT, "%#jx");
sys/dev/acpica/acpi_cpu.c
866
bus_set_resource(sc->cpu_dev, SYS_RES_IOPORT,
sys/dev/acpica/acpi_cpu.c
869
SYS_RES_IOPORT, &cx_ptr->res_rid, RF_ACTIVE |
sys/dev/acpica/acpi_cpu.c
872
bus_delete_resource(sc->cpu_dev, SYS_RES_IOPORT,
sys/dev/acpica/acpi_ec.c
310
bus_set_resource(child, SYS_RES_IOPORT, 0, ecdt->Data.Address,
sys/dev/acpica/acpi_ec.c
312
bus_set_resource(child, SYS_RES_IOPORT, 1, ecdt->Control.Address,
sys/dev/acpica/acpi_ec.c
481
sc->ec_data_res = bus_alloc_resource_any(sc->ec_dev, SYS_RES_IOPORT,
sys/dev/acpica/acpi_ec.c
491
sc->ec_csr_res = bus_alloc_resource_any(sc->ec_dev, SYS_RES_IOPORT,
sys/dev/acpica/acpi_ec.c
541
bus_release_resource(sc->ec_dev, SYS_RES_IOPORT, sc->ec_csr_rid,
sys/dev/acpica/acpi_ec.c
544
bus_release_resource(sc->ec_dev, SYS_RES_IOPORT, sc->ec_data_rid,
sys/dev/acpica/acpi_pcib_acpi.c
236
type = SYS_RES_IOPORT;
sys/dev/acpica/acpi_resource.c
632
if (type == SYS_RES_MEMORY || type == SYS_RES_IOPORT) {
sys/dev/acpica/acpi_resource.c
641
allow = (type == SYS_RES_IOPORT && start == CONF1_ADDR_PORT);
sys/dev/acpica/acpi_resource.c
687
if (acpi_res_ignore(dev, SYS_RES_IOPORT, base, length))
sys/dev/acpica/acpi_resource.c
689
bus_set_resource(dev, SYS_RES_IOPORT, cp->ar_nio++, base, length);
sys/dev/acpica/acpi_resource.c
714
if (acpi_res_ignore(dev, SYS_RES_IOPORT, low, length))
sys/dev/acpica/acpi_resource.c
716
bus_set_resource(dev, SYS_RES_IOPORT, cp->ar_nio++, low, length);
sys/dev/acpica/acpi_resource.c
885
if (dev_rle->type != SYS_RES_IOPORT && dev_rle->type != SYS_RES_MEMORY)
sys/dev/acpica/acpi_timer.c
143
rtype = SYS_RES_IOPORT;
sys/dev/acpica/acpi_timer.c
153
(rtype == SYS_RES_IOPORT) ? "port" : "mem", rstart, rlen);
sys/dev/acpica/acpi_timer.c
172
rtype = SYS_RES_IOPORT;
sys/dev/acpica/acpi_timer.c
181
(rtype == SYS_RES_IOPORT) ? "port" : "mem",
sys/dev/acpica/acpi_timer.c
220
rtype = SYS_RES_IOPORT;
sys/dev/adlink/adlink.c
374
{ SYS_RES_IOPORT, PCIR_BAR(0), RF_ACTIVE},
sys/dev/adlink/adlink.c
375
{ SYS_RES_IOPORT, PCIR_BAR(1), RF_ACTIVE},
sys/dev/aic7xxx/ahc_isa.c
115
bus_set_resource(child, SYS_RES_IOPORT,
sys/dev/aic7xxx/ahc_isa.c
119
bus_release_resource(parent, SYS_RES_IOPORT, rid, regs);
sys/dev/aic7xxx/ahc_isa.c
147
regs = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &zero, RF_ACTIVE);
sys/dev/aic7xxx/ahc_isa.c
202
bus_release_resource(dev, SYS_RES_IOPORT, zero, regs);
sys/dev/aic7xxx/ahc_isa.c
227
regs = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &zero, RF_ACTIVE);
sys/dev/aic7xxx/ahc_isa.c
234
bus_release_resource(dev, SYS_RES_IOPORT, zero, regs);
sys/dev/aic7xxx/ahc_isa.c
94
regs = bus_alloc_resource(parent, SYS_RES_IOPORT, &rid,
sys/dev/aic7xxx/ahc_pci.c
192
regs_type = SYS_RES_IOPORT;
sys/dev/aic7xxx/ahd_pci.c
197
regs_type = SYS_RES_IOPORT;
sys/dev/aic7xxx/aic7xxx_osm.c
120
regs = bus_alloc_resource_any(ahc->dev_softc, SYS_RES_IOPORT, &rid,
sys/dev/aic7xxx/aic7xxx_osm.c
126
ahc->platform_data->regs_res_type = SYS_RES_IOPORT;
sys/dev/alpm/alpm.c
209
alpm->res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/alpm/alpm.c
244
bus_release_resource(dev, SYS_RES_IOPORT, SMBBA, alpm->res);
sys/dev/amdpm/amdpm.c
166
bus_set_resource(dev, SYS_RES_IOPORT, AMDPCI_PMBASE,
sys/dev/amdpm/amdpm.c
181
bus_set_resource(dev, SYS_RES_IOPORT, NFPCI_PMBASE,
sys/dev/amdpm/amdpm.c
206
amdpm_sc->res = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/amdpm/amdpm.c
240
bus_release_resource(dev, SYS_RES_IOPORT, amdpm_sc->rid,
sys/dev/amdsbwd/amdsbwd.c
436
rc = bus_set_resource(dev, SYS_RES_IOPORT, 0, AMDSB_PMIO_INDEX,
sys/dev/amdsbwd/amdsbwd.c
443
res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/amdsbwd/amdsbwd.c
463
bus_release_resource(dev, SYS_RES_IOPORT, rid, res);
sys/dev/amdsbwd/amdsbwd.c
464
bus_delete_resource(dev, SYS_RES_IOPORT, rid);
sys/dev/amdsmb/amdsmb.c
151
amdsmb_sc->res = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/amdsmb/amdsmb.c
185
bus_release_resource(dev, SYS_RES_IOPORT, amdsmb_sc->rid,
sys/dev/asmc/asmc.c
701
sc->sc_ioport = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/asmc/asmc.c
929
bus_release_resource(dev, SYS_RES_IOPORT, sc->sc_rid_port,
sys/dev/ata/ata-isa.c
111
if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/ata/ata-isa.c
116
if (bus_get_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID, &tmp, &tmp)) {
sys/dev/ata/ata-isa.c
117
bus_set_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID,
sys/dev/ata/ata-isa.c
123
if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/ata/ata-isa.c
125
bus_release_resource(dev, SYS_RES_IOPORT, ATA_IOADDR_RID, io);
sys/dev/ata/ata-isa.c
158
bus_release_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID,
sys/dev/ata/ata-isa.c
160
bus_release_resource(dev, SYS_RES_IOPORT, ATA_IOADDR_RID,
sys/dev/ata/ata-isa.c
71
if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/ata/ata-isa.c
76
if (bus_get_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID, &tmp, &tmp)) {
sys/dev/ata/ata-isa.c
77
bus_set_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID,
sys/dev/ata/ata-isa.c
83
if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/ata/ata-isa.c
85
bus_release_resource(dev, SYS_RES_IOPORT, ATA_IOADDR_RID, io);
sys/dev/ata/ata-isa.c
90
bus_release_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID, ctlio);
sys/dev/ata/ata-isa.c
91
bus_release_resource(dev, SYS_RES_IOPORT, ATA_IOADDR_RID, io);
sys/dev/ata/ata-pci.c
107
ctlr->r_type1 = SYS_RES_IOPORT;
sys/dev/ata/ata-pci.c
230
if (type == SYS_RES_IOPORT) {
sys/dev/ata/ata-pci.c
240
SYS_RES_IOPORT, myrid,
sys/dev/ata/ata-pci.c
252
SYS_RES_IOPORT, myrid,
sys/dev/ata/ata-pci.c
288
if (type == SYS_RES_IOPORT) {
sys/dev/ata/ata-pci.c
398
if (!(io = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE)))
sys/dev/ata/ata-pci.c
402
if (!(ctlio = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,RF_ACTIVE))){
sys/dev/ata/ata-pci.c
403
bus_release_resource(dev, SYS_RES_IOPORT, ATA_IOADDR_RID, io);
sys/dev/ata/ata-pci.c
435
bus_release_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID,
sys/dev/ata/ata-pci.c
437
bus_release_resource(dev, SYS_RES_IOPORT, ATA_IOADDR_RID,
sys/dev/ata/chipsets/ata-acerlabs.c
123
res->bars[i] = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/ata/chipsets/ata-acerlabs.c
128
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/ata/chipsets/ata-acerlabs.c
181
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/ata/chipsets/ata-intel.c
283
ctlr->r_type2 = SYS_RES_IOPORT;
sys/dev/ata/chipsets/ata-nvidia.c
200
ctlr->r_type2 = SYS_RES_IOPORT;
sys/dev/ata/chipsets/ata-sis.c
182
ctlr->r_type2 = SYS_RES_IOPORT;
sys/dev/ata/chipsets/ata-via.c
162
ctlr->r_type2 = SYS_RES_IOPORT;
sys/dev/ata/chipsets/ata-via.c
221
SYS_RES_IOPORT,
sys/dev/ata/chipsets/ata-via.c
275
SYS_RES_IOPORT, rid, ch->r_io[ATA_CONTROL].res);
sys/dev/atkbdc/atkbdc_isa.c
129
if (bus_get_resource(dev, SYS_RES_IOPORT, rid, &start, &count) != 0)
sys/dev/atkbdc/atkbdc_isa.c
136
bus_set_resource(dev, SYS_RES_IOPORT, rid, start, 1);
sys/dev/atkbdc/atkbdc_isa.c
137
port0 = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/atkbdc/atkbdc_isa.c
141
if (bus_get_resource(dev, SYS_RES_IOPORT, rid, NULL, NULL) != 0)
sys/dev/atkbdc/atkbdc_isa.c
142
bus_set_resource(dev, SYS_RES_IOPORT, 1,
sys/dev/atkbdc/atkbdc_isa.c
144
port1 = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/atkbdc/atkbdc_isa.c
146
bus_release_resource(dev, SYS_RES_IOPORT, 0, port0);
sys/dev/atkbdc/atkbdc_isa.c
168
bus_release_resource(dev, SYS_RES_IOPORT, 0, port0);
sys/dev/atkbdc/atkbdc_isa.c
169
bus_release_resource(dev, SYS_RES_IOPORT, 1, port1);
sys/dev/atkbdc/atkbdc_isa.c
180
bus_release_resource(dev, SYS_RES_IOPORT, 0, port0);
sys/dev/atkbdc/atkbdc_isa.c
181
bus_release_resource(dev, SYS_RES_IOPORT, 1, port1);
sys/dev/atkbdc/atkbdc_isa.c
211
sc->port0 = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/atkbdc/atkbdc_isa.c
216
sc->port1 = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/atkbdc/atkbdc_isa.c
219
bus_release_resource(dev, SYS_RES_IOPORT, 0, sc->port0);
sys/dev/atkbdc/atkbdc_isa.c
233
bus_release_resource(dev, SYS_RES_IOPORT, 0, sc->port0);
sys/dev/atkbdc/atkbdc_isa.c
234
bus_release_resource(dev, SYS_RES_IOPORT, 1, sc->port1);
sys/dev/cardbus/cardbus_cis.c
302
type = SYS_RES_IOPORT;
sys/dev/cpufreq/ichss.c
204
bus_set_resource(child, SYS_RES_IOPORT, 0, pmbase + ICHSS_BM_OFFSET,
sys/dev/cpufreq/ichss.c
206
bus_set_resource(child, SYS_RES_IOPORT, 1, pmbase + ICHSS_CTRL_OFFSET,
sys/dev/cpufreq/ichss.c
247
sc->bm_reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &sc->bm_rid,
sys/dev/cpufreq/ichss.c
254
sc->ctrl_reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/cpufreq/ichss.c
258
bus_release_resource(dev, SYS_RES_IOPORT, sc->bm_rid,
sys/dev/dc/if_dc.c
320
#define DC_RES SYS_RES_IOPORT
sys/dev/dpaa2/dpaa2_rc.c
445
retval += resource_list_print_type(rl, "port", SYS_RES_IOPORT, "%#jx");
sys/dev/e1000/if_em.c
2435
sc->ioport = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/e1000/if_em.c
2733
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/exca/exca.c
826
case SYS_RES_IOPORT:
sys/dev/exca/exca.c
845
case SYS_RES_IOPORT:
sys/dev/exca/exca.c
876
case SYS_RES_IOPORT:
sys/dev/fb/s3_pci.c
453
bus_set_resource(dev, SYS_RES_IOPORT, 0,
sys/dev/fb/s3_pci.c
455
bus_set_resource(dev, SYS_RES_IOPORT, 1,
sys/dev/fb/s3_pci.c
481
if (!(sc->port_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/fb/s3_pci.c
490
if (!(sc->enh_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/fb/s3_pci.c
544
bus_release_resource(dev, SYS_RES_IOPORT, 1, sc->enh_res);
sys/dev/fb/s3_pci.c
547
bus_release_resource(dev, SYS_RES_IOPORT, 0, sc->port_res);
sys/dev/fdc/fdc.c
1605
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/fdc/fdc_isa.c
100
bus_release_resource(dev, SYS_RES_IOPORT, newrid, res);
sys/dev/fdc/fdc_isa.c
118
res = bus_alloc_resource(dev, SYS_RES_IOPORT, &newrid, port,
sys/dev/fdc/fdc_isa.c
90
res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &newrid,
sys/dev/fxp/if_fxp.c
316
{ SYS_RES_IOPORT, FXP_PCI_IOBA, RF_ACTIVE },
sys/dev/glxiic/glxiic.c
326
sc->smb_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &sc->smb_rid,
sys/dev/glxiic/glxiic.c
335
sc->gpio_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/glxiic/glxiic.c
422
bus_release_resource(dev, SYS_RES_IOPORT, sc->smb_rid,
sys/dev/glxiic/glxiic.c
427
bus_release_resource(dev, SYS_RES_IOPORT, sc->gpio_rid,
sys/dev/glxiic/glxiic.c
461
bus_release_resource(dev, SYS_RES_IOPORT, sc->smb_rid,
sys/dev/glxiic/glxiic.c
466
bus_release_resource(dev, SYS_RES_IOPORT, sc->gpio_rid,
sys/dev/hpt27xx/hpt27xx_os_bsd.c
122
hba->pcibar[index].type = SYS_RES_IOPORT;
sys/dev/hptnr/hptnr_os_bsd.c
108
hba->pcibar[index].type = SYS_RES_IOPORT;
sys/dev/hptrr/hptrr_os_bsd.c
97
hba->pcibar[index].type = SYS_RES_IOPORT;
sys/dev/hyperv/pcib/vmbus_pcib.c
1680
if (type == SYS_RES_IOPORT)
sys/dev/hyperv/pcib/vmbus_pcib.c
1734
case SYS_RES_IOPORT:
sys/dev/ichsmb/ichsmb.c
686
SYS_RES_IOPORT, sc->io_rid, sc->io_res);
sys/dev/ichsmb/ichsmb_pci.c
301
sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT,
sys/dev/ichsmb/ichsmb_pci.c
304
sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT,
sys/dev/ichwd/ichwd.c
687
rc = bus_set_resource(dev, SYS_RES_IOPORT, 0,
sys/dev/ichwd/ichwd.c
766
sc->tco_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &sc->tco_rid,
sys/dev/ichwd/ichwd.c
810
sc->smi_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->smi_rid,
sys/dev/ichwd/ichwd.c
848
sc->smi_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->smi_rid,
sys/dev/ichwd/ichwd.c
857
sc->tco_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->tco_rid,
sys/dev/ichwd/ichwd.c
918
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/ichwd/ichwd.c
921
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/ichwd/ichwd.c
957
bus_release_resource(dev, SYS_RES_IOPORT, sc->tco_rid, sc->tco_res);
sys/dev/ichwd/ichwd.c
958
bus_release_resource(dev, SYS_RES_IOPORT, sc->smi_rid, sc->smi_res);
sys/dev/igc/if_igc.c
1687
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/intpm/intpm.c
159
sc->type = SYS_RES_IOPORT;
sys/dev/intpm/intpm.c
250
sc->type = SYS_RES_IOPORT;
sys/dev/ipmi/ipmi_acpi.c
112
if (bus_get_resource(dev, SYS_RES_IOPORT, 0, NULL, NULL) == 0)
sys/dev/ipmi/ipmi_acpi.c
113
type = SYS_RES_IOPORT;
sys/dev/ipmi/ipmi_acpi.c
149
mode, type == SYS_RES_IOPORT ? "io" : "mem",
sys/dev/ipmi/ipmi_isa.c
137
bus_delete_resource(dev, SYS_RES_IOPORT, i);
sys/dev/ipmi/ipmi_isa.c
210
type = SYS_RES_IOPORT;
sys/dev/ipmi/ipmi_pci.c
124
type = SYS_RES_IOPORT;
sys/dev/ipmi/ipmi_pci.c
227
type = SYS_RES_IOPORT;
sys/dev/ips/ips_pci.c
103
sc->iotype = SYS_RES_IOPORT;
sys/dev/isp/isp_pci.c
555
pcs->rtp = SYS_RES_IOPORT;
sys/dev/isp/isp_pci.c
567
(pcs->rtp == SYS_RES_IOPORT)? "I/O" : "Memory");
sys/dev/lge/if_lge.c
160
#define LGE_RES SYS_RES_IOPORT
sys/dev/mana/gdma_main.c
1528
type = SYS_RES_IOPORT;
sys/dev/mana/gdma_main.c
1775
pci_enable_io(dev, SYS_RES_IOPORT);
sys/dev/mlx/mlx_pci.c
163
sc->mlx_mem_type = SYS_RES_IOPORT;
sys/dev/mpt/mpt.c
2423
pci_enable_io(mpt->dev, SYS_RES_IOPORT);
sys/dev/mpt/mpt.c
2431
pci_disable_io(mpt->dev, SYS_RES_IOPORT);
sys/dev/mpt/mpt.c
2481
pci_enable_io(mpt->dev, SYS_RES_IOPORT);
sys/dev/mpt/mpt.c
2498
pci_disable_io(mpt->dev, SYS_RES_IOPORT);
sys/dev/mpt/mpt_pci.c
433
mpt->pci_pio_reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/mpt/mpt_pci.c
524
pci_disable_io(dev, SYS_RES_IOPORT);
sys/dev/mpt/mpt_pci.c
585
bus_release_resource(mpt->dev, SYS_RES_IOPORT,
sys/dev/msk/if_msk.c
377
{ SYS_RES_IOPORT, PCIR_BAR(1), RF_ACTIVE },
sys/dev/my/if_my.c
73
#define MY_RES SYS_RES_IOPORT
sys/dev/nctgpio/nctgpio.c
1166
err = bus_set_resource(dev, SYS_RES_IOPORT, sc->iorid,
sys/dev/nctgpio/nctgpio.c
1169
sc->iores = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/nctgpio/nctgpio.c
1281
bus_release_resource(dev, SYS_RES_IOPORT, sc->iorid, sc->iores);
sys/dev/ncthwm/ncthwm.c
205
if (bus_set_resource(dev, SYS_RES_IOPORT, sc->iorid, iobase, 2) != 0) {
sys/dev/ncthwm/ncthwm.c
209
sc->iores = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/ncthwm/ncthwm.c
235
bus_release_resource(dev, SYS_RES_IOPORT, sc->iorid, sc->iores);
sys/dev/netmap/if_ptnet.c
300
sc->iomem = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/netmap/if_ptnet.c
562
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/netmap/netmap_freebsd.c
888
ptn_dev->pci_io = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/dev/netmap/netmap_freebsd.c
930
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/nfsmb/nfsmb.c
184
nfsmbsub_sc->res = bus_alloc_resource_any(parent, SYS_RES_IOPORT,
sys/dev/nfsmb/nfsmb.c
190
SYS_RES_IOPORT, &nfsmbsub_sc->rid, RF_ACTIVE);
sys/dev/nfsmb/nfsmb.c
218
nfsmb_sc->res = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/nfsmb/nfsmb.c
225
SYS_RES_IOPORT, &nfsmb_sc->rid, RF_ACTIVE);
sys/dev/nfsmb/nfsmb.c
287
bus_release_resource(parent, SYS_RES_IOPORT, nfsmbsub_sc->rid,
sys/dev/nfsmb/nfsmb.c
306
bus_release_resource(dev, SYS_RES_IOPORT, nfsmb_sc->rid,
sys/dev/nge/if_nge.c
837
sc->nge_res_type = SYS_RES_IOPORT;
sys/dev/nge/if_nge.c
848
sc->nge_res_type = SYS_RES_IOPORT;
sys/dev/ofw/ofw_pcib.c
433
case SYS_RES_IOPORT:
sys/dev/ofw/ofw_pcib.c
452
case SYS_RES_IOPORT:
sys/dev/ofw/ofw_pcib.c
479
space = SYS_RES_IOPORT;
sys/dev/ofw/ofw_pcib.c
508
case SYS_RES_IOPORT:
sys/dev/ofw/ofw_pcib.c
531
case SYS_RES_IOPORT:
sys/dev/ofw/ofw_pcib.c
553
space = SYS_RES_IOPORT;
sys/dev/ofw/ofw_pcib.c
593
case SYS_RES_IOPORT:
sys/dev/ofw/ofw_pcib.c
621
case SYS_RES_IOPORT:
sys/dev/ofw/ofw_pcib.c
640
case SYS_RES_IOPORT:
sys/dev/ofw/ofw_pcib.c
714
case SYS_RES_IOPORT:
sys/dev/pbio/pbio.c
163
scp->res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/pbio/pbio.c
182
bus_release_resource(dev, SYS_RES_IOPORT, rid, sc->res);
sys/dev/pbio/pbio.c
189
bus_release_resource(dev, SYS_RES_IOPORT, rid, sc->res);
sys/dev/pbio/pbio.c
196
bus_release_resource(dev, SYS_RES_IOPORT, rid, scp->res);
sys/dev/pbio/pbio.c
217
sc->res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/pccbb/pccbb.c
1035
cbb_activate_window(brdev, SYS_RES_IOPORT);
sys/dev/pccbb/pccbb.c
1077
else if (type == SYS_RES_IOPORT)
sys/dev/pccbb/pccbb.c
1138
} else if (type == SYS_RES_IOPORT) {
sys/dev/pccbb/pccbb.c
1196
case SYS_RES_IOPORT:
sys/dev/pccbb/pccbb.c
1363
case SYS_RES_IOPORT:
sys/dev/pccbb/pccbb_pci.c
421
pci_enable_io(sc->dev, SYS_RES_IOPORT);
sys/dev/pcf/pcf_isa.c
109
bus_get_resource(dev, SYS_RES_IOPORT, rid, &start, &count);
sys/dev/pcf/pcf_isa.c
132
sc->res_ioport = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/pcf/pcf_isa.c
177
bus_release_resource(dev, SYS_RES_IOPORT, sc->rid_ioport,
sys/dev/pcf/pcf_isa.c
200
bus_release_resource(dev, SYS_RES_IOPORT, sc->rid_ioport, sc->res_ioport);
sys/dev/pci/isa_pci.c
180
case SYS_RES_IOPORT:
sys/dev/pci/isa_pci.c
212
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
3044
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
3063
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
3384
type = SYS_RES_IOPORT;
sys/dev/pci/pci.c
3405
(type == SYS_RES_IOPORT && mapsize < 2))
sys/dev/pci/pci.c
3413
if (type == SYS_RES_IOPORT && !pci_porten(dev))
sys/dev/pci/pci.c
3451
if (type == SYS_RES_IOPORT && !pci_porten(dev)) {
sys/dev/pci/pci.c
3462
if (type == SYS_RES_IOPORT && !pci_porten(dev))
sys/dev/pci/pci.c
3550
type = SYS_RES_IOPORT;
sys/dev/pci/pci.c
3689
res = bus_alloc_resource_any(self, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/pci/pci.c
3692
bus_release_resource(self, SYS_RES_IOPORT, rid, res);
sys/dev/pci/pci.c
4068
type = SYS_RES_IOPORT;
sys/dev/pci/pci.c
4097
(resource_list_find(rl, SYS_RES_IOPORT, rid) != NULL))
sys/dev/pci/pci.c
4168
(resource_list_find(rl, SYS_RES_IOPORT, PCIR_BAR(i)) != NULL) ||
sys/dev/pci/pci.c
5014
retval += resource_list_print_type(rl, "port", SYS_RES_IOPORT, "%#jx");
sys/dev/pci/pci.c
5202
if (resource_list_release_active(rl, dev, child, SYS_RES_IOPORT) != 0)
sys/dev/pci/pci.c
5568
if (type != SYS_RES_IOPORT) {
sys/dev/pci/pci.c
5663
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
5713
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
5745
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
5760
(rman_get_type(r) == SYS_RES_IOPORT ||
sys/dev/pci/pci.c
5788
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
5814
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
5836
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
5876
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
5905
case SYS_RES_IOPORT:
sys/dev/pci/pci.c
5933
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
405
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
428
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
446
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
468
space = SYS_RES_IOPORT;
sys/dev/pci/pci_host_generic.c
488
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
518
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
545
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
563
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
582
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
605
case SYS_RES_IOPORT:
sys/dev/pci/pci_host_generic.c
642
case SYS_RES_IOPORT:
sys/dev/pci/pci_iov.c
558
rle = resource_list_find(rl, SYS_RES_IOPORT,
sys/dev/pci/pci_pci.c
157
case SYS_RES_IOPORT:
sys/dev/pci/pci_pci.c
1731
if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE &&
sys/dev/pci/pci_pci.c
1812
if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE &&
sys/dev/pci/pci_pci.c
1848
if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE &&
sys/dev/pci/pci_pci.c
2066
if ((type == SYS_RES_IOPORT && pci_is_vga_ioport_range(start, end)) ||
sys/dev/pci/pci_pci.c
2079
case SYS_RES_IOPORT:
sys/dev/pci/pci_pci.c
2238
(type == SYS_RES_MEMORY || type == SYS_RES_IOPORT)) {
sys/dev/pci/pci_pci.c
2266
(type == SYS_RES_MEMORY || type == SYS_RES_IOPORT)) {
sys/dev/pci/pci_pci.c
376
as->res[as->count] = bus_alloc_resource(as->sc->dev, SYS_RES_IOPORT,
sys/dev/pci/pci_pci.c
403
bus_release_resource(sc->dev, SYS_RES_IOPORT,
sys/dev/pci/pci_pci.c
463
if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE)
sys/dev/pci/pci_pci.c
534
pcib_alloc_window(sc, &sc->io, SYS_RES_IOPORT, 0, max);
sys/dev/pci/pci_pci.c
621
pcib_release_window(sc, &sc->io, SYS_RES_IOPORT);
sys/dev/pci/pci_user.c
1049
type = PCI_BAR_MEM(pm->pm_value) ? SYS_RES_MEMORY : SYS_RES_IOPORT;
sys/dev/pci/vga_pci.c
434
case SYS_RES_IOPORT:
sys/dev/pci/vga_pci.c
460
case SYS_RES_IOPORT:
sys/dev/ppc/ppc.c
1674
error = bus_get_resource(dev, SYS_RES_IOPORT, rid, &port, NULL);
sys/dev/ppc/ppc.c
1690
bus_set_resource(dev, SYS_RES_IOPORT, rid, port,
sys/dev/ppc/ppc.c
1698
ppc->res_ioport = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT,
sys/dev/ppc/ppc.c
1709
SYS_RES_IOPORT,
sys/dev/ppc/ppc.c
1763
bus_release_resource(dev, SYS_RES_IOPORT, ppc->rid_ioport,
sys/dev/ppc/ppc.c
1835
bus_release_resource(dev, SYS_RES_IOPORT, ppc->rid_ioport,
sys/dev/proto/proto_bus_isa.c
109
proto_isa_alloc(dev, SYS_RES_IOPORT, ISA_NPORT);
sys/dev/proto/proto_bus_isa.c
68
type = SYS_RES_IOPORT;
sys/dev/proto/proto_bus_pci.c
89
type = (PCI_BAR_IO(val)) ? SYS_RES_IOPORT : SYS_RES_MEMORY;
sys/dev/proto/proto_bus_pci.c
94
if (type == SYS_RES_IOPORT)
sys/dev/proto/proto_core.c
194
case SYS_RES_IOPORT:
sys/dev/proto/proto_core.c
198
(r->r_type == SYS_RES_IOPORT) ? "io" : "mem");
sys/dev/proto/proto_core.c
252
case SYS_RES_IOPORT:
sys/dev/proto/proto_core.c
56
SYS_RES_IOPORT != PROTO_RES_UNUSED);
sys/dev/proto/proto_core.c
60
SYS_RES_IOPORT != PROTO_RES_PCICFG);
sys/dev/proto/proto_core.c
64
SYS_RES_IOPORT != PROTO_RES_BUSDMA);
sys/dev/puc/puc.c
100
bar->b_type = SYS_RES_IOPORT;
sys/dev/puc/puc.c
115
rm = (bar->b_type == SYS_RES_IOPORT) ? &sc->sc_ioport : &sc->sc_iomem;
sys/dev/puc/puc.c
296
rm = (bar->b_type == SYS_RES_IOPORT)
sys/dev/puc/pucdata.c
1745
crtype = SYS_RES_IOPORT;
sys/dev/quicc/quicc_core.c
233
sc->sc_rtype = SYS_RES_IOPORT;
sys/dev/rccgpio/rccgpio.c
285
sc->sc_io_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/rccgpio/rccgpio.c
313
bus_release_resource(dev, SYS_RES_IOPORT, sc->sc_io_rid,
sys/dev/rccgpio/rccgpio.c
337
bus_release_resource(dev, SYS_RES_IOPORT, sc->sc_io_rid,
sys/dev/re/if_re.c
1256
sc->rl_res_type = SYS_RES_IOPORT;
sys/dev/re/if_re.c
1262
sc->rl_res_type = SYS_RES_IOPORT;
sys/dev/rl/if_rl.c
680
sc->rl_res_type = SYS_RES_IOPORT;
sys/dev/sbni/if_sbni.c
276
bus_release_resource(sc->dev, SYS_RES_IOPORT, sc->io_rid,
sys/dev/sbni/if_sbni_isa.c
81
sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT,
sys/dev/sbni/if_sbni_pci.c
90
sc->io_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/scc/scc_core.c
385
sc->sc_rtype = SYS_RES_IOPORT;
sys/dev/sis/if_sis.c
186
{ SYS_RES_IOPORT, SIS_PCI_LOIO, RF_ACTIVE},
sys/dev/sk/if_sk.c
333
{ SYS_RES_IOPORT, PCIR_BAR(1), RF_ACTIVE },
sys/dev/smc/if_smc.c
231
type = SYS_RES_IOPORT;
sys/dev/smc/if_smc.c
322
type = SYS_RES_IOPORT;
sys/dev/smc/if_smc.c
456
type = SYS_RES_IOPORT;
sys/dev/sound/pci/als4000.c
737
bus_release_resource(dev, SYS_RES_IOPORT, sc->regid, sc->reg);
sys/dev/sound/pci/als4000.c
759
sc->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &sc->regid,
sys/dev/sound/pci/cmi.c
1010
bus_release_resource(dev, SYS_RES_IOPORT, sc->regid, sc->reg);
sys/dev/sound/pci/cmi.c
1035
bus_release_resource(dev, SYS_RES_IOPORT, sc->regid, sc->reg);
sys/dev/sound/pci/cmi.c
1037
bus_release_resource(dev, SYS_RES_IOPORT, sc->mpu_regid, sc->mpu_reg);
sys/dev/sound/pci/cmi.c
942
sc->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &sc->regid,
sys/dev/sound/pci/cs4281.c
779
sc->regtype = SYS_RES_IOPORT;
sys/dev/sound/pci/cs4281.c
848
(sc->regtype == SYS_RES_IOPORT)? "port" : "mem",
sys/dev/sound/pci/emu10k1.c
2087
sc->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &i, RF_ACTIVE);
sys/dev/sound/pci/emu10k1.c
2147
if (sc->reg) bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
sys/dev/sound/pci/emu10k1.c
2170
bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
sys/dev/sound/pci/emu10kx.c
3157
sc->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &i, RF_ACTIVE);
sys/dev/sound/pci/emu10kx.c
3331
bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
sys/dev/sound/pci/emu10kx.c
3377
bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
sys/dev/sound/pci/envy24.c
2474
sc->cs = bus_alloc_resource_any(sc->dev, SYS_RES_IOPORT,
sys/dev/sound/pci/envy24.c
2477
sc->ddma = bus_alloc_resource_any(sc->dev, SYS_RES_IOPORT,
sys/dev/sound/pci/envy24.c
2480
sc->ds = bus_alloc_resource_any(sc->dev, SYS_RES_IOPORT,
sys/dev/sound/pci/envy24.c
2483
sc->mt = bus_alloc_resource_any(sc->dev, SYS_RES_IOPORT,
sys/dev/sound/pci/envy24.c
2622
bus_release_resource(dev, SYS_RES_IOPORT, sc->csid, sc->cs);
sys/dev/sound/pci/envy24.c
2624
bus_release_resource(dev, SYS_RES_IOPORT, sc->ddmaid, sc->ddma);
sys/dev/sound/pci/envy24.c
2626
bus_release_resource(dev, SYS_RES_IOPORT, sc->dsid, sc->ds);
sys/dev/sound/pci/envy24.c
2628
bus_release_resource(dev, SYS_RES_IOPORT, sc->mtid, sc->mt);
sys/dev/sound/pci/envy24.c
2662
bus_release_resource(dev, SYS_RES_IOPORT, sc->csid, sc->cs);
sys/dev/sound/pci/envy24.c
2663
bus_release_resource(dev, SYS_RES_IOPORT, sc->ddmaid, sc->ddma);
sys/dev/sound/pci/envy24.c
2664
bus_release_resource(dev, SYS_RES_IOPORT, sc->dsid, sc->ds);
sys/dev/sound/pci/envy24.c
2665
bus_release_resource(dev, SYS_RES_IOPORT, sc->mtid, sc->mt);
sys/dev/sound/pci/envy24ht.c
2390
sc->cs = bus_alloc_resource_any(sc->dev, SYS_RES_IOPORT,
sys/dev/sound/pci/envy24ht.c
2393
sc->mt = bus_alloc_resource_any(sc->dev, SYS_RES_IOPORT,
sys/dev/sound/pci/envy24ht.c
2522
bus_release_resource(dev, SYS_RES_IOPORT, sc->csid, sc->cs);
sys/dev/sound/pci/envy24ht.c
2524
bus_release_resource(dev, SYS_RES_IOPORT, sc->mtid, sc->mt);
sys/dev/sound/pci/envy24ht.c
2558
bus_release_resource(dev, SYS_RES_IOPORT, sc->csid, sc->cs);
sys/dev/sound/pci/envy24ht.c
2559
bus_release_resource(dev, SYS_RES_IOPORT, sc->mtid, sc->mt);
sys/dev/sound/pci/es137x.c
1728
es->regtype = SYS_RES_IOPORT;
sys/dev/sound/pci/es137x.c
1857
(es->regtype == SYS_RES_IOPORT)? "port" : "mem",
sys/dev/sound/pci/fm801.c
590
fm801->regtype = SYS_RES_IOPORT;
sys/dev/sound/pci/fm801.c
640
(fm801->regtype == SYS_RES_IOPORT)? "port" : "mem",
sys/dev/sound/pci/fm801.c
719
if (type == SYS_RES_IOPORT && rid == PCIR_BAR(0))
sys/dev/sound/pci/ich.c
942
sc->regtype = SYS_RES_IOPORT;
sys/dev/sound/pci/maestro3.c
1359
sc->regtype = SYS_RES_IOPORT;
sys/dev/sound/pci/maestro3.c
1440
(sc->regtype == SYS_RES_IOPORT)? "port" : "mem",
sys/dev/sound/pci/solo.c
829
bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->io);
sys/dev/sound/pci/solo.c
834
bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(1), sc->sb);
sys/dev/sound/pci/solo.c
839
bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(2), sc->vc);
sys/dev/sound/pci/solo.c
844
bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(3), sc->mpu);
sys/dev/sound/pci/solo.c
849
bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(4), sc->gp);
sys/dev/sound/pci/solo.c
869
sc->io = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/sound/pci/solo.c
872
sc->sb = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/sound/pci/solo.c
875
sc->vc = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/sound/pci/solo.c
878
sc->mpu = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/sound/pci/solo.c
881
sc->gp = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/sound/pci/t4dwave.c
858
tr->regtype = SYS_RES_IOPORT;
sys/dev/sound/pci/via8233.c
1188
via->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &via->regid,
sys/dev/sound/pci/via8233.c
1374
bus_release_resource(dev, SYS_RES_IOPORT, via->regid, via->reg);
sys/dev/sound/pci/via8233.c
1412
bus_release_resource(dev, SYS_RES_IOPORT, via->regid, via->reg);
sys/dev/sound/pci/via82c686.c
512
via->reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/sound/pci/via82c686.c
596
if (via->reg) bus_release_resource(dev, SYS_RES_IOPORT, via->regid, via->reg);
sys/dev/sound/pci/via82c686.c
619
bus_release_resource(dev, SYS_RES_IOPORT, via->regid, via->reg);
sys/dev/sound/pci/vibes.c
740
sc->enh_type = SYS_RES_IOPORT;
sys/dev/sound/pci/vibes.c
801
bus_get_resource(dev, SYS_RES_IOPORT, SV_PCI_MIDI, &midi_start, &count);
sys/dev/sound/pci/vibes.c
802
bus_get_resource(dev, SYS_RES_IOPORT, SV_PCI_GAMES, &games_start, &count);
sys/dev/sound/pci/vibes.c
827
bus_set_resource(dev, SYS_RES_IOPORT, SV_PCI_DMAA, sdmaa, SV_PCI_DMAA_SIZE);
sys/dev/sound/pci/vibes.c
828
bus_set_resource(dev, SYS_RES_IOPORT, SV_PCI_DMAC, sdmac, SV_PCI_DMAC_SIZE);
sys/dev/sound/pci/vibes.c
832
sc->dmaa_type = SYS_RES_IOPORT;
sys/dev/sound/pci/vibes.c
850
sc->dmac_type = SYS_RES_IOPORT;
sys/dev/ste/if_ste.c
950
sc->ste_res_type = SYS_RES_IOPORT;
sys/dev/stge/if_stge.c
231
{ SYS_RES_IOPORT, PCIR_BAR(0), RF_ACTIVE },
sys/dev/superio/superio.c
524
error = bus_get_resource(dev, SYS_RES_IOPORT, 0, &port, &count);
sys/dev/superio/superio.c
540
res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
sys/dev/superio/superio.c
593
bus_release_resource(dev, SYS_RES_IOPORT, rid, res);
sys/dev/superio/superio.c
654
bus_set_resource(child, SYS_RES_IOPORT, 0, ports_table[i], 2);
sys/dev/superio/superio.c
743
bus_release_resource(dev, SYS_RES_IOPORT, sc->io_rid, sc->io_res);
sys/dev/superio/superio.c
865
if (resource_list_release_active(rl, dev, child, SYS_RES_IOPORT) != 0)
sys/dev/sym/sym_hipd.c
8512
np->io_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &i, RF_ACTIVE);
sys/dev/sym/sym_hipd.c
8773
bus_release_resource(np->device, SYS_RES_IOPORT,
sys/dev/tdfx/tdfx_pci.c
211
SYS_RES_IOPORT, &rid, RF_ACTIVE | RF_SHAREABLE);
sys/dev/uart/uart_core.c
530
sc->sc_rtype = SYS_RES_IOPORT;
sys/dev/usb/controller/uhci_pci.c
305
sc->sc_io_res = bus_alloc_resource_any(self, SYS_RES_IOPORT, &rid,
sys/dev/usb/controller/uhci_pci.c
452
bus_release_resource(self, SYS_RES_IOPORT, PCI_UHCI_BASE_REG,
sys/dev/viapm/viapm.c
225
if (bus_set_resource(dev, SYS_RES_IOPORT, viapm->iorid,
sys/dev/viapm/viapm.c
315
if (bus_set_resource(dev, SYS_RES_IOPORT, viapm->iorid,
sys/dev/viapm/viapm.c
343
if (!(viapm->iores = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/viapm/viapm.c
401
bus_release_resource(dev, SYS_RES_IOPORT, viapm->iorid, viapm->iores);
sys/dev/viapm/viapm.c
417
if (!(viapm->iores = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/dev/viapm/viapm.c
435
bus_release_resource(dev, SYS_RES_IOPORT,
sys/dev/viapm/viapm.c
449
bus_release_resource(dev, SYS_RES_IOPORT, viapm->iorid,
sys/dev/viapm/viapm.c
463
bus_release_resource(dev, SYS_RES_IOPORT, viapm->iorid, viapm->iores);
sys/dev/virtio/pci/virtio_pci_legacy.c
581
const int res_types[] = { SYS_RES_IOPORT, SYS_RES_MEMORY };
sys/dev/virtio/pci/virtio_pci_modern.c
1017
MPASS(type == SYS_RES_MEMORY || type == SYS_RES_IOPORT);
sys/dev/virtio/pci/virtio_pci_modern.c
992
return (SYS_RES_IOPORT);
sys/dev/vmware/vmci/vmci.c
309
sc->vmci_res0 = bus_alloc_resource_any(sc->vmci_dev, SYS_RES_IOPORT,
sys/dev/vmware/vmci/vmci.c
358
bus_release_resource(sc->vmci_dev, SYS_RES_IOPORT, rid,
sys/dev/vnic/mrml_bridge.c
142
if (type == SYS_RES_IOPORT)
sys/dev/vr/if_vr.c
637
sc->vr_res_type = SYS_RES_IOPORT;
sys/dev/vte/if_vte.c
396
sc->vte_res_type = SYS_RES_IOPORT;
sys/dev/wdatwd/wdatwd.c
722
res->type = SYS_RES_IOPORT;
sys/dev/xl/if_xl.c
1150
res = SYS_RES_IOPORT;
sys/dev/xl/if_xl.c
1561
res = SYS_RES_IOPORT;
sys/isa/isa_common.c
203
bus_delete_resource(child, SYS_RES_IOPORT, i);
sys/isa/isa_common.c
228
bus_set_resource(child, SYS_RES_IOPORT, i,
sys/isa/isa_common.c
231
SYS_RES_IOPORT, &i,
sys/isa/isa_common.c
254
bus_release_resource(child, SYS_RES_IOPORT,
sys/isa/isa_common.c
641
retval += resource_list_print_type(rl, "port", SYS_RES_IOPORT, "%#jx");
sys/isa/isa_common.c
687
rle = resource_list_find(rl, SYS_RES_IOPORT, 0);
sys/isa/isa_common.c
695
rle = resource_list_find(rl, SYS_RES_IOPORT, 1);
sys/isa/isa_common.c
703
rle = resource_list_find(rl, SYS_RES_IOPORT, 0);
sys/isa/isa_common.c
711
rle = resource_list_find(rl, SYS_RES_IOPORT, 1);
sys/isa/isa_common.c
941
if (type != SYS_RES_IOPORT && type != SYS_RES_MEMORY
sys/isa/isa_common.c
946
if (type == SYS_RES_IOPORT && rid >= ISA_NPORT)
sys/isa/isahint.c
145
if (isa_match_resource_hint(child, SYS_RES_IOPORT,
sys/isa/isahint.c
65
bus_set_resource(child, SYS_RES_IOPORT, 0, start, count);
sys/isa/vga_isa.c
151
bus_set_resource(dev, SYS_RES_IOPORT, 0,
sys/isa/vga_isa.c
179
bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid,
sys/kern/subr_bus.c
4456
case SYS_RES_IOPORT:
sys/kern/subr_bus.c
4505
case SYS_RES_IOPORT:
sys/powerpc/mpc85xx/atpic.c
153
bus_set_resource(child, SYS_RES_IOPORT, ATPIC_MASTER, IO_ICU1, 2);
sys/powerpc/mpc85xx/atpic.c
154
bus_set_resource(child, SYS_RES_IOPORT, ATPIC_SLAVE, IO_ICU2, 2);
sys/powerpc/mpc85xx/atpic.c
199
sc->sc_res[ATPIC_MASTER] = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/powerpc/mpc85xx/atpic.c
205
sc->sc_res[ATPIC_SLAVE] = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
sys/powerpc/mpc85xx/atpic.c
232
bus_release_resource(dev, SYS_RES_IOPORT,
sys/powerpc/mpc85xx/atpic.c
235
bus_release_resource(dev, SYS_RES_IOPORT,
sys/powerpc/mpc85xx/isa.c
60
case SYS_RES_IOPORT: rids = ISA_PNP_NPORT; break;
sys/powerpc/mpc85xx/lbc.c
721
if (type == SYS_RES_IOPORT)
sys/powerpc/mpc85xx/lbc.c
827
case SYS_RES_IOPORT:
sys/powerpc/mpc85xx/lbc.c
853
case SYS_RES_IOPORT:
sys/powerpc/mpc85xx/pci_mpc85xx.c
622
case SYS_RES_IOPORT:
sys/powerpc/mpc85xx/pci_mpc85xx.c
731
fsl_pcib_outbound(sc, 2, SYS_RES_IOPORT,
sys/powerpc/powermac/macio.c
516
case SYS_RES_IOPORT:
sys/powerpc/powermac/macio.c
536
case SYS_RES_IOPORT:
sys/powerpc/powermac/macio.c
601
case SYS_RES_IOPORT:
sys/powerpc/powermac/macio.c
616
case SYS_RES_IOPORT:
sys/powerpc/powermac/macio.c
630
case SYS_RES_IOPORT:
sys/powerpc/powermac/macio.c
644
case SYS_RES_IOPORT:
sys/powerpc/powermac/macio.c
669
case SYS_RES_IOPORT:
sys/powerpc/powermac/macio.c
704
case SYS_RES_IOPORT:
sys/powerpc/powermac/uninorth.c
473
case SYS_RES_IOPORT:
sys/powerpc/powermac/uninorth.c
493
case SYS_RES_IOPORT:
sys/powerpc/powermac/uninorth.c
561
case SYS_RES_IOPORT:
sys/powerpc/powermac/uninorth.c
576
case SYS_RES_IOPORT:
sys/powerpc/powermac/uninorth.c
590
case SYS_RES_IOPORT:
sys/powerpc/powermac/uninorth.c
605
case SYS_RES_IOPORT:
sys/powerpc/powermac/uninorth.c
629
case SYS_RES_IOPORT:
sys/powerpc/powermac/uninorth.c
662
case SYS_RES_IOPORT:
sys/powerpc/powerpc/nexus.c
259
case SYS_RES_IOPORT:
sys/powerpc/powerpc/nexus.c
275
case SYS_RES_IOPORT:
sys/powerpc/powerpc/nexus.c
314
case SYS_RES_IOPORT:
sys/powerpc/psim/ata_iobus.c
154
if (type == SYS_RES_IOPORT) {
sys/powerpc/psim/iobus.c
314
case SYS_RES_IOPORT:
sys/powerpc/psim/iobus.c
329
case SYS_RES_IOPORT:
sys/powerpc/psim/iobus.c
349
case SYS_RES_IOPORT:
sys/powerpc/psim/iobus.c
365
case SYS_RES_IOPORT:
sys/powerpc/psim/iobus.c
381
case SYS_RES_IOPORT:
sys/powerpc/psim/iobus.c
396
case SYS_RES_IOPORT:
sys/powerpc/psim/iobus.c
419
case SYS_RES_IOPORT:
sys/powerpc/psim/iobus.c
448
case SYS_RES_IOPORT:
sys/x86/isa/atrtc.c
481
sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->port_rid,
sys/x86/isa/clock.c
569
if (!(sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT,
sys/x86/isa/isa.c
117
case SYS_RES_IOPORT:
sys/x86/pci/pci_bus.c
588
if (type == SYS_RES_IOPORT && start < 0x1000)
sys/x86/x86/mptable.c
1200
type = SYS_RES_IOPORT;
sys/x86/x86/mptable_pci.c
108
if (type == SYS_RES_IOPORT && start + count - 1 == end) {
sys/x86/x86/nexus.c
286
retval += resource_list_print_type(rl, "port", SYS_RES_IOPORT, "%#jx");
sys/x86/x86/nexus.c
334
case SYS_RES_IOPORT:
sys/x86/x86/nexus.c
391
case SYS_RES_IOPORT:
sys/x86/x86/nexus.c
407
case SYS_RES_IOPORT:
sys/x86/x86/nexus.c
439
case SYS_RES_IOPORT: