MCPcopy 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
844rman_res_t
845rman_get_size(struct resource *r)
846{
847
848 return (r->__r_i->r_end - r->__r_i->r_start + 1);
849}
850
851u_int
852rman_get_flags(struct resource *r)

Callers 15

jz4780_ehci_attachFunction · 0.85
jz4780_ohci_attachFunction · 0.85
ar71xx_ohci_attachFunction · 0.85
ar71xx_ehci_attachFunction · 0.85
mips_pic_find_intrFunction · 0.85
nexus_activate_resourceFunction · 0.85
ohci_fdt_attachFunction · 0.85
ehci_fdt_attachFunction · 0.85
mtk_xhci_fdt_attachFunction · 0.85
gt_pci_activate_resourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected