Searched full:termination (Results 1 – 25 of 33) sorted by relevance
12
/qemu/io/ |
H A D | trace-events | 47 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 D | tlssession.h | 248 * @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 D | channel-tls.h | 60 * Perform the TLS session termination. This method will return 61 * immediately and the termination will continue in the background,
|
/qemu/migration/ |
H A D | migration.h | 458 * 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 D | options.c | 104 DEFINE_PROP_BOOL("multifd-clean-tls-termination", MigrationState,
|
/qemu/hw/9pfs/ |
H A D | 9p-util-generic.c | 48 NULL /* always last (required NULL termination) */ in qemu_open_flags_tostr()
|
/qemu/python/qemu/machine/ |
H A D | machine.py | 494 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 D | bootinfo.h | 51 1 /* null termination */ + 3 /* padding */) & ~3); \
|
/qemu/tests/unit/ |
H A D | test-crypto-block.c | 398 /* 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 D | target_os_signal.h | 22 #define TARGET_SIGTERM 15 /* software termination signal from kill */
|
/qemu/linux-user/mips64/ |
H A D | target_signal.h | 20 #define TARGET_SIGTERM 15 /* Termination (ANSI). */
|
/qemu/linux-user/mips/ |
H A D | target_signal.h | 20 #define TARGET_SIGTERM 15 /* Termination (ANSI). */
|
/qemu/bsd-user/openbsd/ |
H A D | target_os_signal.h | 22 #define TARGET_SIGTERM 15 /* software termination signal from kill */
|
/qemu/bsd-user/freebsd/ |
H A D | target_os_signal.h | 26 #define TARGET_SIGTERM 15 /* software termination signal from kill */
|
/qemu/crypto/ |
H A D | tlssession.c | 599 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 D | util.py | 71 possible. If they go unhandled, they will cause termination of the loop.
|
/qemu/tests/qemu-iotests/ |
H A D | nbd-fault-injector.py | 34 # unexpected connection termination.
|
/qemu/util/ |
H A D | qemu-coroutine.c | 32 * the pool upon termination.
|
/qemu/hw/sh4/ |
H A D | r2d.c | 369 * NUL-termination, so using strncpy should be ok. in r2d_init()
|
/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 600 /* 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 D | commands.c | 173 * On UNIX, we can get either exit code from normal termination in qmp_guest_exec_status()
|
/qemu/docs/specs/ |
H A D | rocker.rst | 715 20: termination mac 744 Table ID 20: termination mac::
|
/qemu/include/hw/xen/interface/io/ |
H A D | ring.h | 255 /* Loop termination condition: Would the specified index overflow the ring? */
|
/qemu/monitor/ |
H A D | monitor.c | 605 * threads to terminate, waiting for their termination. in monitor_list_append()
|
/qemu/hw/arm/ |
H A D | vexpress.c | 335 900000, /* DDR2VTT : 0.9V : DDR2 SDRAM VTT termination voltage */
|
12