Home
last modified time | relevance | path

Searched refs:rman_set_device (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/sys/
HDrman.h156 void rman_set_device(struct resource *_r, device_t _dev);
/freebsd-14-stable/sys/dev/puc/
HDpuc.c513 rman_set_device(res, originator); in puc_bus_alloc_resource()
521 rman_set_device(res, NULL); in puc_bus_alloc_resource()
564 rman_set_device(res, NULL); in puc_bus_release_resource()
/freebsd-14-stable/sys/kern/
HDsubr_rman.c959 rman_set_device(struct resource *r, device_t dev) in rman_set_device() function