MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bus_alloc_resource_any

Function bus_alloc_resource_any

freebsd/sys/bus.h:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556int bus_delayed_attach_children(device_t bus);
557
558static __inline struct resource *
559bus_alloc_resource_any(device_t dev, int type, int *rid, u_int flags)
560{
561 return (bus_alloc_resource(dev, type, rid, 0, ~0, 1, flags));
562}
563
564static __inline struct resource *
565bus_alloc_resource_anywhere(device_t dev, int type, int *rid,

Callers 15

bcm_vchiq_attachFunction · 0.85
ccp_map_pci_barFunction · 0.85
ccp_setup_interruptsFunction · 0.85
smapi_probeFunction · 0.85
smapi_attachFunction · 0.85
jz4780_dwc_otg_attachFunction · 0.85
jz4780_ehci_attachFunction · 0.85
jz4780_ohci_attachFunction · 0.85
apb_attachFunction · 0.85
qca955x_pci_attachFunction · 0.85
ar71xx_pci_attachFunction · 0.85
ar724x_pci_attachFunction · 0.85

Calls 1

bus_alloc_resourceFunction · 0.85

Tested by

no test coverage detected