Searched full:terminating (Results 1 – 25 of 36) sorted by relevance
12
/qemu/tests/qapi-schema/ |
H A D | unclosed-string.err | 1 unclosed-string.json:1:11: missing terminating "'"
|
/qemu/backends/ |
H A D | dbus-vmstate1.xml | 15 including terminating NUL byte)
|
/qemu/include/standard-headers/linux/ |
H A D | qemu_fw_cfg.h | 49 /* fw_cfg "file name" is up to 56 characters (including terminating nul) */
|
/qemu/include/semihosting/ |
H A D | syscalls.h | 21 * or non-zero (where it should include the terminating zero).
|
/qemu/system/ |
H A D | runstate.c | 477 error_report("terminating on signal %d", shutdown_signal); in qemu_kill_report() 481 error_report("terminating on signal %d from pid " FMT_pid " (%s)", in qemu_kill_report() 723 error_report("cpus are not resettable, terminating"); in qemu_system_reset_request()
|
H A D | cpus.c | 319 /* Special vm_stop() variant for terminating the process. Historically clients
|
/qemu/hw/ppc/ |
H A D | amigaone.c | 152 /* Also copies terminating \0 as env is terminated by \0\0 */ in nvram_realize() 395 bi->cmdline_end = loadaddr + len + 1; /* including terminating '\0' */ in amigaone_init()
|
/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 53 static enum { RUNNING, TERMINATE, TERMINATING } state; enumerator 531 state = TERMINATING; in main()
|
/qemu/qapi/ |
H A D | control.json | 162 # every attempt is made to send the QMP response before terminating,
|
/qemu/semihosting/ |
H A D | arm-compat-semi.c | 601 output_size = strlen(cmdline) + 1; /* Count terminating 0. */ in do_common_semihosting() 609 * Just provide the terminating 0. in do_common_semihosting()
|
/qemu/tests/tcg/aarch64/system/ |
H A D | boot.S | 241 exceptions by terminating the process with a diagnostic. */
|
/qemu/hw/9pfs/ |
H A D | virtio-9p-device.c | 107 /* We don't copy the terminating null to config space */ in virtio_9p_get_config()
|
/qemu/hw/core/ |
H A D | uboot_image.h | 123 * Immediately after the terminating 0 follow the images, one by
|
/qemu/hw/i2c/ |
H A D | core.c | 142 * terminating the previous transaction. in i2c_do_start_transfer()
|
/qemu/hw/uefi/ |
H A D | var-service-pkcs7.c | 38 /* Variable Name (without terminating \0) */ in build_signed_data()
|
/qemu/scsi/ |
H A D | qemu-pr-helper.c | 66 static enum { RUNNING, TERMINATE, TERMINATING } state; enumerator 1071 state = TERMINATING; in main()
|
/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 140 * to store character arrays that do not necessarily contain a terminating
|
/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 140 * to store character arrays that do not necessarily contain a terminating
|
/qemu/docs/tools/ |
H A D | qemu-storage-daemon.rst | 175 with a given pid file path. The daemon unlinks its pid file when terminating.
|
/qemu/include/qemu/ |
H A D | cutils.h | 314 * @buffer. Finally, a nul terminating character is written; @buffer therefore
|
H A D | compiler.h | 140 * to store character arrays that do not necessarily contain a terminating
|
/qemu/util/ |
H A D | vhost-user-server.c | 36 * libvhost-user before terminating the coroutine. vu_deinit() calls
|
/qemu/docs/interop/ |
H A D | qmp-spec.rst | 57 terminating with CRLF.
|
/qemu/linux-user/arm/ |
H A D | signal.c | 313 /* Write terminating magic word */ in setup_sigframe()
|
/qemu/hw/usb/ |
H A D | quirks.h | 213 { .terminating_entry = 1 } /* Terminating Entry */ 912 { .terminating_entry = 1 } /* Terminating Entry */
|
12