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

Function bus_alloc_resource_anywhere

freebsd/sys/bus.h:564–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564static __inline struct resource *
565bus_alloc_resource_anywhere(device_t dev, int type, int *rid,
566 rman_res_t count, u_int flags)
567{
568 return (bus_alloc_resource(dev, type, rid, 0, ~0, count, flags));
569}
570
571/*
572 * Access functions for device.

Callers

nothing calls this directly

Calls 1

bus_alloc_resourceFunction · 0.85

Tested by

no test coverage detected