Symbol: resource_list_free
sys/arm/arm/gic_fdt.c
300
resource_list_free(&dinfo->rl);
sys/arm64/arm64/gic_v3_fdt.c
363
resource_list_free(&di->di_rl);
sys/arm64/arm64/gicv5_fdt.c
120
resource_list_free(&di->di_base.di_rl);
sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c
348
resource_list_free(&di->di_rl);
sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c
221
resource_list_free(&di->di_rl);
sys/arm64/cavium/thunder_pcie_fdt.c
157
resource_list_free(&di->di_rl);
sys/dev/acpica/acpi_resource.c
927
resource_list_free(dev_rl);
sys/dev/bhnd/bcma/bcma_subr.c
429
resource_list_free(&dinfo->resources);
sys/dev/bhnd/bhndb/bhndb.c
868
resource_list_free(&dinfo->resources);
sys/dev/bhnd/cores/chipc/chipc.c
621
resource_list_free(&dinfo->resources);
sys/dev/bhnd/cores/pci/bhnd_pci.c
210
resource_list_free(&dinfo->resources);
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
174
resource_list_free(&dinfo->resources);
sys/dev/bhnd/siba/siba_subr.c
564
resource_list_free(&dinfo->resources);
sys/dev/dpaa2/dpaa2_rc.c
306
resource_list_free(rl);
sys/dev/fdt/simple_mfd.c
290
resource_list_free(&ndi->rl);
sys/dev/fdt/simplebus.c
342
resource_list_free(&ndi->rl);
sys/dev/firmware/xilinx/zynqmp_firmware.c
433
resource_list_free(&ndi->rl);
sys/dev/gpio/gpiobus.c
746
resource_list_free(&devi->rl);
sys/dev/gpio/ofw_gpiobus.c
274
resource_list_free(&dinfo->opd_dinfo.rl);
sys/dev/iicbus/iicbus.c
259
resource_list_free(&devi->rl);
sys/dev/ofw/ofw_firmware.c
89
resource_list_free(&ndi->rl);
sys/dev/pci/pci.c
5983
resource_list_free(rl);
sys/dev/pci/pci_subr.c
175
resource_list_free(&hr->hr_rl);
sys/dev/spibus/spibus.c
187
resource_list_free(&devi->rl);
sys/dev/superio/superio.c
778
resource_list_free(&dinfo->resources);
sys/dev/vnic/mrml_bridge.c
267
resource_list_free(&di->di_rl);
sys/dev/vnic/thunder_mdio_fdt.c
275
resource_list_free(&di->di_rl);
sys/powerpc/mpc85xx/lbc.c
652
resource_list_free(&di->di_res);
sys/powerpc/powermac/macio.c
399
resource_list_free(&dinfo->mdi_resources);
sys/powerpc/powermac/uninorth.c
381
resource_list_free(&dinfo->udi_resources);
sys/sys/bus.h
380
void resource_list_free(struct resource_list *rl);