Searched defs:result (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/actions/
H A D_common.c265 PyObject *result = NULL; local
270 if ((result = _generic_init_common(action, data, attrs)) != NULL)
271 Py_DECREF(result);
/pkg/src/modules/client/
H A Dpkgremote.py471 def result(self): member in class:PkgRemote
472 """Public interface to get the result of a remote packaging
487 self.__debug_msg("result()")
492 rvtuple = self.__async_rpc_caller.result()
H A Dhistory.py43 # Constants for the (outcome, reason) combination for operation result
123 "new_be_exists", "new_be_uuid", "result", "release_notes",
130 if name not in ("result", "errors", "be", "be_uuid",
160 """.format(self.name, self.result, self.start_time, self.end_time,
188 # The new boot environment that was created as a result of the operation
192 # The uuid of the boot environment that was created as a result of the
203 # The result of the operation (must be a list indicating (outcome,
205 result = None variable
213 operation result of the form (outcome, reason)."""
239 if not self.start_time or not self.result
[all...]
/pkg/src/zoneproxy/zoneproxyd/
H A Dzoneproxyd.c1027 ctid_t result; local
1040 result = ct_status_get_id(st);
1047 *id = result;
/pkg/src/
H A Dclient.py1209 msg(_("{pkg_name:70} {result:>7}").format(
1211 result=_("STATUS")))
1243 msg(_("{pkg_name:70} {result:>7}"
1245 result=_("STATUS")))
1337 # Message print for package verification result.
2778 """Given a result from search, massages the information into a form
2791 the result was obtained."""
2801 error(_("The repository returned a malformed result.\n"
2945 "result:{0!r}").format(
3413 result variable
3423 result=RESULT_FAILED_BAD_REQUEST) variable
3430 result=RESULT_NOTHING_TO_DO) variable
[all...]
/pkg/src/modules/
H A Dmisc.py2077 # save the result
2303 # save the result
2667 def result(self): member in class:AsyncCall
2814 The "last_res" parameter is a seed to compare the first result against

Completed in 36 milliseconds