Searched refs:cmd_to_str (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 804 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() 920 "session."), "zoneadm", cmd_to_str(CMD_REVERT), in long_help() 1064 cmd_to_str(CMD_HELP)); in usage() 1066 cmd_to_str(CMD_HELP)); in usage() 1068 cmd_to_str(CMD_HELP)); in usage() 1071 cmd_to_str(CMD_HELP)); in usage() 1080 (void) fprintf(fp, "\t%s %s=%s\n", cmd_to_str(CMD_SET), in usage() [all …]
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 217 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() 975 path, cmd_to_str(CMD_VERIFY), in validate_zonepath() 976 cmd_to_str(CMD_VERIFY), path, path); in validate_zonepath() 1150 "directory.\n"), cmd_to_str(cmd_num), in validate_zonepath() 1187 zperror(cmd_to_str(cmd_num), B_TRUE); in invoke_brand_handler() 1192 zperror(cmd_to_str(cmd_num), B_TRUE); in invoke_brand_handler() 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() [all …]
|
H A D | zoneadm.h | 110 extern char *cmd_to_str(int cmd_num);
|
H A D | zfs.c | 348 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 D | nwamcfg.h | 171 extern const char *cmd_to_str(int);
|
H A D | nwamcfg.c | 610 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 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()
|