Home
last modified time | relevance | path

Searched refs:mdb_shell_pipe (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_shell.c39 mdb_shell_pipe(char *cmd) in mdb_shell_pipe() function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_shell.h37 extern void mdb_shell_pipe(char *);
H A Dmdb_shell.c161 mdb_shell_pipe(char *cmd) in mdb_shell_pipe() function
H A Dmdb_grammar.y234 | '!' MDB_TOK_STRING { mdb_shell_pipe($2); }