Searched refs:abort (Results 1 - 19 of 19) sorted by relevance

/pkg/src/util/publish/
H A Dupdate_file_layout.py110 __img.history.abort(RESULT_FAILED_OUTOFMEMORY)
117 __img.history.abort(RESULT_CANCELED)
H A Dpkgsurf.py181 def abort(err=None, retcode=pkgdefs.EXIT_OOPS): function
233 abort(msg)
241 abort(msg)
254 abort(err=_("Can not open manifest file {file}: {err}\n"
646 abort(err=_("Could not reversion manifest "
744 abort(err=_("Target repository must be filesystem-based."))
749 abort(str(e))
768 abort(err=txt)
/pkg/src/modules/actions/
H A Dhardlink.py110 lstat, errors, warnings, info, abort = \
112 if abort:
H A Dlink.py85 lstat, errors, warnings, info, abort = \
88 if abort:
H A Dgeneric.py947 abort = False
996 abort)
1005 abort = True
1007 if abort:
1008 return lstat, errors, warnings, info, abort
1015 abort = True
1040 return lstat, errors, warnings, info, abort
H A Ddirectory.py215 lstat, errors, warnings, info, abort = \
H A Dfile.py356 lstat, errors, warnings, info, abort = \
362 if abort:
/pkg/src/
H A Dpull.py219 def abort(err=None, retcode=1): function
253 abort(err=_("Unable to parse manifest '{mpath}' for "
586 # If any match failures remain, abort with an error.
590 abort(str(apx.PackageMatchErrors(unmatched_fmris=unmatched)),
606 abort(str(e))
710 abort(e)
717 abort("Invalid FMRI for set action:\n{0}"
726 abort("Adding new hashable content {0} is not "
736 abort("Invalid FMRI(s) for depend action:\n{0}"
769 abort()
[all...]
H A Dclient.py5640 _api_inst.abort(
5646 _api_inst.abort(result=RESULT_FAILED_UNKNOWN)
5650 _api_inst.abort(result=RESULT_CANCELED)
5660 _api_inst.abort(result=RESULT_FAILED_CONFIGURATION)
5665 _api_inst.abort(result=RESULT_FAILED_BAD_REQUEST)
5670 _api_inst.abort(result=RESULT_FAILED_LOCKED)
5675 _api_inst.abort(result=RESULT_FAILED_TRANSPORT)
5684 _api_inst.abort(result=RESULT_FAILED_STORAGE)
5691 _api_inst.abort(result=RESULT_FAILED_TRANSPORT)
5730 _api_inst.abort(resul
[all...]
H A Dpkgrepo.py355 abort = False
360 abort = True
361 if abort:
/pkg/src/util/mkcert/
H A Dmkcert.c102 abort();
117 abort();
/pkg/src/modules/client/
H A Dpkgremote.py525 def abort(self): member in class:PkgRemote
526 """Public interface to abort an in-progress RPC operation."""
530 self.__debug_msg("call abort requested")
H A Dclient_api.py663 # refreshed, abort.
3011 _api_inst.abort(
3019 _api_inst.abort(result=RESULT_FAILED_UNKNOWN)
3023 _api_inst.abort(result=RESULT_CANCELED)
3033 _api_inst.abort(result=RESULT_FAILED_CONFIGURATION)
3038 _api_inst.abort(result=RESULT_FAILED_BAD_REQUEST)
3043 _api_inst.abort(result=RESULT_FAILED_LOCKED)
3048 _api_inst.abort(result=RESULT_FAILED_TRANSPORT)
3059 _api_inst.abort(result=RESULT_FAILED_STORAGE)
3067 _api_inst.abort(resul
[all...]
H A Dhistory.py767 def abort(self, result): member in class:History
781 # caused the client to abort() also caused the storage
H A Dapi.py737 def abort(self, result=RESULT_FAILED_UNKNOWN): member in class:ImageInterface
749 self._img.history.abort(result)
/pkg/src/modules/client/transport/
H A Drepo.py154 Repository to abort the current transaction. The caller
890 Repository to abort the current transaction. The caller
1733 progtrack.abort()
1754 progtrack.abort()
1771 """The abandon operation, that tells a Repository to abort
2356 def abort(self): member in class:ProgressCallback
2385 def abort(self): member in class:CatalogProgress
2425 def abort(self): member in class:ManifestProgress
2465 def abort(self): member in class:FileProgress
H A Dengine.py189 # and no data has been transferred, abort.
799 # abort the connection.
1023 hdl.fileprog.abort()
/pkg/src/tests/api/
H A Dt_history.py269 h.abort(history.RESULT_FAILED_BAD_REQUEST)
/pkg/src/modules/client/linkedimage/
H A Dcommon.py2226 # we're going to raise an exception. abort
3242 """Public interface to abort an operation on a child image."""
3244 self.__pkg_remote.abort()

Completed in 111 milliseconds