Home
last modified time | relevance | path

Searched refs:cmd_to_str (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c804 cmd_to_str(int cmd_num) in cmd_to_str() function
867 cmd_to_str(CMD_CREATE), cmd_to_str(CMD_CREATE), in long_help()
868 cmd_to_str(CMD_CREATE), cmd_to_str(CMD_CREATE)); in long_help()
895 cmd_to_str(CMD_END)); in long_help()
1064 cmd_to_str(CMD_HELP)); in usage()
1066 cmd_to_str(CMD_HELP)); in usage()
1129 cmd_to_str(CMD_SET), in usage()
1597 cmd_to_str(cmd_num), in scope_usage()
1691 cmd_to_str(cmd_num)); in zone_is_read_only()
2684 cmd_to_str(CMD_DELETE), cmd_to_str(CMD_DELETE)); in delete_func()
[all …]
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c217 cmd_to_str(int cmd_num) in cmd_to_str() function
974 cmd_to_str(CMD_INSTALL), cmd_to_str(CMD_INSTALL), in validate_zonepath()
1421 cmd_to_str(CMD_LIST)); in list_func()
1457 cmd_to_str(CMD_LIST)); in list_func()
1639 cmd_to_str(cmd_num)); in sanity_check()
1670 cmd_to_str(cmd_num)); in sanity_check()
1689 cmd_to_str(cmd_num)); in sanity_check()
1761 cmd_to_str(CMD_UNINSTALL)); in sanity_check()
1795 cmd_to_str(cmd_num)); in sanity_check()
1811 cmd_to_str(cmd_num)); in sanity_check()
[all …]
H A Dzoneadm.h110 extern char *cmd_to_str(int cmd_num);
H A Dzfs.c348 zperror(cmd_to_str(CMD_CLONE), B_TRUE); in clean_out_clone()
354 zperror(cmd_to_str(CMD_CLONE), B_TRUE); in clean_out_clone()
1432 zperror(cmd_to_str(CMD_MOVE), B_FALSE); in zone_mounts_cb()
1446 zperror(cmd_to_str(CMD_MOVE), B_FALSE); in zone_mounts_cb()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h171 extern const char *cmd_to_str(int);
H A Dnwamcfg.c610 cmd_to_str(int cmd_num) in cmd_to_str() function
774 (void) printf("\t%s %s [<%s>]\n", execname, cmd_to_str(CMD_HELP), in cmd_line_usage()
1119 nerr("'%s' is not allowed at this scope", cmd_to_str(cmd)); in check_scope()
1769 if (strcmp(cmd->cmd_argv[0], cmd_to_str(i)) == 0) { in help_func()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c158 cmd_to_str(int cmd_num) in cmd_to_str() function
1400 if (strcmp(argv[1], cmd_to_str(i)) == 0) { in main()
1408 cmd_to_str(cmdtab[i].cmd_num)); in main()