Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dict
Class
dict
freebsd/kern/kern_rctl.c:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
};
137
138
struct dict {
139
const char *d_name;
140
int d_value;
141
};
142
143
static struct dict subjectnames[] = {
144
{
"process"
, RCTL_SUBJECT_TYPE_PROCESS },
Callers
6
enum_with_offset
Function · 0.50
__init__
Method · 0.50
load_config
Function · 0.50
histogram_graph
Method · 0.50
get_device_details
Function · 0.50
bind_all
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected