Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rman_get_rid
Function
rman_get_rid
freebsd/kern/subr_rman.c:942–947 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
940
}
941
942
int
943
rman_get_rid(struct resource *r)
944
{
945
946
return (r->__r_i->r_rid);
947
}
948
949
void
950
rman_set_device(struct resource *r, device_t dev)
Callers
15
ccp_release_interrupts
Function · 0.85
ti_wdt_detach
Function · 0.85
ti_mbox_detach
Function · 0.85
ti_pruss_detach
Function · 0.85
armada_thermal_attach
Function · 0.85
armada_thermal_detach
Function · 0.85
tegra_xhci_detach
Function · 0.85
tegra_sdhci_detach
Function · 0.85
versatile_sic_detach
Function · 0.85
zy7_slcr_detach
Function · 0.85
zy7_gpio_detach
Function · 0.85
zy7_devcfg_detach
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected