Home
last modified time | relevance | path

Searched full:invoked (Results 1 – 25 of 265) sorted by relevance

1234567891011

/openbmc/qemu/crypto/
H A Dder.h45 * @cb: callback invoked when decode succeed, if cb equals NULL, no
46 * callback will be invoked
69 * @cb: callback invoked when decode succeed, if cb equals NULL, no
70 * callback will be invoked
92 * @cb: callback invoked when decode succeed, if cb equals NULL, no
93 * callback will be invoked
115 * @cb: callback invoked when decode succeed, if cb equals NULL, no
116 * callback will be invoked
138 * @cb: callback invoked when decode succeed, if cb equals NULL, no
139 * callback will be invoked
[all …]
/openbmc/qemu/include/io/
H A Dtask.h51 * The 'func' parameter is the callback to be invoked, and 'opaque'
56 * invoked, allowing the calling code to determine the result
193 * will be invoked from the main event thread, despite the
199 * @source: the object on which the operation is invoked
201 * @opaque: opaque data to pass to @func when invoked
207 * @func will be invoked. The callback can access the
212 * is invoked.
247 * invoked using qio_task_run_in_thread. This MUST
248 * ONLY be invoked if the task has not already
250 * is invoked, @task will have been freed.
[all …]
H A Dnet-listener.h95 * also be invoked multiple times, in order to have a
125 * Register @func to be invoked whenever a new client
126 * connects to the listener. @func will be invoked
H A Dchannel-socket.h111 * will be invoked on completion or failure. The @addr
154 * will be invoked on completion or failure. The @addr
200 * @callback will be invoked on completion or failure.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch19 should be invoked automatically over the
22 -a system administrator, it can be invoked from within the mailer immediately.
23 -When invoked, it first sets some environment variables to default values,
28 +can be invoked from within the mailer immediately. When invoked, it
58 Procmail can also be invoked to postprocess an already filled system
/openbmc/qemu/hw/core/
H A Dvm-change-state-handler.c42 * @cb: the callback function to be invoked
43 * @cb_ret: the callback function with return value to be invoked
47 * are invoked in qdev tree depth order. Ordering is desirable when callbacks
51 * controller's callback is invoked before the children on its bus when the VM
/openbmc/pldm/requester/
H A DREADME.md6 - Register a PLDM request and the response handler to be invoked on receiving
39 handler is invoked.
43 - Once the instance ID is expired, then the response handler is invoked with
/openbmc/qemu/common-user/
H A Dsafe-syscall-error.c3 * This is intended to be invoked by safe-syscall.S
16 * This is intended to be invoked via tail-call on the error path
/openbmc/libmctp/tests/
H A Dtest_cmds.c27 uint8_t invoked; member
44 ctx->invoked++; in control_message_transport_callback()
104 assert(ctx.invoked == 1); in send_transport_control_message()
/openbmc/qemu/scripts/
H A Dsimpletrace.py139 invoked, then each trace record is processed, and finally the end() method
140 is invoked. When Analyzer is used as a context-manager (using the `with`
143 If a method matching a trace event name exists, it is invoked to process
144 that trace record. Otherwise the catchall() method is invoked.
226 invoked, then each trace record is processed, and finally the end() method
227 is invoked. When Analyzer is used as a context-manager (using the `with`
230 If a method matching a trace event name exists, it is invoked to process
231 that trace record. Otherwise the catchall() method is invoked.
/openbmc/phosphor-dbus-monitor/src/
H A Dwatch.hpp15 * The start method is invoked by main() on all watches of any type
20 * The callback method is invoked by main() on all watches of any
/openbmc/qemu/include/qemu/
H A Djob.h189 * All callbacks are invoked with job_mutex *not* held.
207 * This callback will be invoked when moving from CREATED to RUNNING.
221 * because the caller ensures that they are invoked from one
226 * If the callback is not NULL, it will be invoked when the job transitions
233 * If the callback is not NULL, it will be invoked when the job transitions
259 * If the callback is not NULL, prepare will be invoked when all the jobs
263 * This callback will not be invoked if the job has already failed.
269 * If the callback is not NULL, it will be invoked when all the jobs
279 * If the callback is not NULL, it will be invoked when any job in the
289 * If the callback is not NULL, it will be invoked after a call to either
[all …]
/openbmc/qemu/include/system/
H A Drng.h64 * @receive_entropy: a function to be invoked when entropy is available
69 * is invoked with different values of @receive_entropy and @opaque. The
H A Drunstate.h22 * Register a callback function that is invoked when the vm starts or stops
36 * Register a callback function that is invoked when the vm starts or stops
54 * that are invoked when the vm starts or stops running. The main callback and
/openbmc/qemu/include/migration/
H A Dregister.h86 * For precopy, this will be invoked _during_ the switchover phase
89 * For postcopy, this will be invoked _after_ the switchover phase
101 * @save_complete_precopy_thread (invoked in a separate thread)
187 * This hook will be invoked on the source side right before switching
259 * @load_state_buffer (invoked outside the BQL)
/openbmc/libmctp/
H A DREADME.md59 Then, register a function call to be invoked when a message is received:
61 - `mctp_set_rx_all(mctp, function)`: Provide a callback to be invoked when a
69 the serial binding, the `mctp_serial_read()` function should be invoked when the
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp160 * @note This function is invoked when the Get SEL Info command or the Delete
161 * SEL entry command is invoked. The Get SEL Entry command is preceded
163 * invoked before each Get SEL entry command.
H A Dsys_info_param.cpp19 // when invoked. in update()
/openbmc/qemu/
H A D.patchew.yml155 # Testing script will be invoked under the git checkout with
184 # Testing script will be invoked under the git checkout with
213 # Testing script will be invoked under the git checkout with
238 # Testing script will be invoked under the git checkout with
/openbmc/qemu/docs/devel/migration/
H A Dvirtio.rst108 load_device() procedure is invoked by the core before subsections have
110 therefore has to be invoked in the device's load() function _after_
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/
H A Dtemplate.py35 # To be outputted if functionality that hasn't been stubbed yet is invoked.
40 Invoked as %s
/openbmc/qemu/include/scsi/
H A Dpr-manager.h24 * @run: callback invoked in thread pool context
/openbmc/phosphor-networkd/src/
H A Ddns_updater.hpp25 /** @brief User callback handler invoked by inotify watcher
/openbmc/qemu/include/
H A Dqemu-main.h12 * thread, after which the provided function pointer will be invoked on
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py117 """Optional setup interface for subclasses, invoked
276 configuration file directive is invoked. These factory
279 are invoked. In the last phase a callback is invoked on

1234567891011