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

Function rman_get_device

freebsd/kern/subr_rman.c:956–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954}
955
956device_t
957rman_get_device(struct resource *r)
958{
959
960 return (r->__r_i->r_dev);
961}
962
963int
964rman_is_region_manager(struct resource *r, struct rman *rm)

Callers 4

XX_SetIntrFunction · 0.85
XX_FreeIntrFunction · 0.85
bcm_mips_retain_cpu_intrFunction · 0.85
resource_list_purgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected