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

/solaris-userland/components/desktop/desktop-cache/files/
H A Dfind_newer39 def __init__(self, msg=None):
40 if msg:
41 self.msg = "Error: " + str(msg) + "\n\n"
43 self.msg = ""
44 self.msg = self.msg + "Usage: find_newer.py [options] dir...\n\n"
45 self.msg = self.msg + "Options:\n"
46 self.msg
[all...]
/solaris-userland/components/openstack/cinder/files/zfssa/
H A Dcinder.akwf81 var msg = 'User ' + params.name;
86 msg += ' updated.';
93 msg += ' created.';
97 return (msg);
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dinterface.py168 msg = (_("'other_config' column in 'Open_vSwitch' OVSDB table "
171 raise exceptions.Invalid(message=msg)
174 msg = (_("'bridge_mappings' info is not set in 'other_config' "
178 raise exceptions.Invalid(message=msg)
186 msg = (_("Unsupported network type: %s") % network_type)
187 LOG.error(msg)
188 raise exceptions.Invalid(message=msg)
192 msg = (_("Failed to determine the lower_link for VNIC "
195 LOG.error(msg)
196 raise exceptions.Invalid(message=msg)
[all...]
H A Dnet_lib.py236 msg = _LE("Failed sending gratuitous ARP to %(addr)s on "
238 LOG.exception(msg, {'addr': address, 'iface': iface_name})
/solaris-userland/components/bind/Solaris/
H A Ddns-server.sh142 msg="$I : Configuration file ${configuration_file} does not exist!"
143 echo ${msg} >&2
144 /usr/bin/logger -p daemon.error ${msg}
/solaris-userland/components/ruby/puppet-solaris/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/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)
498 msg = (_("Failed to extend volume size to %(new_size)s GB.")
500 raise exception.VolumeBackendAPIException(data=msg)
543 msg = (_("Failed to identify the volume '%s'.")
545 raise exception.InvalidInput(reason=msg)
884 msg = (_("Failed to create logical unit for volume '%s' due "
886 raise exception.VolumeBackendAPIException(data=msg)
[all...]
/solaris-userland/components/python/os-brick/files/solaris/
H A Dsolarisiscsi.py102 msg = _("No iSCSI target is found.")
103 LOG.error(msg)
H A Dsolarisfc.py183 msg = _("Fibre Channel volume device not found.")
184 LOG.error(msg)
/solaris-userland/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c152 gss_buffer_desc msg; local
160 &msg);
164 err_msg = apr_pstrcat(p, err_msg, ": ", (char*) msg.value,
166 (void) gss_release_buffer(&min_stat, &msg);
171 &msg);
174 " (", (char*) msg.value, ")", NULL);
175 (void) gss_release_buffer(&min_stat, &msg);
/solaris-userland/tools/
H A Duserland-incorporator39 def warning(msg):
41 print >>sys.stderr, "ERROR: %s" % msg
44 print >>sys.stderr, "WARNING: %s" % msg
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py946 msg = (_("Unable to find the root device for instance '%s'.")
948 raise exception.NovaException(msg)
1017 msg = (_("'%s' branded zones do not currently support "
1019 raise exception.NovaException(msg)
1034 msg = (_("Root device is not on shared storage for instance "
1036 raise exception.NovaException(msg)
1311 msg = _("Unable to lookup URI of Fibre Channel volume "
1313 raise exception.InvalidVolume(reason=msg)
1394 msg = _("Detected 'local' zvol driver volume type "
1398 raise exception.InvalidVolume(reason=msg)
[all...]
/solaris-userland/components/ocaml/files/
H A Docamlbyteinfo.ml98 | Sys_error msg ->
99 perr msg
/solaris-userland/components/openssh/sources/
H A Dkexgssc.c73 char *msg; local
238 msg = packet_get_string(NULL);
240 fatal("GSSAPI Error: \n%.400s", msg);
/solaris-userland/components/proftpd/
H A Dmod_solaris_audit.c464 const char* msg = NULL; local
482 msg = fill_event(cmd, event);
483 if (msg != NULL) {
484 pr_log_pri(PR_LOG_ERR, "Auditing of %s failed: %s", description, msg);
1012 const char* msg = NULL; local
1032 msg = rnto_fill_attr(cmd, event);
1033 if (msg != NULL) {
1035 "RNTO", event->adt_ft_rename.src_path, ptr, msg);
/solaris-userland/components/openstack/neutron/files/agent/l3/
H A Dsolaris_agent.py714 msg = _LE('An interface driver must be specified')
715 LOG.error(msg)
719 msg = _LE('Router id (router_id) is required to be set.')
720 LOG.error(msg)
726 msg = _LE("%s used in config as ipv6_gateway is not a valid "
730 LOG.error(msg, self.conf.ipv6_gateway)
733 LOG.error(msg, self.conf.ipv6_gateway)
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py218 raise SolarisIPMIError(msg=err_msg)
492 raise SolarisIPMIError(msg="Unknown node architecture: %s"
673 raise SolarisIPMIError(msg=err_msg)
683 raise SolarisIPMIError(msg=err_msg)
694 raise SolarisIPMIError(msg=err_msg)
772 raise SolarisIPMIError(msg=err_msg)
790 raise SolarisIPMIError(msg=err_msg)
909 raise SolarisIPMIError(msg=err_msg)
927 raise SolarisIPMIError(msg=err_msg)
962 raise SolarisIPMIError(msg
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c2792 struct msghdr msg; variable in typeref:struct:msghdr
2816 msg.msg_name = NULL;
2817 msg.msg_namelen = 0;
2818 msg.msg_iov = &iov;
2819 msg.msg_iovlen = 1;
2820 msg.msg_control = (void *)_CMSG_HDR_ALIGN(cmsg_buf);
2821 msg.msg_controllen = sizeof (cmsg_buf) -
2823 msg.msg_flags = 0;
2827 pktlen = recvmsg(fd, &msg, MSG_TRUNC);
2836 for (cmsg = CMSG_FIRSTHDR(&msg); cms
[all...]

Completed in 308 milliseconds