Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rman_get_end
Function
rman_get_end
freebsd/kern/subr_rman.c:837–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
835
}
836
837
rman_res_t
838
rman_get_end(struct resource *r)
839
{
840
841
return (r->__r_i->r_end);
842
}
843
844
rman_res_t
845
rman_get_size(struct resource *r)
Callers
11
jz4780_nemc_decode_bank
Function · 0.85
mips_pic_find_intr
Function · 0.85
mips_platform_pcib_setup_intr
Function · 0.85
intr_activate_irq
Function · 0.85
intr_deactivate_irq
Function · 0.85
intr_setup_irq
Function · 0.85
intr_teardown_irq
Function · 0.85
intr_describe_irq
Function · 0.85
intr_bind_irq
Function · 0.85
resource_list_alloc
Function · 0.85
nexus_map_resource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected