Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drman.h153 void rman_set_device(struct resource *_r, device_t _dev);
/freebsd/sys/dev/puc/
H A Dpuc.c509 rman_set_device(res, originator); in puc_bus_alloc_resource()
517 rman_set_device(res, NULL); in puc_bus_alloc_resource()
554 rman_set_device(res, NULL); in puc_bus_release_resource()
/freebsd/sys/kern/
H A Dsubr_rman.c921 rman_set_device(struct resource *r, device_t dev) in rman_set_device() function