Home
last modified time | relevance | path

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

/freebsd-12.1/sys/powerpc/mpc85xx/
H A Disa.c74 return (resource_list_alloc(rl, bus, child, type, rid, start, end, in isa_alloc_resource()
/freebsd-12.1/sys/x86/isa/
H A Disa.c130 return resource_list_alloc(rl, bus, child, type, rid, in isa_alloc_resource()
/freebsd-12.1/sys/sparc64/central/
H A Dcentral.c241 return (resource_list_alloc(rl, bus, child, type, rid, start, in central_alloc_resource()
/freebsd-12.1/sys/sparc64/isa/
H A Disa.c353 return (resource_list_alloc(rl, bus, child, type, rid, start, end, in isa_alloc_resource()
/freebsd-12.1/sys/powerpc/powermac/
H A Dmacgpio.c281 return (resource_list_alloc(&dinfo->mdi_resources, bus, child, type, in macgpio_alloc_resource()
H A Duninorth.c534 return (resource_list_alloc(&dinfo->udi_resources, bus, child, in unin_chip_alloc_resource()
H A Dmacio.c554 return (resource_list_alloc(&dinfo->mdi_resources, bus, child, in macio_alloc_resource()
/freebsd-12.1/sys/dev/dpaa/
H A Dfman.c211 return (resource_list_alloc(rl, bus, child, type, rid, start, in fman_alloc_resource()
/freebsd-12.1/sys/sparc64/fhc/
H A Dfhc.c446 return (resource_list_alloc(rl, bus, child, type, rid, start, in fhc_alloc_resource()
/freebsd-12.1/sys/sparc64/sparc64/
H A Dupa.c424 return (resource_list_alloc(rl, dev, child, type, rid, start, in upa_alloc_resource()
/freebsd-12.1/sys/sparc64/ebus/
H A Debus.c508 return (resource_list_alloc(rl, bus, child, type, rid, start, in ebus_alloc_resource()
/freebsd-12.1/sys/isa/
H A Disa_common.c489 resource_list_alloc(rl, dev, child, rle->type, &rid, in isa_claim_resources()
/freebsd-12.1/sys/sparc64/sbus/
H A Dsbus.c735 return (resource_list_alloc(rl, bus, child, type, rid, start, in sbus_alloc_resource()
/freebsd-12.1/sys/kern/
H A Dsubr_bus.c3359 r = resource_list_alloc(rl, bus, child, type, rid, start, end, count, in resource_list_reserve()
3402 resource_list_alloc(struct resource_list *rl, device_t bus, device_t child, in resource_list_alloc() function
4514 return (resource_list_alloc(rl, dev, child, type, rid, in bus_generic_rl_alloc_resource()
/freebsd-12.1/sys/sys/
H A Dbus.h387 resource_list_alloc(struct resource_list *rl,
/freebsd-12.1/sys/dev/pccard/
H A Dpccard.c951 if (NULL != resource_list_alloc(rl, device_get_parent(dev), dev, in pccard_set_resource()
/freebsd-12.1/sys/dev/pci/
H A Dpci.c3774 return (resource_list_alloc(rl, dev, child, PCI_RES_BUS, rid, start, in pci_alloc_secbus()
5483 return (resource_list_alloc(rl, dev, child, type, rid, in pci_alloc_multi_resource()
/freebsd-12.1/sys/dev/acpica/
H A Dacpi.c1403 res = resource_list_alloc(rl, bus, child, type, rid, start, end, count, in acpi_alloc_resource()