Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rman_get_flags
Function
rman_get_flags
freebsd/kern/subr_rman.c:851–856 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
849
}
850
851
u_int
852
rman_get_flags(struct resource *r)
853
{
854
855
return (r->__r_i->r_flags);
856
}
857
858
void
859
rman_set_virtual(struct resource *r, void *v)
Callers
13
apb_setup_intr
Function · 0.85
nexus_release_resource
Function · 0.85
nexus_release_resource
Function · 0.85
nexus_setup_intr
Function · 0.85
nexus_release_resource
Function · 0.85
nexus_setup_intr
Function · 0.85
resource_list_busy
Function · 0.85
resource_list_release
Function · 0.85
nexus_activate_resource
Function · 0.85
nexus_deactivate_resource
Function · 0.85
nexus_map_resource
Function · 0.85
nexus_release_resource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected