MCPcopy 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
837rman_res_t
838rman_get_end(struct resource *r)
839{
840
841 return (r->__r_i->r_end);
842}
843
844rman_res_t
845rman_get_size(struct resource *r)

Callers 11

jz4780_nemc_decode_bankFunction · 0.85
mips_pic_find_intrFunction · 0.85
intr_activate_irqFunction · 0.85
intr_deactivate_irqFunction · 0.85
intr_setup_irqFunction · 0.85
intr_teardown_irqFunction · 0.85
intr_describe_irqFunction · 0.85
intr_bind_irqFunction · 0.85
resource_list_allocFunction · 0.85
nexus_map_resourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected