Searched refs:cmd_unload (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | load.c | 47 cmd_unload(fmd_adm_t *adm, int argc, char *argv[]) in cmd_unload() function
|
H A D | fmadm.h | 55 extern int cmd_unload(fmd_adm_t *, int, char *[]);
|
H A D | fmadm.c | 118 { cmd_unload, "unload", "<module>", "unload specified fault manager module" },
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | sys.c | 762 cmd_unload(void *obj_state, int argc, const char *argv[]) in cmd_unload() function 1008 { (elfedit_cmd_func_t *)cmd_unload, in elfedit_sys_init()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 1354 cmd_unload(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in cmd_unload() function 3272 { "unload", "[-d] module", "unload debugger module", cmd_unload, 3326 { "unload", "module", "unload debugger module", cmd_unload },
|