Searched refs:resource_list_reserved (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | bus.h | 390 int resource_list_reserved(struct resource_list *rl, int type, int rid);
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi.c | 1595 if (resource_list_reserved(rl, type, rid)) in acpi_set_resource() 1745 if (resource_list_reserved(rl, type, rid)) in acpi_delete_resource()
|
| /freebsd/sys/kern/ |
| H A D | subr_bus.c | 3009 resource_list_reserved(struct resource_list *rl, int type, int rid) in resource_list_reserved() function
|
| /freebsd/sys/dev/pci/ |
| H A D | pci.c | 3949 if (!resource_list_reserved(rl, PCI_RES_BUS, rid)) { in pci_alloc_secbus()
|