Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-asynchronous-calls-58.patch8 is a function f(*args, returned=None, error=None), where args is
9 callback_args specified in the method call, returned is a return
14 def func(x, y, returned=None, error=None):
52 + def print_result(returned=None, error=None):
53 + print(returned, error)
121 + callback(*callback_args, returned=return_args, error=error)
164 + def callback(x, returned=None, error=None):
165 + print("asyn: " + returned)
166 + assert (returned is not None)
168 + assert(x == int(returned.split()[1]))
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DPDR.interface.yaml22 effecter PDRs are returned. More than one PDR can be returned for the
61 version 1.2.0 are returned. Each of the PDRs returned has the
73 PDRs are returned. More than one PDR can be returned for the same
108 version 1.2.0 are returned. Each of the PDRs returned has the
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-request-ioc-queue.rst26 File descriptor returned by :ref:`MEDIA_IOC_REQUEST_ALLOC`.
37 If the request was already queued before, then ``EBUSY`` is returned.
38 Other errors can be returned if the contents of the request contained
48 (without a request). ``EBUSY`` will be returned if the first buffer was
57 On success 0 is returned, on error -1 and the ``errno`` variable is set
67 to have at least one buffer. This can also be returned if some required
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-write.rst28 File descriptor returned by ``open()``.
57 ``EINVAL`` is returned. Set the desired scancode in the ``scancode`` member,
60 set to 0, else ``EINVAL`` is returned. If there is no protocol encoder
62 ``EINVAL`` is returned. The write function blocks until the scancode
68 On success, the number of bytes written is returned. It is not an error if
70 of data required for one frame. On error, -1 is returned, and the ``errno``
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-get-stc.rst26 File descriptor returned by :c:func:`open()`.
38 The result is returned in form of a ratio with a 64 bit numerator
45 On success 0 is returned.
47 On error -1 is returned, and the ``errno`` variable is set
H A Dca-fclose.rst24 File descriptor returned by a previous call to :c:func:`open()`.
34 On success 0 is returned.
36 On error -1 is returned, and the ``errno`` variable is set
H A Dca-get-descr-info.rst26 File descriptor returned by a previous call to :c:func:`open()`.
39 On success 0 is returned, and :c:type:`ca_descr_info` is filled.
41 On error -1 is returned, and the ``errno`` variable is set
H A Dca-set-descr.rst26 File descriptor returned by a previous call to :c:func:`open()`.
40 On success 0 is returned.
42 On error -1 is returned, and the ``errno`` variable is set
H A Ddmx-fclose.rst24 File descriptor returned by a previous call to
36 On success 0 is returned.
38 On error, -1 is returned and the ``errno`` variable is set
H A Dfe-diseqc-send-master-cmd.rst26 File descriptor returned by :c:func:`open()`.
41 On success 0 is returned.
43 On error -1 is returned, and the ``errno`` variable is set
H A Dca-reset.rst26 File descriptor returned by a previous call to :c:func:`open()`.
37 On success 0 is returned.
39 On error -1 is returned, and the ``errno`` variable is set
H A Ddmx-stop.rst26 File descriptor returned by :c:func:`open()`.
38 On success 0 is returned.
40 On error -1 is returned, and the ``errno`` variable is set
H A Dfe-diseqc-recv-slave-reply.rst26 File descriptor returned by :c:func:`open()`.
41 On success 0 is returned.
43 On error -1 is returned, and the ``errno`` variable is set
H A Ddmx-add-pid.rst26 File descriptor returned by :c:func:`open()`.
41 On success 0 is returned.
43 On error -1 is returned, and the ``errno`` variable is set
H A Dca-get-cap.rst26 File descriptor returned by a previous call to :c:func:`open()`.
40 On success 0 is returned and :c:type:`ca_caps` is filled.
42 On error, -1 is returned and the ``errno`` variable is set
H A Dfrontend_f_close.rst28 File descriptor returned by :c:func:`open()`.
40 On success 0 is returned.
42 On error -1 is returned, and the ``errno`` variable is set
H A Dnet-remove-if.rst26 File descriptor returned by :c:func:`open()`.
40 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
42 On error -1 is returned, and the ``errno`` variable is set
H A Dca-send-msg.rst26 File descriptor returned by a previous call to :c:func:`open()`.
44 On success 0 is returned.
46 On error -1 is returned, and the ``errno`` variable is set
H A Dfe-read-ber.rst28 File descriptor returned by :c:func:`open()`.
43 On success 0 is returned.
45 On error -1 is returned, and the ``errno`` variable is set
H A Dfe-read-signal-strength.rst28 File descriptor returned by :c:func:`open()`.
43 On success 0 is returned.
45 On error -1 is returned, and the ``errno`` variable is set
H A Dca-get-msg.rst26 File descriptor returned by a previous call to :c:func:`open()`.
44 On success 0 is returned.
46 On error -1 is returned, and the ``errno`` variable is set
H A Dca-get-slot-info.rst26 File descriptor returned by a previous call to :c:func:`open()`.
40 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
42 On error -1 is returned, and the ``errno`` variable is set
H A Dfe-read-snr.rst28 File descriptor returned by :c:func:`open()`.
43 On success 0 is returned.
45 On error -1 is returned, and the ``errno`` variable is set
H A Dfe-get-frontend.rst28 File descriptor returned by :c:func:`open()`.
42 On success 0 is returned.
44 On error -1 is returned, and the ``errno`` variable is set
H A Ddmx-set-buffer-size.rst26 File descriptor returned by :c:func:`open()`.
42 On success 0 is returned.
44 On error -1 is returned, and the ``errno`` variable is set

12345678910>>...36