Searched refs:hr_rl (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/pci/
H A Dpci_subr.c170 resource_list_init(&hr->hr_rl);
178 resource_list_free(&hr->hr_rl);
193 rid = resource_list_add_next(&hr->hr_rl, type, start, end,
198 rle = resource_list_find(&hr->hr_rl, type, rid);
216 rle = resource_list_find(&hr->hr_rl, type, 0);
258 rle = resource_list_find(&hr->hr_rl, type, 0);
270 rle = resource_list_find(&hr->hr_rl, type, 0);
H A Dpcib_private.h49 struct resource_list hr_rl; member in struct:pcib_host_resources
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_pcib_acpi.c300 rle = resource_list_find(&sc->ap_host_res.hr_rl, PCI_RES_BUS, 0);

Completed in 60 milliseconds