Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
956
device_t
957
rman_get_device(struct resource *r)
958
{
959
960
return (r->__r_i->r_dev);
961
}
962
963
int
964
rman_is_region_manager(struct resource *r, struct rman *rm)
Callers
4
XX_SetIntr
Function · 0.85
XX_FreeIntr
Function · 0.85
bcm_mips_retain_cpu_intr
Function · 0.85
resource_list_purge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected