Searched refs:bus_alloc_resource (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbus.h67 struct resource *bus_alloc_resource(device_t dev, int type, int *rid,
81 return bus_alloc_resource(dev, type, rid, 0, ~0, 1, flags);
88 return (bus_alloc_resource(dev, type, rid, 0, ~0, count, flags));
/haiku/src/libs/compat/freebsd_network/
H A Dbus.cpp115 B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA, "bus_alloc_resource(MEMORY)");
167 bus_alloc_resource(device_t dev, int type, int *rid, unsigned long start, function
177 device_printf(dev, "bus_alloc_resource(%i, [%i], 0x%lx, 0x%lx, 0x%lx,"

Completed in 35 milliseconds