MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rman_get_start

Function rman_get_start

freebsd/kern/subr_rman.c:823–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823rman_res_t
824rman_get_start(struct resource *r)
825{
826
827 return (r->__r_i->r_start);
828}
829
830void
831rman_set_end(struct resource *r, rman_res_t end)

Callers 15

XX_PreallocAndBindIntrFunction · 0.85
XX_DeallocIntrFunction · 0.85
XX_SetIntrFunction · 0.85
XX_FreeIntrFunction · 0.85
XX_EnableIntrFunction · 0.85
XX_DisableIntrFunction · 0.85
jz4780_nemc_decode_bankFunction · 0.85
aic_attachFunction · 0.85
apb_setup_intrFunction · 0.85
apb_teardown_intrFunction · 0.85
qca955x_pci_setup_intrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected