games/trek/events.c
106
Now.resource -= Now.klings * rtime;
games/trek/events.c
108
Now.time = Now.resource / Now.klings;
games/trek/events.c
389
Now.time = Now.resource / Now.klings;
games/trek/events.c
68
Now.time = Now.resource / Now.klings;
games/trek/kill.c
83
Now.time = Now.resource / Now.klings;
games/trek/setup.c
122
Param.resource = Now.resource = Param.klings * Param.time;
games/trek/trek.h
281
double resource; /* Federation resources */
games/trek/trek.h
317
double resource; /* Federation resources */
sys/bus/firewire/fwohcivar.h
47
struct resource *bsr;
sys/bus/firewire/fwohcivar.h
48
struct resource *irq_res;
sys/bus/gpio/gpio_intel/gpio_intel_var.h
26
struct resource *mem_res;
sys/bus/gpio/gpio_intel/gpio_intel_var.h
27
struct resource *irq_res;
sys/bus/iicbus/pcf/pcf.c
87
struct resource *res_irq, *res_ioport;
sys/bus/isa/isa_common.c
116
struct resource *res[ISA_NMEM];
sys/bus/isa/isa_common.c
180
struct resource *res[ISA_NPORT];
sys/bus/isa/isa_common.c
267
struct resource *res[ISA_NIRQ];
sys/bus/isa/isa_common.c
326
struct resource *res[ISA_NDRQ];
sys/bus/isa/isa_common.h
69
extern struct resource *isa_alloc_resource(device_t bus, device_t child,
sys/bus/isa/isa_common.h
76
struct resource *r);
sys/bus/isa/isa_common.h
78
struct resource *r, int flags,
sys/bus/isa/isa_common.h
82
struct resource *r, void *cookie);
sys/bus/isa/x86_64/isa.c
128
struct resource *r)
sys/bus/isa/x86_64/isa.c
143
isa_setup_intr(device_t bus, device_t child, struct resource *r, int flags,
sys/bus/isa/x86_64/isa.c
152
isa_teardown_intr(device_t bus, device_t child, struct resource *r,
sys/bus/isa/x86_64/isa.c
76
struct resource *
sys/bus/pccard/pccard.c
1105
static struct resource *
sys/bus/pccard/pccard.c
1113
struct resource *r = NULL;
sys/bus/pccard/pccard.c
114
static struct resource *pccard_alloc_resource(device_t dev,
sys/bus/pccard/pccard.c
1157
struct resource *r)
sys/bus/pccard/pccard.c
118
int rid, struct resource *r);
sys/bus/pccard/pccard.c
122
struct resource *irq, int flags, driver_intr_t *intr,
sys/bus/pccard/pccard.c
1235
pccard_setup_intr(device_t dev, device_t child, struct resource *irq,
sys/bus/pccard/pccard.c
126
struct resource *r, void *cookie);
sys/bus/pccard/pccard.c
1262
pccard_teardown_intr(device_t dev, device_t child, struct resource *r,
sys/bus/pccard/pccard.c
1287
struct resource *r)
sys/bus/pccard/pccard.c
1310
int rid, struct resource *r)
sys/bus/pccard/pccard.c
414
struct resource *r = NULL;
sys/bus/pccard/pccard_cis.c
102
struct resource *res;
sys/bus/pccard/pccardvar.h
135
struct resource *ccr_res;
sys/bus/pci/hostb_pci.c
104
static struct resource *
sys/bus/pci/hostb_pci.c
114
struct resource *r)
sys/bus/pci/pci.c
1642
struct resource *table_res, *pba_res;
sys/bus/pci/pci.c
2539
struct resource *res;
sys/bus/pci/pci.c
2823
struct resource *res;
sys/bus/pci/pci.c
2860
struct resource *res;
sys/bus/pci/pci.c
2884
struct resource *res;
sys/bus/pci/pci.c
2940
struct resource *res;
sys/bus/pci/pci.c
3285
pci_setup_intr(device_t dev, device_t child, struct resource *irq, int flags,
sys/bus/pci/pci.c
3384
pci_teardown_intr(device_t dev, device_t child, struct resource *irq,
sys/bus/pci/pci.c
3914
static struct resource *
sys/bus/pci/pci.c
3921
struct resource *res;
sys/bus/pci/pci.c
4014
struct resource *
sys/bus/pci/pci_pci.c
388
struct resource *
sys/bus/pci/pci_private.h
54
struct resource *irq, int flags,
sys/bus/pci/pci_private.h
58
struct resource *irq, void *cookie);
sys/bus/pci/pci_private.h
82
struct resource *pci_alloc_resource(device_t dev, device_t child,
sys/bus/pci/pcib_private.h
74
struct resource *pcib_alloc_resource(device_t dev, device_t child, int type, int *rid,
sys/bus/pci/pcivar.h
109
struct resource *msix_table_res; /* Resource containing vector table. */
sys/bus/pci/pcivar.h
110
struct resource *msix_pba_res; /* Resource containing PBA. */
sys/bus/pci/vga_pci.c
167
struct resource *res;
sys/bus/pci/vga_pci.c
401
vga_pci_setup_intr(device_t dev, device_t child, struct resource *irq,
sys/bus/pci/vga_pci.c
411
vga_pci_teardown_intr(device_t dev, device_t child, struct resource *irq,
sys/bus/pci/vga_pci.c
431
static struct resource *
sys/bus/pci/vga_pci.c
459
struct resource *r)
sys/bus/pci/vga_pci.c
53
struct resource *vr_res;
sys/bus/pci/vga_pci.c
66
static struct resource *vga_pci_alloc_resource(device_t dev, device_t child,
sys/bus/pci/vga_pci.c
70
int rid, struct resource *r);
sys/bus/pci/x86_64/legacyvar.h
54
struct resource *legacy_pcib_alloc_resource(device_t dev, device_t child,
sys/bus/pci/x86_64/pci_bus.c
517
struct resource *
sys/bus/ppbus/ppbconf.c
407
ppbus_setup_intr(device_t bus, device_t child, struct resource *r, int flags,
sys/bus/ppbus/ppbconf.c
433
ppbus_teardown_intr(device_t bus, device_t child, struct resource *r, void *ih)
sys/bus/ppbus/ppbconf.h
203
struct resource *intr_resource;
sys/bus/smbus/amdsmb/amdsmb.c
109
struct resource *res;
sys/bus/smbus/ichiic/ig4_var.h
61
struct resource *regs_res;
sys/bus/smbus/ichiic/ig4_var.h
65
struct resource *intr_res;
sys/bus/smbus/ichsmb/ichsmb_var.h
52
struct resource *io_res; /* i/o port resource */
sys/bus/smbus/ichsmb/ichsmb_var.h
54
struct resource *irq_res; /* interrupt resource */
sys/bus/u4b/controller/ehci.h
323
struct resource *sc_io_res;
sys/bus/u4b/controller/ehci.h
324
struct resource *sc_irq_res;
sys/bus/u4b/controller/ohci.h
230
struct resource *sc_io_res;
sys/bus/u4b/controller/ohci.h
231
struct resource *sc_irq_res;
sys/bus/u4b/controller/uhci.h
222
struct resource *sc_io_res;
sys/bus/u4b/controller/uhci.h
223
struct resource *sc_irq_res;
sys/bus/u4b/controller/xhci.h
505
struct resource *sc_io_res;
sys/bus/u4b/controller/xhci.h
507
struct resource *sc_irq_res;
sys/dev/acpica/acpi.c
1054
struct resource *res;
sys/dev/acpica/acpi.c
1108
static struct resource *
sys/dev/acpica/acpi.c
1116
struct resource *res;
sys/dev/acpica/acpi.c
119
static struct resource *acpi_alloc_resource(device_t bus, device_t child,
sys/dev/acpica/acpi.c
1201
struct resource *r)
sys/dev/acpica/acpi.c
123
int rid, struct resource *r);
sys/dev/acpica/acpi.c
1252
struct resource **res, u_int flags)
sys/dev/acpica/acpi_cpu.c
267
static struct resource *
sys/dev/acpica/acpi_cpu.c
278
int type, int rid, struct resource *r)
sys/dev/acpica/acpi_cpu.c
52
static struct resource *
sys/dev/acpica/acpi_cpu.c
56
int, int, struct resource *);
sys/dev/acpica/acpi_cpu_cstate.h
47
struct resource *res;
sys/dev/acpica/acpi_cpu_pstate.h
53
struct resource *pr_res;
sys/dev/acpica/acpi_ec.c
141
struct resource *ec_data_res;
sys/dev/acpica/acpi_ec.c
146
struct resource *ec_csr_res;
sys/dev/acpica/acpi_hpet.c
66
struct resource *mem_res;
sys/dev/acpica/acpi_package.c
104
struct resource **dst, u_int flags)
sys/dev/acpica/acpi_pci_link.c
860
ACPI_RESOURCE *resource, *end;
sys/dev/acpica/acpi_pci_link.c
888
resource = (ACPI_RESOURCE *)srsbuf.Pointer;
sys/dev/acpica/acpi_pci_link.c
891
if (resource->Type == ACPI_RESOURCE_TYPE_END_TAG)
sys/dev/acpica/acpi_pci_link.c
893
switch (resource->Type) {
sys/dev/acpica/acpi_pci_link.c
906
acpi_config_intr(dev, resource);
sys/dev/acpica/acpi_pci_link.c
914
resource = ACPI_NEXT_RESOURCE(resource);
sys/dev/acpica/acpi_pci_link.c
915
if (resource >= end)
sys/dev/acpica/acpi_pcib_acpi.c
366
static struct resource *
sys/dev/acpica/acpi_pcib_acpi.c
83
static struct resource *acpi_pcib_acpi_alloc_resource(device_t dev,
sys/dev/acpica/acpi_pvpanic/acpi_pvpanic.c
55
struct resource *pvpanic_port_res;
sys/dev/acpica/acpi_resource.c
51
struct resource *res;
sys/dev/acpica/acpi_resource.c
94
acpi_lookup_irq_resource(device_t dev, int rid, struct resource *res,
sys/dev/acpica/acpivar.h
379
ACPI_GENERIC_ADDRESS *gas, struct resource **res,
sys/dev/acpica/acpivar.h
411
struct resource *res, ACPI_RESOURCE *acpi_res);
sys/dev/acpica/acpivar.h
500
int *rid, struct resource **dst, u_int flags);
sys/dev/acpica/acpivar.h
59
struct resource *acpi_irq;
sys/dev/agp/agppriv.h
70
struct resource *as_aperture; /* location of aperture */
sys/dev/agp/intel-gtt.c
162
struct resource *sc_res[3];
sys/dev/agp/intel-gtt.c
165
struct resource *sc_flush_page_res;
sys/dev/apple/smc/smc.h
67
struct resource *sc_ioport;
sys/dev/apple/smc/smc.h
68
struct resource *sc_irq;
sys/dev/apple/smc/smc.h
74
struct resource *sc_iomem;
sys/dev/crypto/tpm/tpm20.h
105
struct resource *mem_res;
sys/dev/crypto/tpm/tpm20.h
106
struct resource *irq_res;
sys/dev/crypto/tpm/tpm_isa.c
46
struct resource *mem_res;
sys/dev/crypto/tpm/tpmvar.h
47
struct resource *mem_res, *irq_res;
sys/dev/disk/advansys/adv_pci.c
137
struct resource *iores, *irqres;
sys/dev/disk/advansys/adw_pci.c
194
struct resource *regs;
sys/dev/disk/advansys/adwcam.c
818
adw_alloc(device_t dev, struct resource *regs, int regs_type, int regs_id)
sys/dev/disk/advansys/adwlib.h
631
struct resource *regs;
sys/dev/disk/advansys/adwlib.h
632
struct resource *irq;
sys/dev/disk/advansys/adwvar.h
42
struct adw_softc * adw_alloc(device_t dev, struct resource *regs,
sys/dev/disk/ahci/ahci.h
516
struct resource *sc_irq; /* bus resources */
sys/dev/disk/ahci/ahci.h
517
struct resource *sc_regs; /* bus resources */
sys/dev/disk/amd/amd.c
2277
struct resource *iores;
sys/dev/disk/amd/amd.c
2385
struct resource *irqres;
sys/dev/disk/buslogic/bt.c
163
bt_init_softc(device_t dev, struct resource *port,
sys/dev/disk/buslogic/bt.c
164
struct resource *irq, struct resource *drq)
sys/dev/disk/buslogic/bt_pci.c
54
struct resource *regs = NULL;
sys/dev/disk/buslogic/bt_pci.c
55
struct resource *irq = NULL;
sys/dev/disk/buslogic/btreg.h
575
struct resource *port;
sys/dev/disk/buslogic/btreg.h
576
struct resource *irq;
sys/dev/disk/buslogic/btreg.h
577
struct resource *drq;
sys/dev/disk/buslogic/btreg.h
643
struct resource *port,
sys/dev/disk/buslogic/btreg.h
644
struct resource *irq,
sys/dev/disk/buslogic/btreg.h
645
struct resource *drq);
sys/dev/disk/fd/fdc.h
66
struct resource *res_ioport, *res_ctl, *res_irq, *res_drq;
sys/dev/disk/isp/isp_pci.c
343
struct resource * regs;
sys/dev/disk/mpt/mpt.h
636
struct resource * pci_irq; /* Interrupt map for chip */
sys/dev/disk/mpt/mpt.h
645
struct resource * pci_reg; /* Register map for chip */
sys/dev/disk/mpt/mpt.h
649
struct resource * pci_pio_reg;
sys/dev/disk/nata/ata-all.h
496
struct resource *res;
sys/dev/disk/nata/ata-all.h
505
struct resource *r_irq; /* interrupt of this channel */
sys/dev/disk/nata/ata-card.c
83
struct resource *io, *ctlio;
sys/dev/disk/nata/ata-isa.c
57
struct resource *io = NULL, *ctlio = NULL;
sys/dev/disk/nata/ata-pci.c
279
struct resource *
sys/dev/disk/nata/ata-pci.c
285
struct resource *res = NULL;
sys/dev/disk/nata/ata-pci.c
332
struct resource *r)
sys/dev/disk/nata/ata-pci.c
369
ata_pci_setup_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/disk/nata/ata-pci.c
391
ata_pci_teardown_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/disk/nata/ata-pci.c
414
struct resource *io = NULL, *ctlio = NULL;
sys/dev/disk/nata/ata-pci.h
49
struct resource *r_res1;
sys/dev/disk/nata/ata-pci.h
492
struct resource * ata_pci_alloc_resource(device_t dev, device_t child, int type, int *rid, u_long start, u_long end, u_long count, u_int flags, int cpuid);
sys/dev/disk/nata/ata-pci.h
493
int ata_pci_release_resource(device_t dev, device_t child, int type, int rid, struct resource *r);
sys/dev/disk/nata/ata-pci.h
494
int ata_pci_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_intr_t *function, void *argument, void **cookiep);
sys/dev/disk/nata/ata-pci.h
495
int ata_pci_teardown_intr(device_t dev, device_t child, struct resource *irq, void *cookie);
sys/dev/disk/nata/ata-pci.h
52
struct resource *r_res2;
sys/dev/disk/nata/ata-pci.h
53
struct resource *r_irq;
sys/dev/disk/nata/chipsets/ata-acerlabs.c
148
struct resource *io = NULL, *ctlio = NULL;
sys/dev/disk/nata/chipsets/ata-via.c
168
struct resource *r_io;
sys/dev/disk/ncr/ncr.c
1003
struct resource *reg_res;
sys/dev/disk/ncr/ncr.c
1008
struct resource *sram_res;
sys/dev/disk/ncr/ncr.c
1012
struct resource *irq_res;
sys/dev/disk/nvme/nvme.h
225
struct resource *regs;
sys/dev/disk/nvme/nvme.h
226
struct resource *bar4;
sys/dev/disk/nvme/nvme.h
234
struct resource *irq[NVME_MAX_QUEUES];
sys/dev/disk/sdhci/sdhci_acpi.c
53
struct resource *irq_res; /* IRQ resource */
sys/dev/disk/sdhci/sdhci_acpi.c
57
struct resource *mem_res; /* Memory resource */
sys/dev/disk/sdhci/sdhci_pci.c
147
struct resource *irq_res; /* IRQ resource */
sys/dev/disk/sdhci/sdhci_pci.c
152
struct resource *mem_res[6]; /* Memory resource */
sys/dev/disk/sili/sili.h
805
struct resource *sc_irq; /* bus resources */
sys/dev/disk/sili/sili.h
806
struct resource *sc_regs; /* bus resources */
sys/dev/disk/sili/sili.h
807
struct resource *sc_pregs; /* bus resources */
sys/dev/disk/sym/sym_hipd.c
1550
struct resource *irq_res;
sys/dev/disk/sym/sym_hipd.c
1551
struct resource *io_res;
sys/dev/disk/sym/sym_hipd.c
1552
struct resource *mmio_res;
sys/dev/disk/sym/sym_hipd.c
1553
struct resource *ram_res;
sys/dev/disk/trm/trm.h
244
struct resource *iores, *irq;
sys/dev/drm/amd/amdgpu/amdgpu.h
873
struct resource *rmmio;
sys/dev/drm/amd/amdgpu/amdgpu.h
912
struct resource *rio_mem;
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
236
adev->acp.acp_res = kcalloc(5, sizeof(struct resource), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_acp.h
36
struct resource *acp_res;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
672
struct resource *res;
sys/dev/drm/drm_dragonfly.c
196
static int drm_alloc_resource(struct drm_device *dev, int resource)
sys/dev/drm/drm_dragonfly.c
198
struct resource *res;
sys/dev/drm/drm_dragonfly.c
203
if (resource >= DRM_MAX_PCI_RESOURCE) {
sys/dev/drm/drm_dragonfly.c
204
DRM_ERROR("Resource %d too large\n", resource);
sys/dev/drm/drm_dragonfly.c
208
if (dev->pcir[resource] != NULL) {
sys/dev/drm/drm_dragonfly.c
213
rid = PCIR_BAR(resource);
sys/dev/drm/drm_dragonfly.c
218
DRM_ERROR("Couldn't find resource 0x%x\n", resource);
sys/dev/drm/drm_dragonfly.c
223
if (dev->pcir[resource] == NULL) {
sys/dev/drm/drm_dragonfly.c
224
dev->pcirid[resource] = rid;
sys/dev/drm/drm_dragonfly.c
225
dev->pcir[resource] = res;
sys/dev/drm/drm_dragonfly.c
232
unsigned int resource)
sys/dev/drm/drm_dragonfly.c
234
if (drm_alloc_resource(dev, resource) != 0)
sys/dev/drm/drm_dragonfly.c
237
return rman_get_start(dev->pcir[resource]);
sys/dev/drm/drm_dragonfly.c
241
unsigned int resource)
sys/dev/drm/drm_dragonfly.c
243
if (drm_alloc_resource(dev, resource) != 0)
sys/dev/drm/drm_dragonfly.c
246
return rman_get_size(dev->pcir[resource]);
sys/dev/drm/drm_memory.c
88
struct resource *tmp;
sys/dev/drm/i915/i915_drv.c
794
pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
sys/dev/drm/i915/i915_drv.h
1672
struct resource *mch_res;
sys/dev/drm/i915/intel_lpe_audio.c
81
struct resource *rsc;
sys/dev/drm/include/drm/drmP.h
190
unsigned int resource);
sys/dev/drm/include/drm/drmP.h
192
unsigned int resource);
sys/dev/drm/include/linux/pci.h
274
struct resource *res;
sys/dev/drm/include/linux/pci.h
91
struct resource *_irqr;
sys/dev/drm/linux_irq.c
113
struct resource *res = ddev->pdev->_irqr;
sys/dev/drm/linux_irq.c
159
bus_teardown_intr(bsddev, irq_entry->resource, irq_entry->cookiep);
sys/dev/drm/linux_irq.c
178
bus_setup_intr(bsddev, irq_entry->resource, INTR_MPSAFE,
sys/dev/drm/linux_irq.c
40
struct resource *resource;
sys/dev/drm/linux_irq.c
76
irq_entry->resource = ddev->pdev->_irqr;
sys/dev/drm/linux_irq.c
84
error = bus_setup_intr(bdev, irq_entry->resource, INTR_MPSAFE,
sys/dev/drm/linux_irq.c
90
irq_entry->rid, irq_entry->resource);
sys/dev/drm/radeon/radeon.h
2374
struct resource *rio_mem;
sys/dev/drm/radeon/radeon_drv.c
373
primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
sys/dev/misc/amdsbwd/amdsbwd.c
130
pmio_read(struct resource *res, uint8_t reg)
sys/dev/misc/amdsbwd/amdsbwd.c
137
pmio_write(struct resource *res, uint8_t reg, uint8_t val)
sys/dev/misc/amdsbwd/amdsbwd.c
262
amdsbwd_probe_sb7xx(device_t dev, struct resource *pmres, uint32_t *addr)
sys/dev/misc/amdsbwd/amdsbwd.c
303
amdsbwd_probe_sb8xx(device_t dev, struct resource *pmres, uint32_t *addr)
sys/dev/misc/amdsbwd/amdsbwd.c
358
amdsbwd_probe_fch41(device_t dev, struct resource *pmres, uint32_t *addr,
sys/dev/misc/amdsbwd/amdsbwd.c
452
struct resource *res;
sys/dev/misc/amdsbwd/amdsbwd.c
88
struct resource *res_ctrl;
sys/dev/misc/amdsbwd/amdsbwd.c
89
struct resource *res_count;
sys/dev/misc/atkbd/atkbd_isa.c
55
struct resource *intr;
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
127
struct resource *port0;
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
128
struct resource *port1;
sys/dev/misc/cmx/cmxvar.h
41
struct resource *ioport; /* io port resource descriptor */
sys/dev/misc/cmx/cmxvar.h
48
struct resource* irq; /* irq resource descriptor */
sys/dev/misc/ichwd/ichwd.h
50
struct resource *smi_res;
sys/dev/misc/ichwd/ichwd.h
53
struct resource *tco_res;
sys/dev/misc/ichwd/ichwd.h
56
struct resource *gcs_res;
sys/dev/misc/ipmi/ipmivars.h
100
struct resource *ipmi_irq_res;
sys/dev/misc/ipmi/ipmivars.h
97
struct resource *ipmi_io_res[MAX_RES];
sys/dev/misc/joy/joy.c
124
struct resource *res;
sys/dev/misc/kbd/atkbdc.c
185
atkbdc_probe_unit(int unit, struct resource *port0, struct resource *port1)
sys/dev/misc/kbd/atkbdc.c
195
atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, struct resource *port0,
sys/dev/misc/kbd/atkbdc.c
196
struct resource *port1)
sys/dev/misc/kbd/atkbdcreg.h
225
struct resource;
sys/dev/misc/kbd/atkbdcreg.h
228
struct resource *port0; /* data port */
sys/dev/misc/kbd/atkbdcreg.h
229
struct resource *port1; /* status port */
sys/dev/misc/kbd/atkbdcreg.h
267
int atkbdc_probe_unit(int unit, struct resource *port0, struct resource *port1);
sys/dev/misc/kbd/atkbdcreg.h
268
int atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, struct resource *port0,
sys/dev/misc/kbd/atkbdcreg.h
269
struct resource *port1);
sys/dev/misc/lpt/lpt.c
136
struct resource *intr_resource; /* interrupt resource */
sys/dev/misc/musycc/musycc.c
1417
struct resource *res;
sys/dev/misc/musycc/musycc.c
248
struct resource *irq[2];
sys/dev/misc/nsclpcsio/nsclpcsio_isa.c
170
struct resource *sc_iores;
sys/dev/misc/nsclpcsio/nsclpcsio_isa.c
262
struct resource *iores;
sys/dev/misc/orm/orm.c
61
struct resource *res[MAX_ROMS];
sys/dev/misc/orm/orm.c
83
struct resource *res;
sys/dev/misc/ppc/ppc.c
2071
ppc_setup_intr(device_t bus, device_t child, struct resource *r, int flags,
sys/dev/misc/ppc/ppc.c
2104
ppc_teardown_intr(device_t bus, device_t child, struct resource *r, void *ih)
sys/dev/misc/ppc/ppc.c
81
static int ppc_setup_intr(device_t, device_t, struct resource *, int,
sys/dev/misc/ppc/ppc.c
83
static int ppc_teardown_intr(device_t, device_t, struct resource *, void *);
sys/dev/misc/ppc/ppcreg.h
108
struct resource *res_irq, *res_drq, *res_ioport;
sys/dev/misc/ppi/ppi.c
71
struct resource *intr_resource; /* interrupt resource */
sys/dev/misc/pps/pps.c
40
struct resource *intr_resource; /* interrupt resource */
sys/dev/misc/psm/psm.c
440
struct resource *intr; /* IRQ resource */
sys/dev/misc/psm/psm.c
7586
struct resource *res;
sys/dev/misc/puc/puc.c
102
struct resource *irqres;
sys/dev/misc/puc/puc.c
109
struct resource *res;
sys/dev/misc/puc/puc.c
130
static struct resource *puc_alloc_resource(device_t, device_t, int, int *,
sys/dev/misc/puc/puc.c
133
struct resource *);
sys/dev/misc/puc/puc.c
135
static int puc_setup_intr(device_t, device_t, struct resource *, int,
sys/dev/misc/puc/puc.c
137
static int puc_teardown_intr(device_t, device_t, struct resource *,
sys/dev/misc/puc/puc.c
144
static void puc_config_win877(struct resource *);
sys/dev/misc/puc/puc.c
174
puc_probe_ilr(struct puc_softc *sc, struct resource *res)
sys/dev/misc/puc/puc.c
210
struct resource *res;
sys/dev/misc/puc/puc.c
311
rle->res = kmalloc(sizeof(struct resource), M_DEVBUF,
sys/dev/misc/puc/puc.c
488
puc_config_win877(struct resource *res)
sys/dev/misc/puc/puc.c
604
static struct resource *
sys/dev/misc/puc/puc.c
609
struct resource *retval;
sys/dev/misc/puc/puc.c
639
struct resource *res)
sys/dev/misc/puc/puc.c
679
puc_setup_intr(device_t dev, device_t child, struct resource *r, int flags,
sys/dev/misc/puc/puc.c
702
puc_teardown_intr(device_t dev, device_t child, struct resource *r,
sys/dev/netif/ae/if_aevar.h
107
struct resource *ae_mem_res;
sys/dev/netif/ae/if_aevar.h
112
struct resource *ae_irq_res;
sys/dev/netif/age/if_agevar.h
192
struct resource *age_mem_res;
sys/dev/netif/age/if_agevar.h
197
struct resource *age_irq_res;
sys/dev/netif/alc/if_alcvar.h
211
struct resource *alc_res;
sys/dev/netif/alc/if_alcvar.h
216
struct resource *alc_irq;
sys/dev/netif/ale/if_alevar.h
188
struct resource *ale_mem_res;
sys/dev/netif/ale/if_alevar.h
193
struct resource *ale_irq_res;
sys/dev/netif/ath/ath/if_ath_ahb.c
84
struct resource *sc_sr; /* memory resource */
sys/dev/netif/ath/ath/if_ath_ahb.c
85
struct resource *sc_irq; /* irq resource */
sys/dev/netif/ath/ath/if_ath_ahb.c
86
struct resource *sc_eeprom; /* eeprom location */
sys/dev/netif/ath/ath/if_ath_pci.c
86
struct resource *sc_sr; /* memory resource */
sys/dev/netif/ath/ath/if_ath_pci.c
87
struct resource *sc_irq; /* irq resource */
sys/dev/netif/bce/if_bcereg.h
5885
struct resource *msix_res;
sys/dev/netif/bce/if_bcereg.h
5935
struct resource *bce_res_mem; /* Device resource handle */
sys/dev/netif/bce/if_bcereg.h
5938
struct resource *bce_res_irq; /* IRQ Resource Handle */
sys/dev/netif/bfe/if_bfereg.h
482
struct resource *bfe_irq;
sys/dev/netif/bfe/if_bfereg.h
483
struct resource *bfe_res;
sys/dev/netif/bge/if_bgevar.h
212
struct resource *bge_irq;
sys/dev/netif/bge/if_bgevar.h
215
struct resource *bge_res; /* MAC mapped I/O */
sys/dev/netif/bge/if_bgevar.h
216
struct resource *bge_res2; /* APE mapped I/O */
sys/dev/netif/bnx/if_bnxvar.h
284
struct resource *bnx_intr_res;
sys/dev/netif/bnx/if_bnxvar.h
311
struct resource *bnx_res; /* MAC mapped I/O */
sys/dev/netif/bnx/if_bnxvar.h
312
struct resource *bnx_res2; /* APE mapped I/O */
sys/dev/netif/bnx/if_bnxvar.h
383
struct resource *bnx_msix_mem_res;
sys/dev/netif/bwn/bwn/if_bwnvar.h
1020
struct resource *bwn_irq;
sys/dev/netif/bwn/bwn/if_bwnvar.h
912
struct resource *mac_res_irq[BWN_MSI_MESSAGES];
sys/dev/netif/bwn/siba/siba_bwn.c
259
static struct resource *
sys/dev/netif/bwn/siba/siba_bwn.c
268
static struct resource *
sys/dev/netif/bwn/siba/siba_bwn.c
281
int rid, struct resource *r)
sys/dev/netif/bwn/siba/siba_bwn.c
291
siba_bwn_setup_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/netif/bwn/siba/siba_bwn.c
301
siba_bwn_setup_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/netif/bwn/siba/siba_bwn.c
313
siba_bwn_teardown_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/netif/bwn/siba/sibavar.h
601
struct resource *siba_mem_res;
sys/dev/netif/dc/if_dcreg.h
704
struct resource *dc_irq;
sys/dev/netif/dc/if_dcreg.h
705
struct resource *dc_res;
sys/dev/netif/de/if_de.c
4162
struct resource *res;
sys/dev/netif/de/if_devar.h
503
struct resource *de_res;
sys/dev/netif/de/if_devar.h
507
struct resource *de_irq;
sys/dev/netif/em/if_em.h
270
struct resource *memory;
sys/dev/netif/em/if_em.h
272
struct resource *flash;
sys/dev/netif/em/if_em.h
275
struct resource *ioport;
sys/dev/netif/em/if_em.h
278
struct resource *intr_res;
sys/dev/netif/emx/if_emx.h
371
struct resource *memory;
sys/dev/netif/emx/if_emx.h
374
struct resource *flash;
sys/dev/netif/emx/if_emx.h
377
struct resource *intr_res;
sys/dev/netif/et/if_etvar.h
216
struct resource *sc_mem_res;
sys/dev/netif/et/if_etvar.h
222
struct resource *sc_irq_res;
sys/dev/netif/fxp/if_fxpvar.h
101
struct resource *irq; /* resource descriptor for interrupt */
sys/dev/netif/fxp/if_fxpvar.h
98
struct resource *mem; /* resource descriptor for registers */
sys/dev/netif/igb/if_igb.h
309
struct resource *intr_res;
sys/dev/netif/igb/if_igb.h
336
struct resource *mem_res;
sys/dev/netif/igb/if_igb.h
404
struct resource *msix_mem_res;
sys/dev/netif/iwi/if_iwivar.h
161
struct resource *irq;
sys/dev/netif/iwi/if_iwivar.h
162
struct resource *mem;
sys/dev/netif/iwm/if_iwmvar.h
434
struct resource *sc_irq;
sys/dev/netif/iwm/if_iwmvar.h
435
struct resource *sc_mem;
sys/dev/netif/iwn/if_iwnvar.h
302
struct resource *mem;
sys/dev/netif/iwn/if_iwnvar.h
305
struct resource *irq;
sys/dev/netif/ix/if_ix.h
292
struct resource *intr_res;
sys/dev/netif/ix/if_ix.h
360
struct resource *mem_res;
sys/dev/netif/ix/if_ix.h
363
struct resource *msix_mem_res;
sys/dev/netif/jme/if_jmevar.h
218
struct resource *jme_msix_res;
sys/dev/netif/jme/if_jmevar.h
243
struct resource *jme_mem_res;
sys/dev/netif/jme/if_jmevar.h
249
struct resource *jme_irq_res;
sys/dev/netif/lge/if_lgereg.h
525
struct resource *lge_res;
sys/dev/netif/lge/if_lgereg.h
526
struct resource *lge_irq;
sys/dev/netif/lnc/if_lnc_pci.c
115
struct resource *sc_rres;
sys/dev/netif/lnc/if_lnc_pci.c
120
struct resource *sc_ires;
sys/dev/netif/mn/if_mn.c
1285
struct resource *res;
sys/dev/netif/mn/if_mn.c
243
struct resource *irq;
sys/dev/netif/msk/if_mskreg.h
2451
struct resource *msk_res; /* I/O port/mem resource */
sys/dev/netif/msk/if_mskreg.h
2457
struct resource *msk_irq; /* IRQ resources */
sys/dev/netif/mxge/if_mxge_var.h
118
struct resource *intr_res;
sys/dev/netif/mxge/if_mxge_var.h
152
struct resource *mem_res;
sys/dev/netif/mxge/if_mxge_var.h
153
struct resource *msix_table_res;
sys/dev/netif/my/if_myreg.h
360
struct resource *my_res;
sys/dev/netif/my/if_myreg.h
361
struct resource *my_irq;
sys/dev/netif/nfe/if_nfevar.h
83
struct resource *sc_mem_res;
sys/dev/netif/nfe/if_nfevar.h
88
struct resource *sc_irq_res;
sys/dev/netif/nge/if_ngereg.h
635
struct resource *nge_res;
sys/dev/netif/nge/if_ngereg.h
636
struct resource *nge_irq;
sys/dev/netif/oce/oce_if.h
265
struct resource *intr_res; /* PCI resource container */
sys/dev/netif/oce/oce_if.h
808
struct resource *devcfg_res;
sys/dev/netif/oce/oce_if.h
813
struct resource *csr_res;
sys/dev/netif/oce/oce_if.h
818
struct resource *db_res;
sys/dev/netif/pcn/if_pcnreg.h
429
struct resource *pcn_res;
sys/dev/netif/pcn/if_pcnreg.h
430
struct resource *pcn_irq;
sys/dev/netif/plip/if_plip.c
154
struct resource *res_irq;
sys/dev/netif/ral/if_ral_pci.c
151
struct resource *irq;
sys/dev/netif/ral/if_ral_pci.c
152
struct resource *mem;
sys/dev/netif/re/if_revar.h
124
struct resource *re_res;
sys/dev/netif/re/if_revar.h
125
struct resource *re_irq;
sys/dev/netif/re/re.h
894
struct resource *re_res;
sys/dev/netif/re/re.h
897
struct resource *re_res_pba;
sys/dev/netif/re/re.h
898
struct resource *re_irq;
sys/dev/netif/rl/if_rlreg.h
366
struct resource *rl_res;
sys/dev/netif/rl/if_rlreg.h
367
struct resource *rl_irq;
sys/dev/netif/sbsh/if_sbsh.c
100
struct resource *irq_res;
sys/dev/netif/sbsh/if_sbsh.c
99
struct resource *mem_res;
sys/dev/netif/sf/if_sfreg.h
1010
struct resource *sf_irq; /* irq resource descriptor */
sys/dev/netif/sf/if_sfreg.h
1011
struct resource *sf_res; /* mem/ioport resource */
sys/dev/netif/sis/if_sisreg.h
436
struct resource *sis_res;
sys/dev/netif/sis/if_sisreg.h
437
struct resource *sis_irq;
sys/dev/netif/sk/if_skvar.h
161
struct resource *sk_res;
sys/dev/netif/sk/if_skvar.h
166
struct resource *sk_irq;
sys/dev/netif/sln/if_slnvar.h
50
struct resource *sln_res;
sys/dev/netif/sln/if_slnvar.h
51
struct resource *sln_irq;
sys/dev/netif/sn/if_snvar.h
47
struct resource *irq_res;
sys/dev/netif/sn/if_snvar.h
49
struct resource *port_res;
sys/dev/netif/ste/if_stereg.h
496
struct resource *ste_res;
sys/dev/netif/ste/if_stereg.h
497
struct resource *ste_irq;
sys/dev/netif/stge/if_stgevar.h
129
struct resource *sc_res;
sys/dev/netif/stge/if_stgevar.h
132
struct resource *sc_irq;
sys/dev/netif/ti/if_tireg.h
1130
struct resource *ti_irq;
sys/dev/netif/ti/if_tireg.h
1131
struct resource *ti_res;
sys/dev/netif/tl/if_tlreg.h
118
struct resource *tl_irq;
sys/dev/netif/tl/if_tlreg.h
119
struct resource *tl_res;
sys/dev/netif/tx/if_txvar.h
63
struct resource *res;
sys/dev/netif/tx/if_txvar.h
64
struct resource *irq;
sys/dev/netif/txp/if_txpreg.h
597
struct resource *sc_res;
sys/dev/netif/txp/if_txpreg.h
598
struct resource *sc_irq;
sys/dev/netif/vge/if_vgevar.h
107
struct resource *vge_res;
sys/dev/netif/vge/if_vgevar.h
108
struct resource *vge_irq;
sys/dev/netif/vr/if_vrreg.h
466
struct resource *vr_res;
sys/dev/netif/vr/if_vrreg.h
467
struct resource *vr_irq;
sys/dev/netif/wb/if_wbreg.h
370
struct resource *wb_res;
sys/dev/netif/wb/if_wbreg.h
371
struct resource *wb_irq;
sys/dev/netif/wi/if_wivar.h
100
struct resource * mem;
sys/dev/netif/wi/if_wivar.h
94
struct resource * local;
sys/dev/netif/wi/if_wivar.h
96
struct resource * iobase;
sys/dev/netif/wi/if_wivar.h
98
struct resource * irq;
sys/dev/netif/wpi/if_wpivar.h
216
struct resource *irq;
sys/dev/netif/wpi/if_wpivar.h
217
struct resource *mem;
sys/dev/netif/xe/if_xe_pccard.c
171
struct resource *r;
sys/dev/netif/xe/if_xevar.h
48
struct resource *irq_res;
sys/dev/netif/xe/if_xevar.h
50
struct resource *port_res;
sys/dev/netif/xe/if_xevar.h
52
struct resource *ce2_port_res;
sys/dev/netif/xl/if_xlreg.h
588
struct resource *xl_irq;
sys/dev/netif/xl/if_xlreg.h
589
struct resource *xl_res;
sys/dev/netif/xl/if_xlreg.h
608
struct resource *xl_fres;
sys/dev/pccard/cardbus/cardbus_cis.c
101
static int cardbus_read_tuple_mem(device_t cbdev, struct resource *res,
sys/dev/pccard/cardbus/cardbus_cis.c
105
struct resource *res, uint32_t start, uint32_t *off,
sys/dev/pccard/cardbus/cardbus_cis.c
108
int rid, struct resource *res);
sys/dev/pccard/cardbus/cardbus_cis.c
109
static struct resource *cardbus_read_tuple_init(device_t cbdev, device_t child,
sys/dev/pccard/cardbus/cardbus_cis.c
441
cardbus_read_tuple_mem(device_t cbdev, struct resource *res, uint32_t start,
sys/dev/pccard/cardbus/cardbus_cis.c
460
cardbus_read_tuple(device_t cbdev, device_t child, struct resource *res,
sys/dev/pccard/cardbus/cardbus_cis.c
464
if (res == (struct resource*)~0UL) {
sys/dev/pccard/cardbus/cardbus_cis.c
475
struct resource *res)
sys/dev/pccard/cardbus/cardbus_cis.c
477
if (res != (struct resource*)~0UL) {
sys/dev/pccard/cardbus/cardbus_cis.c
484
static struct resource *
sys/dev/pccard/cardbus/cardbus_cis.c
490
struct resource *res;
sys/dev/pccard/cardbus/cardbus_cis.c
495
return ((struct resource*)~0UL);
sys/dev/pccard/cardbus/cardbus_cis.c
653
struct resource *res;
sys/dev/pccard/exca/exca.c
246
exca_mem_map(struct exca_softc *sc, int kind, struct resource *res)
sys/dev/pccard/exca/exca.c
306
exca_mem_findmap(struct exca_softc *sc, struct resource *res)
sys/dev/pccard/exca/exca.c
329
exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags)
sys/dev/pccard/exca/exca.c
350
exca_mem_unmap_res(struct exca_softc *sc, struct resource *res)
sys/dev/pccard/exca/exca.c
368
exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
sys/dev/pccard/exca/exca.c
462
exca_io_map(struct exca_softc *sc, int width, struct resource *r)
sys/dev/pccard/exca/exca.c
510
exca_io_findmap(struct exca_softc *sc, struct resource *res)
sys/dev/pccard/exca/exca.c
525
exca_io_unmap_res(struct exca_softc *sc, struct resource *res)
sys/dev/pccard/exca/exca.c
781
int rid, struct resource *res)
sys/dev/pccard/exca/exca.c
806
int rid, struct resource *res)
sys/dev/pccard/exca/exca.c
825
static struct resource *
sys/dev/pccard/exca/exca.c
829
struct resource *res = NULL;
sys/dev/pccard/exca/exca.c
876
int rid, struct resource *res)
sys/dev/pccard/exca/excavar.h
109
int exca_io_map(struct exca_softc *sc, int width, struct resource *r);
sys/dev/pccard/exca/excavar.h
110
int exca_io_unmap_res(struct exca_softc *sc, struct resource *res);
sys/dev/pccard/exca/excavar.h
112
int exca_mem_map(struct exca_softc *sc, int kind, struct resource *res);
sys/dev/pccard/exca/excavar.h
113
int exca_mem_set_flags(struct exca_softc *sc, struct resource *res,
sys/dev/pccard/exca/excavar.h
115
int exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
sys/dev/pccard/exca/excavar.h
117
int exca_mem_unmap_res(struct exca_softc *sc, struct resource *res);
sys/dev/pccard/exca/excavar.h
125
int rid, struct resource *res);
sys/dev/pccard/exca/excavar.h
127
int rid, struct resource *res);
sys/dev/pccard/pccbb/pccbb.c
1114
int rid, struct resource *res)
sys/dev/pccard/pccbb/pccbb.c
1128
int rid, struct resource *res)
sys/dev/pccard/pccbb/pccbb.c
1140
static struct resource *
sys/dev/pccard/pccbb/pccbb.c
1146
struct resource *res;
sys/dev/pccard/pccbb/pccbb.c
1201
int rid, struct resource *res)
sys/dev/pccard/pccbb/pccbb.c
1283
struct resource *res)
sys/dev/pccard/pccbb/pccbb.c
1291
int rid, struct resource *res)
sys/dev/pccard/pccbb/pccbb.c
1297
static struct resource *
sys/dev/pccard/pccbb/pccbb.c
1301
struct resource *res = NULL;
sys/dev/pccard/pccbb/pccbb.c
1356
int rid, struct resource *res)
sys/dev/pccard/pccbb/pccbb.c
1380
struct resource *res;
sys/dev/pccard/pccbb/pccbb.c
1398
struct resource *res;
sys/dev/pccard/pccbb/pccbb.c
1416
struct resource *r)
sys/dev/pccard/pccbb/pccbb.c
1429
int rid, struct resource *r)
sys/dev/pccard/pccbb/pccbb.c
1441
struct resource *
sys/dev/pccard/pccbb/pccbb.c
1457
struct resource *r)
sys/dev/pccard/pccbb/pccbb.c
167
int type, int rid, struct resource *res);
sys/dev/pccard/pccbb/pccbb.c
169
device_t child, int type, int rid, struct resource *res);
sys/dev/pccard/pccbb/pccbb.c
170
static struct resource *cbb_cardbus_alloc_resource(device_t brdev,
sys/dev/pccard/pccbb/pccbb.c
174
int type, int rid, struct resource *res);
sys/dev/pccard/pccbb/pccbb.c
182
cbb_remove_res(struct cbb_softc *sc, struct resource *res)
sys/dev/pccard/pccbb/pccbb.c
195
static struct resource *
sys/dev/pccard/pccbb/pccbb.c
207
cbb_insert_res(struct cbb_softc *sc, struct resource *res, int type,
sys/dev/pccard/pccbb/pccbb.c
335
cbb_setup_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/pccard/pccbb/pccbb.c
367
cbb_teardown_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/pccard/pccbb/pccbb_isa.c
100
struct resource *res;
sys/dev/pccard/pccbb/pccbbvar.h
117
int type, int rid, struct resource *r);
sys/dev/pccard/pccbb/pccbbvar.h
118
struct resource *cbb_alloc_resource(device_t brdev, device_t child,
sys/dev/pccard/pccbb/pccbbvar.h
124
int type, int rid, struct resource *r);
sys/dev/pccard/pccbb/pccbbvar.h
143
int type, int rid, struct resource *r);
sys/dev/pccard/pccbb/pccbbvar.h
145
int cbb_setup_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/pccard/pccbb/pccbbvar.h
150
int cbb_teardown_intr(device_t dev, device_t child, struct resource *irq,
sys/dev/pccard/pccbb/pccbbvar.h
45
struct resource *res;
sys/dev/pccard/pccbb/pccbbvar.h
61
struct resource *base_res;
sys/dev/pccard/pccbb/pccbbvar.h
62
struct resource *irq_res;
sys/dev/powermng/alpm/alpm.c
121
struct resource *res;
sys/dev/powermng/amdpm/amdpm.c
122
struct resource *res;
sys/dev/powermng/aps/aps.c
131
struct resource *sc_iores;
sys/dev/powermng/aps/aps.c
148
static int aps_init(struct resource *);
sys/dev/powermng/aps/aps.c
152
static int aps_do_io(struct resource *, unsigned char *, int, int);
sys/dev/powermng/aps/aps.c
180
aps_do_io(struct resource *iores, unsigned char *buf, int wmask, int rmask)
sys/dev/powermng/aps/aps.c
292
struct resource *iores;
sys/dev/powermng/aps/aps.c
417
aps_init(struct resource *iores)
sys/dev/powermng/intpm/intpm.c
125
amd_pmio_read(struct resource *res, uint8_t reg)
sys/dev/powermng/intpm/intpm.c
136
struct resource *res;
sys/dev/powermng/intpm/intpm.c
51
struct resource *io_res;
sys/dev/powermng/intpm/intpm.c
52
struct resource *irq_res;
sys/dev/powermng/it/it.c
109
struct resource *iores;
sys/dev/powermng/it/itvar.h
81
struct resource *sc_iores;
sys/dev/powermng/lm/lm78_isa.c
49
struct resource *sc_iores;
sys/dev/powermng/lm/lm78_isa.c
87
struct resource *iores;
sys/dev/powermng/uguru/uguru.c
692
struct resource *iores;
sys/dev/powermng/uguru/uguru.c
98
struct resource *sc_iores;
sys/dev/powermng/viapm/viapm.c
84
struct resource *iores;
sys/dev/powermng/viapm/viapm.c
85
struct resource *irqres;
sys/dev/powermng/wbsio/wbsio.c
129
struct resource *iores;
sys/dev/powermng/wbsio/wbsiovar.h
20
struct resource *sc_iores;
sys/dev/raid/aac/aacvar.h
314
struct resource *aac_regs_res0, *aac_regs_res1; /* reg. if. window */
sys/dev/raid/aac/aacvar.h
321
struct resource *aac_irq; /* interrupt */
sys/dev/raid/amr/amrvar.h
180
struct resource *amr_reg; /* control registers */
sys/dev/raid/amr/amrvar.h
186
struct resource *amr_irq; /* interrupt */
sys/dev/raid/arcmsr/arcmsr.c
4667
struct resource *irqres;
sys/dev/raid/arcmsr/arcmsr.h
1249
struct resource *sys_res_arcmsr[2];
sys/dev/raid/arcmsr/arcmsr.h
1250
struct resource *irqres[ARCMSR_NUM_MSIX_VECTORS];
sys/dev/raid/asr/asr.c
328
struct resource * ha_mem_res;
sys/dev/raid/asr/asr.c
329
struct resource * ha_mes_res;
sys/dev/raid/asr/asr.c
330
struct resource * ha_irq_res;
sys/dev/raid/ciss/cissvar.h
185
struct resource *ciss_regs_resource; /* register interface window */
sys/dev/raid/ciss/cissvar.h
190
struct resource *ciss_cfg_resource; /* config struct interface window */
sys/dev/raid/ciss/cissvar.h
199
struct resource *ciss_irq_resource; /* interrupt */
sys/dev/raid/dpt/dpt_pci.c
73
struct resource *io = NULL;
sys/dev/raid/dpt/dpt_pci.c
74
struct resource *irq = NULL;
sys/dev/raid/hpt27xx/os_bsd.h
138
struct resource *res;
sys/dev/raid/hpt27xx/os_bsd.h
145
struct resource *irq_res;
sys/dev/raid/hptiop/hptiop.h
388
struct resource *bar0_res;
sys/dev/raid/hptiop/hptiop.h
393
struct resource *bar2_res;
sys/dev/raid/hptiop/hptiop.h
404
struct resource *irq_res;
sys/dev/raid/hptiop/hptiop.h
408
struct resource *ctlcfg_res;
sys/dev/raid/hptmv/osbsd.h
155
struct resource *hpt_irq; /* interrupt */
sys/dev/raid/hptmv/osbsd.h
156
struct resource *mem_res;
sys/dev/raid/hptrr/os_bsd.h
139
struct resource *res;
sys/dev/raid/hptrr/os_bsd.h
146
struct resource *irq_res;
sys/dev/raid/ida/idavar.h
132
struct resource *regs;
sys/dev/raid/ida/idavar.h
135
struct resource *irq;
sys/dev/raid/iir/iir_pci.c
180
struct resource *io = NULL, *irq = NULL;
sys/dev/raid/ips/ips.h
416
struct resource *iores;
sys/dev/raid/ips/ips.h
417
struct resource *irqres;
sys/dev/raid/mfi/mfivar.h
207
struct resource *mfi_regs_resource;
sys/dev/raid/mfi/mfivar.h
248
struct resource *mfi_irq;
sys/dev/raid/mlx/mlxvar.h
111
struct resource *mlx_mem; /* mailbox interface window */
sys/dev/raid/mlx/mlxvar.h
118
struct resource *mlx_irq; /* interrupt */
sys/dev/raid/mly/mlyvar.h
163
struct resource *mly_regs_resource; /* register interface window */
sys/dev/raid/mly/mlyvar.h
169
struct resource *mly_irq; /* interrupt */
sys/dev/raid/mpr/mprvar.h
294
struct resource *irq;
sys/dev/raid/mpr/mprvar.h
356
struct resource *mpr_regs_resource;
sys/dev/raid/mps/mpsvar.h
324
struct resource *mps_regs_resource;
sys/dev/raid/mps/mpsvar.h
345
struct resource *mps_irq[MPS_MSI_COUNT];
sys/dev/raid/mrsas/mrsas.h
2305
struct resource *reg_res; // register interface window
sys/dev/raid/mrsas/mrsas.h
2349
struct resource *mrsas_irq; // interrupt interface window
sys/dev/raid/twa/tw_osl.h
161
struct resource *reg_res; /* register interface window */
sys/dev/raid/twa/tw_osl.h
171
struct resource *irq_res; /* interrupt resource */
sys/dev/raid/twe/twe_compat.h
72
struct resource *twe_io; /* register interface window */ \
sys/dev/raid/twe/twe_compat.h
77
struct resource *twe_irq; /* interrupt */ \
sys/dev/raid/tws/tws.h
151
struct resource *tbl_res;
sys/dev/raid/tws/tws.h
222
struct resource *reg_res; /* register interface window */
sys/dev/raid/tws/tws.h
223
struct resource *mfa_res; /* mfa interface window */
sys/dev/raid/tws/tws.h
231
struct resource *irq_res; /* interrupt resource */
sys/dev/serial/sio/sio.c
569
struct resource *port;
sys/dev/serial/sio/sio.c
987
struct resource *port;
sys/dev/serial/sio/sio_private.h
156
struct resource *irqres;
sys/dev/serial/sio/sio_private.h
157
struct resource *ioportres;
sys/dev/sound/pci/als4000.c
79
struct resource *reg, *irq;
sys/dev/sound/pci/atiixp.c
117
struct resource *reg, *irq;
sys/dev/sound/pci/aureal.c
556
struct resource *reg[10];
sys/dev/sound/pci/aureal.c
559
struct resource *irq = 0;
sys/dev/sound/pci/cmi.c
116
struct resource *reg, *irq;
sys/dev/sound/pci/cmi.c
127
struct resource *mpu_reg;
sys/dev/sound/pci/cs4281.c
91
struct resource *reg, *irq, *mem;
sys/dev/sound/pci/emu10k1.c
219
struct resource *reg, *irq;
sys/dev/sound/pci/emu10kx.c
329
struct resource *reg;
sys/dev/sound/pci/emu10kx.c
330
struct resource *irq;
sys/dev/sound/pci/envy24.c
122
struct resource *cs;
sys/dev/sound/pci/envy24.c
127
struct resource *ddma;
sys/dev/sound/pci/envy24.c
132
struct resource *ds;
sys/dev/sound/pci/envy24.c
137
struct resource *mt;
sys/dev/sound/pci/envy24.c
144
struct resource *irq;
sys/dev/sound/pci/envy24ht.c
131
struct resource *cs;
sys/dev/sound/pci/envy24ht.c
136
struct resource *mt;
sys/dev/sound/pci/envy24ht.c
143
struct resource *irq;
sys/dev/sound/pci/es137x.c
214
struct resource *reg, *irq;
sys/dev/sound/pci/fm801.c
145
struct resource *reg, *irq;
sys/dev/sound/pci/fm801.c
716
static struct resource *
sys/dev/sound/pci/fm801.c
732
struct resource *r)
sys/dev/sound/pci/hda/hdac_private.h
107
struct resource *irq_res;
sys/dev/sound/pci/hda/hdac_private.h
94
struct resource *mem_res;
sys/dev/sound/pci/hdspe.h
147
struct resource *cs;
sys/dev/sound/pci/hdspe.h
152
struct resource *irq;
sys/dev/sound/pci/ich.c
181
struct resource *nambar, *nabmbar, *irq;
sys/dev/sound/pci/maestro.c
152
struct resource *reg;
sys/dev/sound/pci/maestro.c
157
struct resource *irq;
sys/dev/sound/pci/maestro.c
1782
struct resource *reg = NULL;
sys/dev/sound/pci/maestro.c
1785
struct resource *irq = NULL;
sys/dev/sound/pci/neomagic.c
66
struct resource *reg, *irq, *buf;
sys/dev/sound/pci/solo.c
154
port_rd(struct resource *port, int regno, int size)
sys/dev/sound/pci/solo.c
172
port_wr(struct resource *port, int regno, u_int32_t data, int size)
sys/dev/sound/pci/solo.c
94
struct resource *io, *sb, *vc, *mpu, *gp; /* I/O address for the board */
sys/dev/sound/pci/solo.c
95
struct resource *irq;
sys/dev/sound/pci/t4dwave.c
98
struct resource *reg, *irq;
sys/dev/sound/pci/via8233.c
110
struct resource *reg, *irq;
sys/dev/sound/pci/via82c686.c
83
struct resource *reg, *irq;
sys/dev/sound/pci/vibes.c
80
struct resource *enh_reg;
sys/dev/sound/pci/vibes.c
87
struct resource *dmaa_reg, *dmac_reg;
sys/dev/sound/pci/vibes.c
94
struct resource *irq;
sys/dev/sound/pcm/buffer.h
126
int sndbuf_dmasetup(struct snd_dbuf *b, struct resource *drq);
sys/dev/sound/pcm/sound.c
121
snd_setup_intr(device_t dev, struct resource *res, int flags, driver_intr_t hand, void *param, void **cookiep)
sys/dev/sound/pcm/sound.h
353
int snd_setup_intr(device_t dev, struct resource *res, int flags,
sys/dev/video/bktr/bktr_reg.h
443
struct resource *res_mem; /* 4.x resource descriptor for registers */
sys/dev/video/bktr/bktr_reg.h
445
struct resource *res_irq; /* 4.x resource descriptor for interrupt */
sys/dev/video/cxm/cxm.h
219
struct resource *mem_res; /* Resource descriptor for registers */
sys/dev/video/cxm/cxm.h
223
struct resource *irq_res; /* Resource descriptor for interrupt */
sys/dev/virtual/amazon/ena/ena.h
167
struct resource *res;
sys/dev/virtual/amazon/ena/ena.h
324
struct resource *memory;
sys/dev/virtual/amazon/ena/ena.h
325
struct resource *registers;
sys/dev/virtual/hyperv/vmbus/vmbus_var.h
54
struct resource *intr_res;
sys/dev/virtual/virtio/mmio/virtio_mmio.h
49
struct resource *res[1]; /* MMIO register window */
sys/dev/virtual/virtio/mmio/virtio_mmio.h
63
struct resource *irq;
sys/dev/virtual/virtio/pci/virtio_pci.c
102
struct resource *irq;
sys/dev/virtual/virtio/pci/virtio_pci.c
542
struct resource *irq;
sys/dev/virtual/virtio/pci/virtio_pci.c
61
struct resource *vtpci_res;
sys/dev/virtual/virtio/pci/virtio_pci.c
62
struct resource *vtpci_msix_res;
sys/dev/virtual/vmware/pvscsi/pvscsi.c
212
struct resource *mm_res;
sys/dev/virtual/vmware/pvscsi/pvscsi.c
215
struct resource *irq_res;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
672
struct resource *irq;
sys/dev/virtual/vmware/vmxnet3/if_vmxvar.h
196
struct resource *vmxi_irq;
sys/dev/virtual/vmware/vmxnet3/if_vmxvar.h
212
struct resource *vmx_res0;
sys/dev/virtual/vmware/vmxnet3/if_vmxvar.h
215
struct resource *vmx_res1;
sys/dev/virtual/vmware/vmxnet3/if_vmxvar.h
218
struct resource *vmx_msix_res;
sys/kern/subr_bus.c
2672
struct resource *
sys/kern/subr_bus.c
2723
int type, int rid, struct resource *res)
sys/kern/subr_bus.c
3019
bus_generic_setup_intr(device_t dev, device_t child, struct resource *irq,
sys/kern/subr_bus.c
3033
bus_generic_teardown_intr(device_t dev, device_t child, struct resource *irq,
sys/kern/subr_bus.c
3070
struct resource *
sys/kern/subr_bus.c
3084
struct resource *r)
sys/kern/subr_bus.c
3095
struct resource *r)
sys/kern/subr_bus.c
3106
int rid, struct resource *r)
sys/kern/subr_bus.c
3220
int rid, struct resource *r)
sys/kern/subr_bus.c
3231
struct resource *
sys/kern/subr_bus.c
3261
struct resource **res)
sys/kern/subr_bus.c
3280
struct resource **res)
sys/kern/subr_bus.c
3292
struct resource *
sys/kern/subr_bus.c
3302
struct resource *
sys/kern/subr_bus.c
3312
bus_activate_resource(device_t dev, int type, int rid, struct resource *r)
sys/kern/subr_bus.c
3320
bus_deactivate_resource(device_t dev, int type, int rid, struct resource *r)
sys/kern/subr_bus.c
3328
bus_release_resource(device_t dev, int type, int rid, struct resource *r)
sys/kern/subr_bus.c
3336
bus_setup_intr_descr(device_t dev, struct resource *r, int flags,
sys/kern/subr_bus.c
3347
bus_setup_intr(device_t dev, struct resource *r, int flags,
sys/kern/subr_bus.c
3356
bus_teardown_intr(device_t dev, struct resource *r, void *cookie)
sys/kern/subr_gtaskqueue.c
645
void *uniq, device_t dev, struct resource *irq, const char *name)
sys/kern/subr_gtaskqueue.c
685
void *uniq, int cpu, device_t dev, struct resource *irq, const char *name)
sys/kern/subr_rman.c
125
struct resource *r, *s;
sys/kern/subr_rman.c
157
struct resource *r;
sys/kern/subr_rman.c
204
struct resource *
sys/kern/subr_rman.c
209
struct resource *r, *s, *rv;
sys/kern/subr_rman.c
395
struct resource *whohas;
sys/kern/subr_rman.c
407
int_rman_activate_resource(struct rman *rm, struct resource *r,
sys/kern/subr_rman.c
408
struct resource **whohas)
sys/kern/subr_rman.c
410
struct resource *s;
sys/kern/subr_rman.c
442
rman_activate_resource(struct resource *r)
sys/kern/subr_rman.c
445
struct resource *whohas;
sys/kern/subr_rman.c
459
rman_await_resource(struct resource *r, int slpflags, int timo)
sys/kern/subr_rman.c
462
struct resource *whohas;
sys/kern/subr_rman.c
495
int_rman_deactivate_resource(struct resource *r)
sys/kern/subr_rman.c
506
rman_deactivate_resource(struct resource *r)
sys/kern/subr_rman.c
518
int_rman_release_resource(struct rman *rm, struct resource *r)
sys/kern/subr_rman.c
520
struct resource *s, *t;
sys/kern/subr_rman.c
604
rman_release_resource(struct resource *r)
sys/kern/subr_rman.c
652
struct resource *res;
sys/kern/subr_rman.c
81
static int int_rman_activate_resource(struct rman *rm, struct resource *r,
sys/kern/subr_rman.c
82
struct resource **whohas);
sys/kern/subr_rman.c
83
static int int_rman_deactivate_resource(struct resource *r);
sys/kern/subr_rman.c
84
static int int_rman_release_resource(struct rman *rm, struct resource *r);
sys/net/gif/if_gif.h
61
struct resource *r_unit; /* resource allocated for this unit */
sys/net/gre/if_gre.h
61
struct resource *r_unit;/* resource allocated for this unit */
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
65
struct resource *iobase; /* iobase */
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
69
struct resource *irq; /* irq */
sys/platform/pc64/x86_64/nexus.c
101
struct resource *);
sys/platform/pc64/x86_64/nexus.c
104
static int nexus_setup_intr(device_t, device_t, struct resource *, int flags,
sys/platform/pc64/x86_64/nexus.c
107
static int nexus_teardown_intr(device_t, device_t, struct resource *,
sys/platform/pc64/x86_64/nexus.c
346
static struct resource *
sys/platform/pc64/x86_64/nexus.c
351
struct resource *rv;
sys/platform/pc64/x86_64/nexus.c
422
struct resource *r)
sys/platform/pc64/x86_64/nexus.c
455
struct resource *r)
sys/platform/pc64/x86_64/nexus.c
473
struct resource *r)
sys/platform/pc64/x86_64/nexus.c
498
nexus_setup_intr(device_t bus, device_t child, struct resource *irq,
sys/platform/pc64/x86_64/nexus.c
537
nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih)
sys/platform/pc64/x86_64/nexus.c
655
struct resource *res;
sys/platform/pc64/x86_64/nexus.c
92
static struct resource *nexus_alloc_resource(device_t, device_t, int, int *,
sys/platform/pc64/x86_64/nexus.c
97
struct resource *);
sys/platform/pc64/x86_64/nexus.c
99
struct resource *);
sys/sys/bus.h
134
struct resource;
sys/sys/bus.h
140
struct resource *res; /* the real resource when allocated */
sys/sys/bus.h
202
struct resource *
sys/sys/bus.h
214
int type, int rid, struct resource *res);
sys/sys/bus.h
236
int rid, struct resource *r);
sys/sys/bus.h
237
struct resource *
sys/sys/bus.h
251
int rid, struct resource *r);
sys/sys/bus.h
269
int type, int rid, struct resource *r);
sys/sys/bus.h
278
struct resource *irq, int flags, driver_intr_t *intr, void *arg,
sys/sys/bus.h
283
struct resource *irq, void *cookie);
sys/sys/bus.h
287
struct resource *
sys/sys/bus.h
296
struct resource *);
sys/sys/bus.h
309
struct resource **res);
sys/sys/bus.h
311
struct resource **res);
sys/sys/bus.h
313
struct resource *bus_alloc_resource(device_t dev, int type, int *rid,
sys/sys/bus.h
316
struct resource *bus_alloc_legacy_irq_resource(device_t dev, int *rid,
sys/sys/bus.h
319
struct resource *r);
sys/sys/bus.h
321
struct resource *r);
sys/sys/bus.h
326
struct resource *r);
sys/sys/bus.h
327
int bus_setup_intr(device_t dev, struct resource *r, int flags,
sys/sys/bus.h
330
int bus_setup_intr_descr(device_t dev, struct resource *r, int flags,
sys/sys/bus.h
333
int bus_teardown_intr(device_t dev, struct resource *r, void *cookie);
sys/sys/bus.h
345
static __inline struct resource *
sys/sys/gtaskqueue.h
75
struct resource *gt_irq;
sys/sys/gtaskqueue.h
91
void *uniq, device_t dev, struct resource *irq, const char *name);
sys/sys/gtaskqueue.h
94
struct resource *irq, const char *name);
sys/sys/rman.h
100
TAILQ_ENTRY(resource) r_link;
sys/sys/rman.h
101
LIST_ENTRY(resource) r_sharelink;
sys/sys/rman.h
102
LIST_HEAD(, resource) *r_sharehead;
sys/sys/rman.h
128
int rman_activate_resource(struct resource *r);
sys/sys/rman.h
130
int rman_await_resource(struct resource *r, int slpflags, int timo);
sys/sys/rman.h
132
int rman_deactivate_resource(struct resource *r);
sys/sys/rman.h
136
int rman_release_resource(struct resource *r);
sys/sys/rman.h
137
struct resource *rman_reserve_resource(struct rman *rm, u_long start,
sys/sys/rman.h
98
TAILQ_HEAD(resource_head, resource);
sys/vfs/ufs/ffs_softdep.c
4715
request_cleanup(int resource)
sys/vfs/ufs/ffs_softdep.c
4750
switch (resource) {