Searched refs:resource_list_alloc (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/sys/bus/isa/x86_64/ |
H A D | isa.c | 122 return resource_list_alloc(rl, bus, child, type, rid, in isa_alloc_resource()
|
/dflybsd-src/sys/bus/isa/ |
H A D | isa_common.c | 505 resource_list_alloc(rl, dev, child, in isa_probe_children() 808 resource_list_alloc(rl, dev, child, in isa_child_detached() 872 resource_list_alloc(rl, dev, child, in isa_driver_added()
|
/dflybsd-src/sys/bus/pci/ |
H A D | pci.c | 2663 res = resource_list_alloc(rl, bus, dev, type, ®, start, end, count, in pci_add_map() 2730 resource_list_alloc(rl, bus, dev, type, &rid, 0x1f0, 0x1f7, 8, in pci_ata_maps() 2734 resource_list_alloc(rl, bus, dev, type, &rid, 0x3f6, 0x3f6, 1, in pci_ata_maps() 2745 resource_list_alloc(rl, bus, dev, type, &rid, 0x170, 0x177, 8, in pci_ata_maps() 2749 resource_list_alloc(rl, bus, dev, type, &rid, 0x376, 0x376, 1, in pci_ata_maps() 4090 return (resource_list_alloc(rl, dev, child, type, rid, in pci_alloc_resource()
|
/dflybsd-src/sys/sys/ |
H A D | bus.h | 203 resource_list_alloc(struct resource_list *rl,
|
/dflybsd-src/sys/bus/pccard/ |
H A D | pccard.c | 909 if (NULL != resource_list_alloc(rl, device_get_parent(dev), dev, in pccard_set_resource()
|
/dflybsd-src/sys/kern/ |
H A D | subr_bus.c | 2671 resource_list_alloc(struct resource_list *rl, in resource_list_alloc() function 3239 return(resource_list_alloc(rl, dev, child, type, rid, in bus_generic_rl_alloc_resource()
|