sysctl.c | 162 static void printother(HANDLER_PROTO); 184 { "/kern/evcnt", printother, NULL, "vmstat -e" }, 185 { "/kern/vnode", printother, NULL, "pstat" }, 186 { "/kern/proc(2|_args)?", printother, NULL, "ps" }, 187 { "/kern/file2?", printother, NULL, "pstat" }, 188 { "/kern/ntptime", printother, NULL, 190 { "/kern/msgbuf", printother, NULL, "dmesg" }, 194 { "/kern/hashstat", printother, NULL, "vmstat -H" }, 195 { "/kern/sysvipc_info", printother, NULL, "ipcs" }, 201 { "/kern/intr/list", printother, NULL, "intrctl" } 2091 printother(HANDLER_ARGS) function in typeref:typename:void [all...] |