MCPcopy 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
858void
859rman_set_virtual(struct resource *r, void *v)
860{
861
862 r->__r_i->r_virtual = v;
863}
864
865void *
866rman_get_virtual(struct resource *r)

Callers 13

nexus_activate_resourceFunction · 0.85
octopci_alloc_resourceFunction · 0.85
nexus_activate_resourceFunction · 0.85
nexus_activate_resourceFunction · 0.85
intr_activate_irqFunction · 0.85
intr_deactivate_irqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected