Home
last modified time | relevance | path

Searched refs:resource_list_reserved (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dbus.h385 int resource_list_reserved(struct resource_list *rl, int type, int rid);
/freebsd/sys/dev/acpica/
H A Dacpi.c1456 if (resource_list_reserved(rl, type, rid)) in acpi_set_resource()
1606 if (resource_list_reserved(rl, type, rid)) in acpi_delete_resource()
/freebsd/sys/kern/
H A Dsubr_bus.c2926 resource_list_reserved(struct resource_list *rl, int type, int rid) in resource_list_reserved() function
/freebsd/sys/dev/pci/
H A Dpci.c3840 if (!resource_list_reserved(rl, PCI_RES_BUS, *rid)) { in pci_alloc_secbus()