Home
last modified time | relevance | path

Searched full:termination (Results 1 – 25 of 33) sorted by relevance

12

/qemu/io/
H A Dtrace-events47 qio_channel_tls_bye_start(void *ioc) "TLS termination start ioc=%p"
48 qio_channel_tls_bye_pending(void *ioc, int status) "TLS termination pending ioc=%p status=%d"
49 qio_channel_tls_bye_fail(void *ioc) "TLS termination fail ioc=%p"
50 qio_channel_tls_bye_complete(void *ioc) "TLS termination complete ioc=%p"
51 qio_channel_tls_bye_cancel(void *ioc) "TLS termination cancel ioc=%p"
/qemu/include/crypto/
H A Dtlssession.h248 * @gracefulTermination: treat premature termination as graceful EOF
256 * If @gracefulTermination is true, then a premature termination
321 * Start, or continue, a TLS termination sequence. If the underlying
323 * before the termination is complete. The return value will indicate
324 * whether the termination has completed, or is waiting to send or
/qemu/include/io/
H A Dchannel-tls.h60 * Perform the TLS session termination. This method will return
61 * immediately and the termination will continue in the background,
/qemu/migration/
H A Dmigration.h458 * regards to termination of the TLS session.
476 * premature termination, while commit 1d457daf86 (since 10.0)
477 * causes the premature termination condition to be once again
481 * termination of the TLS connection might happen due to error at
H A Doptions.c104 DEFINE_PROP_BOOL("multifd-clean-tls-termination", MigrationState,
/qemu/hw/9pfs/
H A D9p-util-generic.c48 NULL /* always last (required NULL termination) */ in qemu_open_flags_tostr()
/qemu/python/qemu/machine/
H A Dmachine.py494 that any error encountered indicates an abnormal termination
563 LOG.debug("Attempting graceful termination")
569 "Anticipating QEMU termination due to prior 'quit' command, "
607 subprocess.TimeoutExpired. In rare cases, non-graceful termination
641 LOG.debug("Caller requests immediate termination of QEMU process.")
/qemu/hw/m68k/
H A Dbootinfo.h51 1 /* null termination */ + 3 /* padding */) & ~3); \
/qemu/tests/unit/
H A Dtest-crypto-block.c398 /* Replace NUL termination with spaces */ in luks_bad_null_term_cipher_name()
407 /* Replace NUL termination with spaces */ in luks_bad_null_term_cipher_mode()
416 /* Replace NUL termination with spaces */ in luks_bad_null_term_hash_spec()
/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h22 #define TARGET_SIGTERM 15 /* software termination signal from kill */
/qemu/linux-user/mips64/
H A Dtarget_signal.h20 #define TARGET_SIGTERM 15 /* Termination (ANSI). */
/qemu/linux-user/mips/
H A Dtarget_signal.h20 #define TARGET_SIGTERM 15 /* Termination (ANSI). */
/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h22 #define TARGET_SIGTERM 15 /* software termination signal from kill */
/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h26 #define TARGET_SIGTERM 15 /* software termination signal from kill */
/qemu/crypto/
H A Dtlssession.c599 error_setg(errp, "TLS termination failed: %s: %s", gnutls_strerror(ret), in qcrypto_tls_session_bye()
603 error_setg(errp, "TLS termination failed: %s", gnutls_strerror(ret)); in qcrypto_tls_session_bye()
/qemu/python/qemu/qmp/
H A Dutil.py71 possible. If they go unhandled, they will cause termination of the loop.
/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py34 # unexpected connection termination.
/qemu/util/
H A Dqemu-coroutine.c32 * the pool upon termination.
/qemu/hw/sh4/
H A Dr2d.c369 * NUL-termination, so using strncpy should be ok. in r2d_init()
/qemu/hw/i386/kvm/
H A Dxenstore_impl.c600 /* Is there a child, or do we hit the double-NUL termination? */ in xs_node_walk()
1468 /* NUL termination after perms */ in save_node()
1474 /* NUL termination after children (child name is NUL) */ in save_node()
/qemu/qga/
H A Dcommands.c173 * On UNIX, we can get either exit code from normal termination in qmp_guest_exec_status()
/qemu/docs/specs/
H A Drocker.rst715 20: termination mac
744 Table ID 20: termination mac::
/qemu/include/hw/xen/interface/io/
H A Dring.h255 /* Loop termination condition: Would the specified index overflow the ring? */
/qemu/monitor/
H A Dmonitor.c605 * threads to terminate, waiting for their termination. in monitor_list_append()
/qemu/hw/arm/
H A Dvexpress.c335 900000, /* DDR2VTT : 0.9V : DDR2 SDRAM VTT termination voltage */

12