| /f-stack/freebsd/x86/isa/ |
| H A D | isa.c | 102 rle = resource_list_find(rl, type, *rid); in isa_alloc_resource()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apb.c | 198 rle = resource_list_find(&ivar->resources, type, *rid); in apb_alloc_resource() 276 rle = resource_list_find(rl, type, rid); in apb_release_resource()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_pinctrl.c | 101 re = resource_list_find(rs, SYS_RES_MEMORY, 0); in jz4780_pinctrl_attach()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 304 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource() 382 rle = resource_list_find(rl, type, rid); in nexus_get_resource()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gic_v3_fdt.c | 252 rle = resource_list_find(&di->di_rl, type, *rid); in gic_v3_ofw_bus_alloc_res()
|
| H A D | gic_v3_acpi.c | 433 rle = resource_list_find(&di->di_rl, type, *rid); in gic_v3_acpi_bus_alloc_res()
|
| H A D | nexus.c | 236 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apb.c | 302 rle = resource_list_find(&ivar->resources, type, *rid); in apb_alloc_resource() 380 rle = resource_list_find(rl, type, rid); in apb_release_resource()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 3172 while (resource_list_find(rl, type, rid) != NULL) in resource_list_add_next() 3199 rle = resource_list_find(rl, type, rid); in resource_list_add() 3238 rle = resource_list_find(rl, type, rid); in resource_list_busy() 3267 rle = resource_list_find(rl, type, rid); in resource_list_reserved() 3284 resource_list_find(struct resource_list *rl, int type, int rid) in resource_list_find() function 3305 struct resource_list_entry *rle = resource_list_find(rl, type, rid); in resource_list_delete() 3369 rle = resource_list_find(rl, type, *rid); in resource_list_reserve() 3421 rle = resource_list_find(rl, type, *rid); in resource_list_alloc() 3494 rle = resource_list_find(rl, type, rid); in resource_list_release() 3591 rle = resource_list_find(rl, type, rid); in resource_list_unreserve() [all …]
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_simplebus.c | 188 rle = resource_list_find(&di->rl, type, *rid); in xlp_simplebus_alloc_resource()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci_ctrl.c | 258 rle = resource_list_find(&di->di_rl, type, *rid); in mv_pcib_ctrl_alloc_resource()
|
| H A D | mv_localbus.c | 350 rle = resource_list_find(&di->di_res, type, *rid); in localbus_alloc_resource()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | nexus.c | 393 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource() 681 rle = resource_list_find(rl, type, rid); in nexus_get_resource()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic.c | 454 rle = resource_list_find(rl, type, *rid); in arm_gic_alloc_resource()
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 368 resource_list_find(struct resource_list *rl,
|