Searched refs:err_msg (Results 1 - 4 of 4) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c201 char *err_msg = (char *)apr_pstrdup(p, prefix); local
211 err_msg = apr_pstrcat(p, err_msg, ": ", (char*) msg.value,
220 err_msg = apr_pstrcat(p, err_msg,
226 return (err_msg);
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c161 char *err_msg = (char *)apr_pstrdup(p, prefix); local
171 err_msg = apr_pstrcat(p, err_msg, ": ", (char*) msg.value,
180 err_msg = apr_pstrcat(p, err_msg,
186 return (err_msg);
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py194 def _ssh_execute(ssh_obj, ssh_cmd, raise_exception=True, err_msg=None):
200 :param err_msg: Custom error message to use
215 if err_msg:
216 raise SolarisIPMIError(msg=err_msg)
640 err_msg = _("Zero reference count adjustment attempted "
642 LOG.error(err_msg)
643 raise SolarisIPMIError(msg=err_msg)
650 err_msg = _("Negative reference count adjustment attempted on "
652 LOG.error(err_msg)
653 raise SolarisIPMIError(msg=err_msg)
[all...]
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py642 err_msg = (_("'%s' does not match the listed protocol '%s'"
650 err_msg = (_("Failed to list the target '%s': '%s'")
652 raise exception.VolumeBackendAPIException(data=err_msg)
664 err_msg = (_("Failed to list the target group '%s': '%s'")
666 raise exception.VolumeBackendAPIException(data=err_msg)
714 err_msg = (_("Failed to get the view_entry or LUN of the LU '%s'.")
716 raise exception.VolumeBackendAPIException(data=err_msg)

Completed in 21 milliseconds