Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/mpc85xx/
HDisa.c72 return (resource_list_alloc(rl, bus, child, type, rid, start, end, in isa_alloc_resource()
/NextBSD/sys/x86/isa/
HDisa.c131 return resource_list_alloc(rl, bus, child, type, rid, in isa_alloc_resource()
/NextBSD/sys/sparc64/central/
HDcentral.c239 return (resource_list_alloc(rl, bus, child, type, rid, start, in central_alloc_resource()
/NextBSD/sys/sparc64/isa/
HDisa.c351 return (resource_list_alloc(rl, bus, child, type, rid, start, end, in isa_alloc_resource()
/NextBSD/sys/powerpc/powermac/
HDmacgpio.c279 return (resource_list_alloc(&dinfo->mdi_resources, bus, child, type, in macgpio_alloc_resource()
HDuninorth.c530 return (resource_list_alloc(&dinfo->udi_resources, bus, child, in unin_chip_alloc_resource()
HDmacio.c550 return (resource_list_alloc(&dinfo->mdi_resources, bus, child, in macio_alloc_resource()
/NextBSD/sys/dev/mca/
HDmca_bus.c481 return (resource_list_alloc(&(m_dev->rl), dev, child, type, rid, in mca_alloc_resource()
/NextBSD/sys/dev/siba/
HDsiba.c435 return (resource_list_alloc(rl, bus, child, type, rid, in siba_alloc_resource()
/NextBSD/sys/sparc64/fhc/
HDfhc.c444 return (resource_list_alloc(rl, bus, child, type, rid, start, in fhc_alloc_resource()
/NextBSD/sys/sparc64/sparc64/
HDupa.c422 return (resource_list_alloc(rl, dev, child, type, rid, start, in upa_alloc_resource()
/NextBSD/sys/sparc64/ebus/
HDebus.c506 return (resource_list_alloc(rl, bus, child, type, rid, start, in ebus_alloc_resource()
/NextBSD/sys/isa/
HDisa_common.c485 resource_list_alloc(rl, dev, child, rle->type, &rid, in isa_claim_resources()
/NextBSD/sys/sparc64/sbus/
HDsbus.c733 return (resource_list_alloc(rl, bus, child, type, rid, start, in sbus_alloc_resource()
/NextBSD/sys/kern/
HDsubr_bus.c3267 r = resource_list_alloc(rl, bus, child, type, rid, start, end, count, in resource_list_reserve()
3310 resource_list_alloc(struct resource_list *rl, device_t bus, device_t child, in resource_list_alloc() function
4236 return (resource_list_alloc(rl, dev, child, type, rid, in bus_generic_rl_alloc_resource()
/NextBSD/sys/sys/
HDbus.h334 resource_list_alloc(struct resource_list *rl,
/NextBSD/sys/dev/pccard/
HDpccard.c946 if (NULL != resource_list_alloc(rl, device_get_parent(dev), dev, in pccard_set_resource()
/NextBSD/sys/dev/pci/
HDpci.c3502 return (resource_list_alloc(rl, dev, child, PCI_RES_BUS, rid, start, in pci_alloc_secbus()
4788 return (resource_list_alloc(rl, dev, child, type, rid, in pci_alloc_multi_resource()
/NextBSD/sys/dev/acpica/
HDacpi.c1379 res = resource_list_alloc(rl, bus, child, type, rid, start, end, count, in acpi_alloc_resource()