sbin/sysctl/sysctl.c
162
static void printother(HANDLER_PROTO);
sbin/sysctl/sysctl.c
184
{ "/kern/evcnt", printother, NULL, "vmstat -e" },
sbin/sysctl/sysctl.c
185
{ "/kern/vnode", printother, NULL, "pstat" },
sbin/sysctl/sysctl.c
186
{ "/kern/proc(2|_args)?", printother, NULL, "ps" },
sbin/sysctl/sysctl.c
187
{ "/kern/file2?", printother, NULL, "pstat" },
sbin/sysctl/sysctl.c
188
{ "/kern/ntptime", printother, NULL,
sbin/sysctl/sysctl.c
190
{ "/kern/msgbuf", printother, NULL, "dmesg" },
sbin/sysctl/sysctl.c
194
{ "/kern/hashstat", printother, NULL, "vmstat -H" },
sbin/sysctl/sysctl.c
195
{ "/kern/sysvipc_info", printother, NULL, "ipcs" },
sbin/sysctl/sysctl.c
201
{ "/kern/intr/list", printother, NULL, "intrctl" },
sbin/sysctl/sysctl.c
202
{ "/kern/intr/affinity", printother, NULL, "intrctl" },
sbin/sysctl/sysctl.c
203
{ "/kern/intr/intr", printother, NULL, "intrctl" },
sbin/sysctl/sysctl.c
204
{ "/kern/intr/nointr", printother, NULL, "intrctl" },
sbin/sysctl/sysctl.c
206
{ "/vm/vmmeter", printother, NULL,
sbin/sysctl/sysctl.c
209
{ "/vm/uvmexp2?", printother, NULL,
sbin/sysctl/sysctl.c
212
{ "/vfs/nfs/nfsstats", printother, NULL, "nfsstat" },
sbin/sysctl/sysctl.c
214
{ "/net/inet6?/tcp6?/ident", printother, NULL, "identd" },
sbin/sysctl/sysctl.c
215
{ "/net/inet6/icmp6/nd6_[dp]rlist", printother, NULL, "ndp" },
sbin/sysctl/sysctl.c
216
{ "/net/inet6/ip6/addctlpolicy", printother, NULL,
sbin/sysctl/sysctl.c
218
{ "/net/key/dumps[ap]", printother, NULL, "setkey" },
sbin/sysctl/sysctl.c
219
{ "/net/[^/]+/[^/]+/pcblist", printother, NULL,
sbin/sysctl/sysctl.c
221
{ "/net/(inet|inet6)/[^/]+/stats", printother, NULL, "netstat"},
sbin/sysctl/sysctl.c
223
printother, NULL, "netstat"},
sbin/sysctl/sysctl.c
224
{ "/net/inet/ipsec/ipsecstats", printother, NULL, "netstat"},
sbin/sysctl/sysctl.c
225
{ "/net/bpf/(stats|peers)", printother, NULL, "netstat"},
sbin/sysctl/sysctl.c
227
{ "/net/inet.*/tcp.*/deb.*", printother, NULL, "trpt" },
sbin/sysctl/sysctl.c
231
{ "/net/ns/spp/deb.*", printother, NULL, "trsp" },
sbin/sysctl/sysctl.c
233
{ "/hw/diskstats", printother, NULL, "iostat" },
sbin/sysctl/sysctl.c
247
{ "/net/[^/]+", printother, NULL, NULL },
sbin/sysctl/sysctl.c
248
{ "/debug", printother, NULL, NULL },
sbin/sysctl/sysctl.c
249
{ "/ddb", printother, NULL, NULL },
sbin/sysctl/sysctl.c
250
{ "/vendor", printother, NULL, NULL },