Home
last modified time | relevance | path

Searched refs:rman_res_t (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/arm/arm/
Dnexus.c66 rman_res_t, rman_res_t, rman_res_t, u_int);
113 … void add_resource(const char *devclass_name, int type, int unit, rman_res_t start, rman_res_t end, in add_resource()
114 rman_res_t count) in add_resource()
173 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) in nexus_alloc_resource()
/third_party/FreeBSD/sys/kern/
Dbus_if.c24 int type, int *rid, rman_res_t start, rman_res_t end, in null_alloc_resource()
25 rman_res_t count, u_int flags) in null_alloc_resource()
Dbus_if.h28 rman_res_t _start,
29 rman_res_t _end,
30 rman_res_t _count, u_int _flags);
63 rman_res_t _start, in BUS_ALLOC_RESOURCE()
64 rman_res_t _end, in BUS_ALLOC_RESOURCE()
65 rman_res_t _count, in BUS_ALLOC_RESOURCE()
Dsubr_bus.c2663 rman_res_t start, rman_res_t end, rman_res_t count) in resource_list_add()
2722 bus_alloc_resource(device_t dev, int type, int *rid, rman_res_t start, in bus_alloc_resource()
2723 rman_res_t end, rman_res_t count, u_int flags) in bus_alloc_resource()
/third_party/FreeBSD/sys/sys/
Dbus.h176 typedef uint64_t rman_res_t; typedef
190 rman_res_t start; /**< @brief start of resource range */
191 rman_res_t end; /**< @brief end of resource range */
192 rman_res_t count; /**< @brief count within range */
216 rman_res_t start, rman_res_t end, rman_res_t count);
221 …dd_res_callback_t)(const char *devclass_name, int type, int unit, rman_res_t start, rman_res_t end,
222 rman_res_t count);
273 rman_res_t start, rman_res_t end,
274 rman_res_t count, u_int flags);