Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rman_set_virtual
Function
rman_set_virtual
freebsd/kern/subr_rman.c:858–863 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
856
}
857
858
void
859
rman_set_virtual(struct resource *r, void *v)
860
{
861
862
r->__r_i->r_virtual = v;
863
}
864
865
void *
866
rman_get_virtual(struct resource *r)
Callers
13
nexus_activate_resource
Function · 0.85
nexus_deactivate_resource
Function · 0.85
octopci_alloc_resource
Function · 0.85
xlp_simplebus_activate_resource
Function · 0.85
thunder_pem_activate_resource
Function · 0.85
thunder_pem_deactivate_resource
Function · 0.85
nexus_activate_resource
Function · 0.85
nexus_deactivate_resource
Function · 0.85
nexus_activate_resource
Function · 0.85
nexus_deactivate_resource
Function · 0.85
intr_activate_irq
Function · 0.85
intr_deactivate_irq
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected