| /freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | pci.h | 241 static inline struct resource_list_entry * 252 static inline struct resource_list_entry * 255 struct resource_list_entry *rle; in linux_pci_get_bar() 285 struct resource_list_entry *rle; in pci_resource_start() 295 struct resource_list_entry *rle; in pci_resource_len() 411 struct resource_list_entry *rle; in pci_release_region() 581 struct resource_list_entry *rle; in pci_enable_msix() 643 struct resource_list_entry *rle; in pci_enable_msi()
|
| /freebsd-11-stable/sys/dev/quicc/ |
| HD | quicc_core.c | 102 struct resource_list_entry *rle; in quicc_bfe_attach() 260 struct resource_list_entry *rle; in quicc_bus_alloc_resource() 290 struct resource_list_entry *rle; in quicc_bus_get_resource() 342 struct resource_list_entry *rle; in quicc_bus_release_resource()
|
| /freebsd-11-stable/sys/dev/pci/ |
| HD | pci_subr.c | 184 struct resource_list_entry *rle; in pcib_host_res_decodes() 206 struct resource_list_entry *rle; in pcib_host_res_alloc() 266 struct resource_list_entry *rle; in pcib_host_res_adjust()
|
| /freebsd-11-stable/sys/arm/xscale/pxa/ |
| HD | pxa_obio.c | 233 struct resource_list_entry *rle; in pxa_alloc_resource() 294 struct resource_list_entry *rle; in pxa_release_resource() 359 struct resource_list_entry *rle; in pxa_alloc_gpio_irq()
|
| HD | pxa_smi.c | 185 struct resource_list_entry *rle; in pxa_smi_alloc_resource() 250 struct resource_list_entry *rle; in pxa_smi_release_resource()
|
| /freebsd-11-stable/sys/dev/ofw/ |
| HD | ofwbus.c | 189 struct resource_list_entry *rle; in ofwbus_alloc_resource() 276 struct resource_list_entry *rle; in ofwbus_release_resource()
|
| /freebsd-11-stable/sys/dev/scc/ |
| HD | scc_core.c | 99 struct resource_list_entry *rle; in scc_bfe_attach() 412 struct resource_list_entry *rle; in scc_bus_alloc_resource() 436 struct resource_list_entry *rle; in scc_bus_get_resource() 501 struct resource_list_entry *rle; in scc_bus_release_resource()
|
| /freebsd-11-stable/sys/kern/ |
| HD | subr_bus.c | 3103 struct resource_list_entry *rle; in resource_list_free() 3154 struct resource_list_entry * 3158 struct resource_list_entry *rle; in resource_list_add() 3162 rle = malloc(sizeof(struct resource_list_entry), M_BUS, in resource_list_add() 3197 struct resource_list_entry *rle; in resource_list_busy() 3226 struct resource_list_entry *rle; in resource_list_reserved() 3244 struct resource_list_entry * 3247 struct resource_list_entry *rle; in resource_list_find() 3266 struct resource_list_entry *rle = resource_list_find(rl, type, rid); in resource_list_delete() 3271 STAILQ_REMOVE(rl, rle, resource_list_entry, link); in resource_list_delete() [all …]
|
| /freebsd-11-stable/sys/mips/mips/ |
| HD | nexus.c | 275 struct resource_list_entry *rle; in nexus_alloc_resource() 352 struct resource_list_entry *rle; in nexus_set_resource() 371 struct resource_list_entry *rle; in nexus_get_resource()
|
| /freebsd-11-stable/sys/dev/pccard/ |
| HD | pccard.c | 472 struct resource_list_entry *rle; in pccard_function_init() 592 struct resource_list_entry *rle; in pccard_function_free() 781 struct resource_list_entry *rle = in pccard_function_disable() 871 struct resource_list_entry *rle; in pccard_print_resources() 959 struct resource_list_entry *rle; in pccard_get_resource() 1118 struct resource_list_entry *rle = NULL; in pccard_alloc_resource() 1168 struct resource_list_entry *rle = NULL; in pccard_release_resource()
|
| /freebsd-11-stable/sys/arm/at91/ |
| HD | at91.c | 153 struct resource_list_entry *rle; in at91_alloc_resource() 212 struct resource_list_entry *rle; in at91_release_resource()
|
| /freebsd-11-stable/sys/sys/ |
| HD | bus.h | 341 struct resource_list_entry { struct 342 STAILQ_ENTRY(resource_list_entry) link; 351 STAILQ_HEAD(resource_list, resource_list_entry); argument 359 struct resource_list_entry * 369 struct resource_list_entry*
|
| /freebsd-11-stable/sys/isa/ |
| HD | isahint.c | 91 struct resource_list_entry *rle; in isa_match_resource_hint()
|
| HD | isa_common.c | 479 struct resource_list_entry *rle; in isa_claim_resources() 676 struct resource_list_entry *rle; in isa_read_ivar() 897 struct resource_list_entry *rle; in isa_driver_added()
|
| /freebsd-11-stable/sys/mips/alchemy/ |
| HD | obio.c | 231 struct resource_list_entry *rle; in obio_alloc_resource() 326 struct resource_list_entry *rle; in obio_release_resource()
|
| /freebsd-11-stable/sys/mips/atheros/ |
| HD | apb.c | 169 struct resource_list_entry *rle; in apb_alloc_resource() 269 struct resource_list_entry *rle; in apb_release_resource()
|
| /freebsd-11-stable/sys/mips/adm5120/ |
| HD | obio.c | 230 struct resource_list_entry *rle; in obio_alloc_resource() 325 struct resource_list_entry *rle; in obio_release_resource()
|
| /freebsd-11-stable/sys/mips/idt/ |
| HD | obio.c | 164 struct resource_list_entry *rle; in obio_alloc_resource() 250 struct resource_list_entry *rle; in obio_release_resource()
|
| /freebsd-11-stable/sys/dev/mca/ |
| HD | mca_bus.c | 355 struct resource_list_entry * rle; in mca_print_child() 462 struct resource_list_entry * rle; in mca_alloc_resource()
|
| /freebsd-11-stable/sys/dev/dpaa/ |
| HD | qman_fdt.c | 138 struct resource_list_entry *rle; in qman_portals_fdt_attach()
|
| HD | bman_fdt.c | 138 struct resource_list_entry *rle; in bman_portals_fdt_attach()
|
| HD | portals_common.c | 56 struct resource_list_entry *rle; in dpaa_portal_alloc_res()
|
| /freebsd-11-stable/sys/x86/isa/ |
| HD | isa.c | 100 struct resource_list_entry *rle; in isa_alloc_resource()
|
| /freebsd-11-stable/sys/arm/cavium/cns11xx/ |
| HD | econa.c | 414 struct resource_list_entry *rle; in econa_alloc_resource() 470 struct resource_list_entry *rle; in econa_release_resource()
|
| /freebsd-11-stable/sys/mips/rt305x/ |
| HD | obio.c | 286 struct resource_list_entry *rle; in obio_alloc_resource() 381 struct resource_list_entry *rle; in obio_release_resource()
|