MCPcopy 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
138struct dict {
139 const char *d_name;
140 int d_value;
141};
142
143static struct dict subjectnames[] = {
144 { "process", RCTL_SUBJECT_TYPE_PROCESS },

Callers 6

enum_with_offsetFunction · 0.50
__init__Method · 0.50
load_configFunction · 0.50
histogram_graphMethod · 0.50
get_device_detailsFunction · 0.50
bind_allFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected