Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rman_set_rid
Function
rman_set_rid
freebsd/kern/subr_rman.c:935–940 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
933
}
934
935
void
936
rman_set_rid(struct resource *r, int rid)
937
{
938
939
r->__r_i->r_rid = rid;
940
}
941
942
int
943
rman_get_rid(struct resource *r)
Callers
15
apb_alloc_resource
Function · 0.85
qca955x_pci_alloc_resource
Function · 0.85
ar71xx_pci_alloc_resource
Function · 0.85
ar724x_pci_alloc_resource
Function · 0.85
apb_alloc_resource
Function · 0.85
nexus_alloc_resource
Function · 0.85
octopci_alloc_resource
Function · 0.85
obio_alloc_resource
Function · 0.85
mtk_pci_alloc_resource
Function · 0.85
obio_alloc_resource
Function · 0.85
gt_pci_alloc_resource
Function · 0.85
xlp_simplebus_alloc_resource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected