| /pkg/on_ips/usr/src/cmd/boot/installgrub/ |
| message.h | 33 #define USAGE gettext("Usage: %s [-fm] stage1 stage2 raw-device\n") 35 #define DRY_RUN gettext("dry run--nothing will be written to disk\n") 38 gettext("Solaris partition not found. Aborting operation.\n") 41 gettext("Solaris x86 boot partition not found. Aborting operation.\n") 43 #define SOLPAR_INACTIVE gettext("Solaris fdisk partition is inactive.\n") 46 gettext("Solaris boot partition not found on %s\n") 49 gettext("Solaris in extended partition. -m (MBR) option required\n") 51 #define NOT_RAW_DEVICE gettext("device %s is not a char special device\n") 53 #define NOT_ROOT_SLICE gettext("raw device must be a root slice (not s2)\n") 55 #define CONVERT_FAIL gettext("cannot convert %s to a block device.\n" [all...] |
| /pkg/on_ips/usr/src/cmd/iscsi/iscsitgtd/ |
| util_err.c | 37 return ((char *)gettext("Operation completed successfully")); 39 return ((char *)gettext("Null XML message")); 41 return ((char *)gettext("Syntax error: " 44 return ((char *)gettext("Syntax error: Missing --all")); 46 return ((char *)gettext("Syntax error: Missing backing-store")); 48 return ((char *)gettext("Syntax error: Missing iscsi name")); 50 return ((char *)gettext("Syntax error: Missing IP address")); 52 return ((char *)gettext("Syntax error: Missing name")); 54 return ((char *)gettext("Syntax error: Missing object")); 56 return ((char *)gettext("Syntax error: Missing operand")) [all...] |
| /pkg/on_ips/usr/src/cmd/devfsadm/ |
| message.h | 34 gettext("Pattern '%s' cannot be used with device '%s:%s'\n") 36 #define MUST_BE_ROOT gettext("you must be root to run this program\n") 38 #define CANT_FIND_USER gettext("name service cannot find user: %s\n") 40 #define CANT_FIND_GROUP gettext("name service cannot find group %s\n") 42 #define NO_LINKTAB gettext("no devlink.tab rules loaded from file '%s'\n") 44 #define NO_MODULES gettext("no modules loaded from MODPATH '%s'\n") 46 #define ABORTING gettext("aborting\n") 48 #define MODIFY_PATH gettext("use devfsadm -l to modify\n") 50 #define CONFIGURING gettext("Configuring devices.\n") 52 #define CHROOT_FAILED gettext("chdir to root failed: %s\n" [all...] |
| /pkg/on_ips/usr/src/cmd/isns/isnsd/ |
| utils.c | 37 return ((char *)gettext("Successful Operation")); 39 return ((char *)gettext("Unknown Error")); 41 return ((char *)gettext("Message Format Error")); 43 return ((char *)gettext("Invalid Registration")); 45 return ((char *)gettext("Invalid Query")); 47 return ((char *)gettext("Source Unknown")); 49 return ((char *)gettext("Source Absent")); 51 return ((char *)gettext("Source Unauthorized")); 53 return ((char *)gettext("No Such Entry")); 55 return ((char *)gettext("Version Not Supported")) [all...] |
| /pkg/on_ips/usr/src/cmd/syseventd/daemons/syseventconfd/ |
| message_confd.h | 38 gettext("Out of memory.") 41 gettext("Initialization error: could not allocate space for the local \ 45 gettext("Initialization error:could not create signal thread - '%s' \ 49 gettext("cannot fork - %s\n") 52 gettext("%s, line %d: " "cannot setuid to user '%s' - %s\n") 55 gettext("cannot exec %s - %s\n") 58 gettext("process %d exited with status %d\n") 61 gettext("process %d dumped core - %s\n") 64 gettext("process %d - %s\n") 67 gettext("unable to open channel to syseventd\n" [all...] |
| /pkg/on_ips/usr/src/cmd/svr4pkg/hdrs/ |
| messages.h | 51 #define ASK_CONFIRM gettext("Do you want to remove this package?") 52 #define ASK_CONT gettext("Do you want to continue with the installation of <%s>") 53 #define ASK_CONTINUE_ADD gettext("Do you want to continue with package installation?") 54 #define ASK_CONTINUE_RM gettext("Do you want to continue with package removal?") 55 #define ASK_PKGREMOVE_CONTINUE gettext("Do you want to continue with the removal of this package") 56 #define ASK_PKGRMCHK_CONT gettext("Do you want to continue with the removal of <%s>") 64 #define DBG_ADDPACKAGES_ARGS gettext("npkgs <%d> uri <%s> stream device <%s> repeat <%d> altBinDir <%s> device <%s>") 65 #define DBG_ADDPACKAGES_ENTRY gettext("add_packages:") 66 #define DBG_ADDPACKAGES_GZ_NO_LZ_ARGS gettext("npkgs <%d> uri <%s> stream device <%s> repeat <%d> device <%s>") 67 #define DBG_ADDPACKAGES_GZ_NO_LZ_ENTRY gettext("add_pkgs_in_gz_no_zones: adding packages in global zone with NO non-global zones" [all...] |
| /pkg/on_ips/usr/src/cmd/svr4pkg/pkgcond/ |
| pkgcond_msgs.h | 38 #define gettext(x) x macro 43 #define MSG_USAGE gettext(\ 58 #define MSG_NO_PKG_ENV_DATA_PRESENT gettext(\ 61 #define MSG_NO_ARGUMENTS_SPECIFIED gettext(\ 64 #define MSG_INVALID_OPTION_SPECIFIED gettext(\ 67 #define MSG_IS_INVALID_OPTION gettext(\ 70 #define MSG_UNRECOGNIZED_CONDITION_SPECIFIED gettext(\ 73 #define MSG_IS_WHAT_RESULT gettext(\ 78 #define DBG_NO_RECURSION gettext(\ 81 #define DBG_RECURSION gettext(\ [all...] |
| /pkg/on_ips/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
| message_conf_mod.h | 39 gettext("Out of memory.") 42 gettext("cannot open %s - %s\n") 45 gettext("%s, line %d: " "user '%s' not recognized\n") 48 gettext("%s, line %d: " "reserved field '%s' must be '-'\n") 51 gettext("%s: setregid(%d) - %s\n") 54 gettext("%s: setreuid(%d)- %s\n") 57 gettext("%s, line %d: no execute access to %s - %s\n") 60 gettext("%s, line %d: syntax error\n") 63 gettext("pathconf(%s, NAME_MAX) failed - %s\n") 66 gettext("readdir(%s) failed - %s\n" [all...] |
| /pkg/on_ips/usr/src/cmd/fps/fpsd/ |
| messages.h | 43 gettext("Can not start daemon when another instance"\ 47 gettext("Could not intialize state structures for the daemon.\n") 50 gettext("Failed to create pipe for daemonizing : %s\n") 53 gettext("Failed to fork daemon into background : %s\n") 56 gettext("Library call door_create failed : %s\n") 59 gettext("Could not create door file : %s\n") 62 gettext("Could not fattach to door file : %s\n") 65 gettext("%s directory could not be created for "\ 69 gettext("Library call %s failed : %s\n") 72 gettext("System call %s failed : %s\n" [all...] |
| /pkg/on_ips/usr/src/cmd/syseventd/daemons/syseventd/ |
| message.h | 37 gettext("SIGHUP caught - reloading modules\n") 40 gettext("Daemon restarted\n") 43 gettext("Signal '%d' caught\n") 46 gettext("Fatal:attempting to dump core\n") 49 gettext("Initialization error: could not allocate space for the local \ 53 gettext("Initialization error: could not allocate space for the event \ 57 gettext("Initialization error: Unable to block signals before creating \ 61 gettext("Initialization error:could not create dispatch thread - '%s' \ 65 gettext("Initialization error: Unable to unblock signals after \ 69 gettext("Kernel unable to post events: '%s'\n" [all...] |
| /pkg/on_ips/usr/src/cmd/krb5/kadmin/dbutil/ |
| string_table.c | 28 * I18n HACK. We define gettext(s) to be s so that we can extract the 30 * gettext. 33 #define gettext(s) s macro 35 char *str_PARSE_NAME = gettext("while parsing admin principal name."); 38 gettext("while parsing admin history principal name."); 41 gettext("Warning! Admin principal already exists."); 44 gettext("Warning! Changepw principal already exists."); 47 gettext("Warning! Admin history principal already exists."); 50 gettext("Warning! Admin principal has incorrect attributes.\n" 55 gettext("Warning! Changepw principal has incorrect attributes.\n 129 #undef gettext macro [all...] |
| /pkg/on_ips/usr/src/lib/print/libpapi-common/common/ |
| status.c | 41 return (gettext("ok")); 43 return (gettext("ok-substitution")); 45 return (gettext("ok-conflict")); 47 return (gettext("ok-ignored-subscriptions")); 49 return (gettext("ok-ignored-notifications")); 51 return (gettext("ok-too-many-events")); 53 return (gettext("ok-but-cancel-subscription")); 55 return (gettext("redirection-to-other-site")); 57 return (gettext("bad-request")); 59 return (gettext("forbidden")) [all...] |
| /pkg/on_ips/usr/src/cmd/syseventadm/ |
| syseventadm_msg.h | 37 * Gettext strings for internationalization 40 gettext("%s: must be root\n") 43 gettext("%s: must be in global zone\n") 46 gettext("%s: cannot create %s - %s\n") 49 gettext("%s: cannot open %s - %s\n") 52 gettext("%s: close of %s failed - %s\n") 55 gettext("%s: cannot chmod %s to 0444 - %s\n") 58 gettext("%s: cannot open directory %s - %s\n") 61 gettext("%s: close of directory %s failed - %s\n") 64 gettext("%s: unable to make tmp file name\n" [all...] |
| /pkg/on_ips/usr/src/cmd/boot/fiocompress/ |
| message.h | 37 #define OPT_DC_EXCL gettext("fiocompress: -c and -d are exclusive\n") 38 #define INVALID_BLKSZ gettext("fiocompress: invalid block size\n") 39 #define UNKNOWN_OPTION gettext("fiocompress: unknown option -%c\n") 40 #define MISS_FILES gettext("fiocompress: input and output files\ 42 #define FIO_COMP_FAIL gettext("fiocompress: FIO_COMPRESSED on %s failed\ 44 #define CANT_OPEN gettext("fiocompress: cannot open %s - %s\n") 45 #define STAT_FAIL gettext("fiocompress: stat of %s failed - %s\n") 46 #define MMAP_FAIL gettext("fiocompress: mmapping on %s failed - %s\n") 47 #define OPEN_FAIL gettext("fiocompress: open of %s failed - %s\n") 48 #define HDR_ALLOC gettext("fiocompress: failed to allocate %d bytes [all...] |
| /pkg/on_ips/usr/src/cmd/isns/isnsadm/ |
| isnsadm_msg.c | 37 return (gettext("Error: Unknown Failure")); 39 return (gettext("\nError: one or more objects failed to " 44 return (gettext("Error: one or more objects failed to " 49 return (gettext("No additional information avaialble from " 52 return (gettext 55 return (gettext 58 return (gettext 61 return (gettext 64 return (gettext 67 return (gettext [all...] |
| /pkg/on_ips/usr/src/cmd/svr4pkg/pkgadm/ |
| pkgadm_msgs.h | 38 #define gettext(x) x macro 42 #define MSG_BAD_SUB gettext(\ 45 #define MSG_MISSING_OPERAND gettext(\ 48 #define MSG_USAGE gettext(\ 85 #define MSG_WARNING gettext(\ 88 #define MSG_ERROR gettext(\ 91 #define MSG_T_OPTION_ARGS gettext(\ 94 #define MSG_T_RESULT_TWO gettext(\ 97 #define MSG_T_RESULT_THREE gettext(\ 100 #define MSG_KEYSTORE_PASSPROMPT gettext(\ [all...] |
| /pkg/on_ips/usr/src/cmd/bart/ |
| msgs.h | 36 #define SYNTAX_ERR gettext("ERROR: Ignoring rules syntax error: %s\n") 37 #define SYNTAX_ABORT gettext("ABORTING: Syntax error(s) in the rules file\n") 38 #define INVALID_FILE gettext("WARNING: Ignoring invalid file: %s\n") 39 #define INVALID_SUBTREE gettext("WARNING: Ignoring invalid subtree: %s\n") 40 #define RULES_ERR gettext("ERROR: -r option requires a filename\n") 42 gettext("ERROR: Cannot use -I and -r options together\n") 44 gettext("WARNING: %s has missing/invalid version string\n") 45 #define MANIFEST_ERR gettext("ERROR: Manifest corrupt, cannot continue\n") 46 #define CONTENTS_WARN gettext("WARNING: Checksum failed: %s\n") 47 #define USAGE_MSG gettext("Usage:\n" [all...] |
| /pkg/on_ips/usr/src/cmd/boot/bootadm/ |
| message.h | 35 #define FILE_MISS gettext("file not found: %s\n") 37 #define ARCH_EXEC_MISS gettext("archive creation file not found: %s: %s\n") 39 #define PATH_EXEC_OWNER gettext("%s is not owned by %d, skipping\n") 41 #define PATH_EXEC_LINK gettext("%s is not a regular file, skipping\n") 43 #define PATH_EXEC_PERMS gettext("%s is others or group writable, skipping\n") 45 #define UPDATE_CACHE_OLD gettext("archive cache is out of sync. Rebuilding.\n") 47 #define MUST_BE_ROOT gettext("you must be root to run this command\n") 50 gettext("%s: not a boot archive based Solaris instance\n") 52 #define MULT_CMDS gettext("multiple commands specified: -%c\n") 54 #define INVALID_SUBCMD gettext("invalid sub-command specified: %s\n" [all...] |
| /pkg/on_ips/usr/src/cmd/syseventd/modules/sysevent_reg_mod/ |
| message_reg_mod.h | 39 gettext("sysevent_reg_mod: Can not open subscriber channel: %s\n") 42 gettext("sysevent_reg_mod: Can not bind publisher: %s\n") 45 gettext("sysevent_reg_mod: Can not create subscriber " \ 49 gettext("sysevent_reg_mod: syseventd channel permissions invalid\n")
|
| /pkg/on_ips/usr/src/cmd/mpathadm/ |
| mpathadm_text.c | 40 return (gettext("unknown")); 94 return (gettext("NA")); 98 return (gettext("yes")); 100 return (gettext("no")); 202 return (gettext("unknown object")); 206 return (gettext("success")); 208 return (gettext("invalid parameter")); 210 return (gettext("unknown client function")); 212 return (gettext("failed")); 214 return (gettext("insufficient memory")) [all...] |
| /pkg/on_ips/usr/src/cmd/lp/cmd/lpadmin/ |
| usage.c | 44 (void) printf (gettext( 91 (void) printf (gettext(
|
| /pkg/on_ips/usr/src/common/mms/mms/ |
| mms_mm_msg.h | 40 MM_MSG(MM_1000_MSG, gettext("operator attended reply message, don't reuse")) 43 MM_MSG(MM_1001_MSG, gettext("operator unattended reply message, don't reuse")) 49 MM_MSG(MM_5000_MSG, gettext("Parser error at line $line$, column $col$, " \ 53 MM_MSG(MM_5001_MSG, gettext("$msg$")) 56 MM_MSG(MM_5004_MSG, gettext("No such CARTRIDGE.CartridgeID $cartid$.")) 59 MM_MSG(MM_5005_MSG, gettext("No such CARTRIDGE.CartridgePCL $cartpcl$.")) 63 gettext("CARTRIDGE.CartridgeID $cartid$ is a mount candidate.")) 66 MM_MSG(MM_5007_MSG, gettext("Only one library is allowed for the eject " \ 71 MM_MSG(MM_5008_MSG, gettext("LIBRARY $lib$ doesn't have a configured LM.")) 74 MM_MSG(MM_5009_MSG, gettext("LIBRARY $lib$ has more than one LM configured.") [all...] |
| mms_dm_msg.h | 40 DM_MSG(DM_6500_MSG, gettext("$dm$: syntax error: $error$")) 43 DM_MSG(DM_6501_MSG, gettext("$dm$: activate $type$ failed: $error$")) 47 gettext("$dm$: reserved. Preempt reservation? reply yes/no/retry.")) 50 DM_MSG(DM_6504_MSG, gettext("$dm$: USCSICMD error: $error$")) 53 DM_MSG(DM_6505_MSG, gettext("$dm$: no matching command: $error$")) 56 DM_MSG(DM_6506_MSG, gettext("$dm$: internal error: $error$")) 59 DM_MSG(DM_6507_MSG, gettext("$dm$: unknown capability: $error$")) 62 DM_MSG(DM_6508_MSG, gettext("$dm$: attach error: $error$")) 65 DM_MSG(DM_6510_MSG, gettext("$dm$: identify error: $error$")) 68 DM_MSG(DM_6511_MSG, gettext("$dm$: detach error: $error$") [all...] |
| /pkg/on_ips/usr/src/common/net/wanboot/ |
| bootconf_errmsg.c | 45 errstr = gettext("bootconf_errmsg: internal error"); 49 errstr = gettext("No error"); 52 errstr = gettext("Can't open configuration file"); 55 errstr = gettext("Error creating/adding to nvlist"); 58 errstr = gettext("Error reading/closing configuration file"); 62 gettext("Line %d of configuration file is too long"), 69 gettext("Syntax error on line %d of configuration file"), 76 gettext("Unknown name on line %d of configuration file"), 82 errstr = gettext("Illegal encryption_type"); 85 errstr = gettext("Illegal signature_type") [all...] |
| /pkg/on_ips/usr/src/cmd/picl/plugins/sun4u/blade/bsc/ |
| picllom.h | 39 #define EM_INIT_FAILED gettext("SUNW_picllom: init failed!\n") 40 #define EM_MISSING_NODE gettext("SUNW_picllom: no %s node!\n") 42 gettext("SUNW_picllom: Lights Out Module missing!\n") 44 gettext("SUNW_picllom: failed to locate LOM device node\n") 46 gettext("SUNW_picllom: more than one LOM device node found\n") 48 gettext("SUNW_picllom: failed to create %s node\n") 50 gettext("SUNW_picllom: couldn't get memory for LED nodes\n") 52 gettext("SUNW_picllom: failed to initialize lom nodes\n") 53 #define EM_SYS_ERR gettext("SUNW_picllom: %s: %s\n") 55 gettext("SUNW_picllom: no config file picllom.conf" [all...] |