Searched refs:cmd_to_str (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 778 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_50/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 217 cmd_to_str(int cmd_num) in cmd_to_str() function 970 cmd_to_str(CMD_INSTALL), cmd_to_str(CMD_INSTALL), in validate_zonepath() 971 path, cmd_to_str(CMD_VERIFY), in validate_zonepath() 972 cmd_to_str(CMD_VERIFY), path, path); in validate_zonepath() 1146 "directory.\n"), cmd_to_str(cmd_num), in validate_zonepath() 1183 zperror(cmd_to_str(cmd_num), B_TRUE); in invoke_brand_handler() 1188 zperror(cmd_to_str(cmd_num), B_TRUE); in invoke_brand_handler() 1413 cmd_to_str(CMD_LIST)); in list_func() 1448 cmd_to_str(CMD_LIST)); in list_func() 1630 cmd_to_str(cmd_num)); in sanity_check() [all …]
|
H A D | zoneadm.h | 110 extern char *cmd_to_str(int cmd_num);
|
H A D | zfs.c | 340 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_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.h | 168 extern const char *cmd_to_str(int);
|
H A D | nwamcfg.c | 605 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_50/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/ |
H A D | nwamadm.c | 158 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()
|