HomeSort by: relevance | last modified time | path
    Searched defs:printother (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/sysctl/
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...]

Completed in 14 milliseconds