Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rman_get_size
Function
rman_get_size
freebsd/kern/subr_rman.c:844–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
842
}
843
844
rman_res_t
845
rman_get_size(struct resource *r)
846
{
847
848
return (r->__r_i->r_end - r->__r_i->r_start + 1);
849
}
850
851
u_int
852
rman_get_flags(struct resource *r)
Callers
15
jz4780_ehci_attach
Function · 0.85
jz4780_ohci_attach
Function · 0.85
ar71xx_ohci_attach
Function · 0.85
ar71xx_ehci_attach
Function · 0.85
mips_pic_find_intr
Function · 0.85
nexus_activate_resource
Function · 0.85
nexus_deactivate_resource
Function · 0.85
octopci_activate_resource
Function · 0.85
ohci_fdt_attach
Function · 0.85
ehci_fdt_attach
Function · 0.85
mtk_xhci_fdt_attach
Function · 0.85
gt_pci_activate_resource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected