Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
823
rman_res_t
824
rman_get_start(struct resource *r)
825
{
826
827
return (r->__r_i->r_start);
828
}
829
830
void
831
rman_set_end(struct resource *r, rman_res_t end)
Callers
15
XX_PreallocAndBindIntr
Function · 0.85
XX_DeallocIntr
Function · 0.85
XX_SetIntr
Function · 0.85
XX_FreeIntr
Function · 0.85
XX_EnableIntr
Function · 0.85
XX_DisableIntr
Function · 0.85
jz4780_nemc_decode_bank
Function · 0.85
aic_attach
Function · 0.85
apb_setup_intr
Function · 0.85
apb_teardown_intr
Function · 0.85
qca955x_pci_setup_intr
Function · 0.85
qca955x_pci_teardown_intr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected