Searched defs:cmd_quit (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | sys.c | 554 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 D | mdb_cmds.c | 910 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 51 milliseconds