Searched refs:PCI_RES_BUS (Results 26 - 27 of 27) sorted by relevance

12

/freebsd-13-stable/sys/dev/pci/
H A Dpci.c405 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
3667 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
3744 resource_list_add(rl, PCI_RES_BUS, 0, 0, ~0, count);
3756 res = resource_list_reserve(rl, bus, dev, PCI_RES_BUS, &rid,
3802 if (resource_list_find(rl, PCI_RES_BUS, *rid) == NULL)
3803 resource_list_add(rl, PCI_RES_BUS, *rid, start, end, count);
3804 if (!resource_list_reserved(rl, PCI_RES_BUS, *rid)) {
3805 res = resource_list_reserve(rl, dev, child, PCI_RES_BUS, rid,
3808 resource_list_delete(rl, PCI_RES_BUS, *rid);
3820 return (resource_list_alloc(rl, dev, child, PCI_RES_BUS, ri
[all...]
/freebsd-13-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1590 if (type == PCI_RES_BUS)
1632 if (type == PCI_RES_BUS)

Completed in 290 milliseconds

12