Searched refs:msg (Results 1 - 18 of 18) sorted by relevance

/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/
H A Dcinder.akwf81 var msg = 'User ' + params.name;
86 msg += ' updated.';
93 msg += ' created.';
97 return (msg);
H A Dzfssaiscsi.py111 msg = (_('Connecting to host: %s.') % lcfg.san_ip)
112 LOG.info(msg)
/solaris-userland-s11u3/components/visual-panels/zconsole/src/java/vpanels/app/zconsole/com/oracle/solaris/vp/panels/zconsole/client/text/
H A DZoneConsolePanelDescriptor.java61 String msg = "Error getting object information for: " +
63 getLog().log(Level.SEVERE, msg, e);
66 String msg = "Error contacting server while creating " +
68 getLog().log(Level.SEVERE, msg, e);
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DUserMgrPanelDescriptor.java237 String msg = Finder.getString("usermgr.error.invalidData");
240 getLog().log(Level.SEVERE, err + msg, e);
241 throw new ActionFailedException(err + msg);
244 String msg = Finder.getString("usermgr.error.system");
247 getLog().log(Level.SEVERE, err + msg, e);
248 throw new ActionFailedException(err + msg);
267 String msg;
272 msg = Finder.getString("usermgr.error.userExists");
275 msg = Finder.getString("usermgr.error.passError");
278 msg
[all...]
H A DUserMgrEmptyPanel.java44 String msg = Finder.getString("usermgr.empty.message");
45 JLabel msgLabel = new JLabel(msg,
/solaris-userland-s11u3/components/bind/Solaris/
H A Ddns-server.sh131 msg="$I : Configuration file ${configuration_file} does not exist!"
132 echo ${msg} >&2
133 /usr/bin/logger -p daemon.error ${msg}
/solaris-userland-s11u3/components/ruby/puppet/files/
H A Dupdate_smf.py95 def err(msg):
98 sys.stderr.write("%(prog)s: error: %(msg)s\n" %
99 {"prog": os.path.basename(sys.argv[0]), "msg": msg})
222 except IOError as msg:
223 err(msg)
225 except etree.XMLSyntaxError as msg:
226 err(msg)
228 except NameError as msg:
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py308 msg = (_("Remote piped execution failed to host '%s'.") % ip)
309 raise exception.VolumeBackendAPIException(data=msg)
334 msg = (_("_piped_execute failed with the info '%s' and '%s'.") %
336 raise exception.VolumeBackendAPIException(data=msg)
494 msg = (_("Failed to extend volume size to %(new_size)s GB.")
496 raise exception.VolumeBackendAPIException(data=msg)
539 msg = (_("Failed to identify the volume '%s'.")
541 raise exception.InvalidInput(reason=msg)
792 msg = (_("Failed to create logical unit for volume '%s' due "
794 raise exception.VolumeBackendAPIException(data=msg)
[all...]
H A Dsolarisfc.py159 msg = _("Fibre Channel volume device not found.")
160 LOG.error(msg)
H A Dsolarisiscsi.py102 msg = _("No iSCSI target is found.")
103 LOG.error(msg)
/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c199 gss_buffer_desc msg; local
207 &msg);
211 err_msg = apr_pstrcat(p, err_msg, ": ", (char*) msg.value,
213 (void) gss_release_buffer(&min_stat, &msg);
218 &msg);
221 " (", (char*) msg.value, ")", NULL);
222 (void) gss_release_buffer(&min_stat, &msg);
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c159 gss_buffer_desc msg; local
167 &msg);
171 err_msg = apr_pstrcat(p, err_msg, ": ", (char*) msg.value,
173 (void) gss_release_buffer(&min_stat, &msg);
178 &msg);
181 " (", (char*) msg.value, ")", NULL);
182 (void) gss_release_buffer(&min_stat, &msg);
/solaris-userland-s11u3/tools/
H A Duserland-incorporator37 def warning(msg):
39 print >>sys.stderr, "ERROR: %s" % msg
42 print >>sys.stderr, "WARNING: %s" % msg
/solaris-userland-s11u3/components/openssh/sources/
H A Dkexgssc.c74 char *msg; local
239 msg = packet_get_string(NULL);
241 fatal("GSSAPI Error: \n%.400s", msg);
/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dregexp.c57 static void comperr(sed_commands_t *commands, char *msg);
63 static void comperr(sed_commands_t *commands, char *msg) argument
65 command_errf(commands, msg, commands->linebuf);
/solaris-userland-s11u3/components/proftpd/
H A Dmod_solaris_audit.c462 const char* msg = NULL; local
480 msg = fill_event(cmd, event);
481 if (msg != NULL) {
482 pr_log_pri(PR_LOG_ERR, "Auditing of %s failed: %s", description, msg);
1010 const char* msg = NULL; local
1030 msg = rnto_fill_attr(cmd, event);
1031 if (msg != NULL) {
1033 "RNTO", event->adt_ft_rename.src_path, ptr, msg);
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py847 msg = (_("Unable to find the root device for instance '%s'.")
849 raise exception.NovaException(msg)
899 msg = (_("'%s' branded zones do not currently support "
901 raise exception.NovaException(msg)
920 msg = (_("Root device is on shared storage for instance '%s'.")
922 raise exception.NovaException(msg)
928 msg = (_("Root device is not on shared storage for instance "
931 raise exception.NovaException(msg)
1231 msg = _("Detected 'local' zvol driver volume type "
1235 raise exception.InvalidVolume(reason=msg)
[all...]
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py216 raise SolarisIPMIError(msg=err_msg)
463 raise SolarisIPMIError(msg="Unknown node architecture: %s"
643 raise SolarisIPMIError(msg=err_msg)
653 raise SolarisIPMIError(msg=err_msg)
664 raise SolarisIPMIError(msg=err_msg)
742 raise SolarisIPMIError(msg=err_msg)
760 raise SolarisIPMIError(msg=err_msg)
879 raise SolarisIPMIError(msg=err_msg)
897 raise SolarisIPMIError(msg=err_msg)
932 raise SolarisIPMIError(msg
[all...]

Completed in 45 milliseconds