Lines Matching refs:reason
318 adv_usage["freeze"] = _("[-n] [-c reason] [pkg_fmri_pattern] ...")
2105 usage(err["reason"], cmd=cmd)
2115 emsg(err["reason"])
2125 if "reason" in err:
2126 emsg(err["reason"])
2133 if "reason" in err:
2135 emsg(err["reason"])
2140 emsg(err["reason"])
2145 emsg(err["reason"])
2156 emsg(err["reason"])
2171 elif "reason" in err:
2172 emsg(err["reason"])
2177 if "reason" in err:
2178 emsg(err["reason"])
3828 emsg(e["reason"])
4729 # we compute 'reason', 'time' and 'release_note' columns ourselves
4742 "reason": (_("REASON"), "10", None),
4784 # 'command' and 'reason' are multi-field columns, we
4788 if "command" in columns and "reason" in columns:
4789 # Translators: 'command' and 'reason' are
4791 logger.error(_("'command' and 'reason' columns "
4795 for col in ["command", "reason"]:
4938 outcome, reason = he.operation_result_text
4940 output["reason"] = reason
5002 data.append((_("Reason"), hist_info["reason"]))
5784 # If history operation fails for some reason, drive on.