Searched defs:cmd_quit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c554 cmd_quit(void *obj_state, int argc, const char *argv[]) function
984 { (elfedit_cmd_func_t *)cmd_quit, NULL, name_quit,
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c910 cmd_quit(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
2895 { "$%", NULL, NULL, cmd_quit },
2909 { "$q", NULL, "quit debugger", cmd_quit },
2910 { "$Q", NULL, "quit debugger", cmd_quit },
3015 { "quit", "[-u]", "quit debugger", cmd_quit, quit_help },
3062 { "quit", NULL, "quit debugger", cmd_quit },

Completed in 66 milliseconds