Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.c778 cmd_to_str(int cmd_num) in cmd_to_str() function
841 cmd_to_str(CMD_CREATE), cmd_to_str(CMD_CREATE), in long_help()
842 cmd_to_str(CMD_CREATE), cmd_to_str(CMD_CREATE)); in long_help()
869 cmd_to_str(CMD_END)); in long_help()
894 "session."), "zoneadm", cmd_to_str(CMD_REVERT), in long_help()
1036 cmd_to_str(CMD_HELP)); in usage()
1038 cmd_to_str(CMD_HELP)); in usage()
1040 cmd_to_str(CMD_HELP)); in usage()
1043 cmd_to_str(CMD_HELP)); in usage()
1052 (void) fprintf(fp, "\t%s %s=%s\n", cmd_to_str(CMD_SET), in usage()
[all …]
/titanic_44/usr/src/cmd/zoneadm/
H A Dzoneadm.c216 cmd_to_str(int cmd_num) in cmd_to_str() function
969 cmd_to_str(CMD_INSTALL), cmd_to_str(CMD_INSTALL), in validate_zonepath()
970 path, cmd_to_str(CMD_VERIFY), in validate_zonepath()
971 cmd_to_str(CMD_VERIFY), path, path); in validate_zonepath()
1145 "directory.\n"), cmd_to_str(cmd_num), in validate_zonepath()
1182 zperror(cmd_to_str(cmd_num), B_TRUE); in invoke_brand_handler()
1187 zperror(cmd_to_str(cmd_num), B_TRUE); in invoke_brand_handler()
1412 cmd_to_str(CMD_LIST)); in list_func()
1447 cmd_to_str(CMD_LIST)); in list_func()
1629 cmd_to_str(cmd_num)); in sanity_check()
[all …]
H A Dzoneadm.h110 extern char *cmd_to_str(int cmd_num);
H A Dzfs.c340 zperror(cmd_to_str(CMD_CLONE), B_TRUE); in clean_out_clone()
346 zperror(cmd_to_str(CMD_CLONE), B_TRUE); in clean_out_clone()
1424 zperror(cmd_to_str(CMD_MOVE), B_FALSE); in zone_mounts_cb()
1438 zperror(cmd_to_str(CMD_MOVE), B_FALSE); in zone_mounts_cb()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h168 extern const char *cmd_to_str(int);
H A Dnwamcfg.c605 cmd_to_str(int cmd_num) in cmd_to_str() function
764 (void) printf("\t%s %s [<%s>]\n", execname, cmd_to_str(CMD_HELP), in cmd_line_usage()
1109 nerr("'%s' is not allowed at this scope", cmd_to_str(cmd)); in check_scope()
1754 if (strcmp(cmd->cmd_argv[0], cmd_to_str(i)) == 0) { in help_func()
/titanic_44/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()