Searched refs:error_exit (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | qemu-thread-posix.c | 41 static void error_exit(int err, const char *msg) in error_exit() function 73 error_exit(err, __func__); in qemu_mutex_init() 85 error_exit(err, __func__); in qemu_mutex_destroy() 96 error_exit(err, __func__); in qemu_mutex_lock_impl() 111 error_exit(err, __func__); in qemu_mutex_trylock_impl() 124 error_exit(err, __func__); in qemu_mutex_unlock_impl() 137 error_exit(err, __func__); in qemu_rec_mutex_init() 169 error_exit(err, __func__); in qemu_cond_init() 174 error_exit(err, __func__); in qemu_cond_init() 179 error_exit(err, __func__); in qemu_cond_init() [all …]
|
| H A D | qemu-thread-win32.c | 57 static void error_exit(int err, const char *msg) in error_exit() function 186 error_exit(rc, __func__); in qemu_cond_timedwait_impl() 221 error_exit(GetLastError(), __func__); in qemu_sem_timedwait() 230 error_exit(GetLastError(), __func__); in qemu_sem_wait() 371 error_exit(GetLastError(), __func__); in qemu_thread_create()
|
| /openbmc/qemu/ |
| H A D | configure | 93 error_exit() { function 168 error_exit "main directory cannot contain spaces nor colons" 227 --cross-cc-*[!a-zA-Z0-9_-]*=*) error_exit "Passed bad --cross-cc-FOO option" 235 --cross-prefix-*[!a-zA-Z0-9_-]*=*) error_exit "Passed bad --cross-prefix-FOO option" 543 error_exit "linux-user/include/host/$host_arch does not exist." \ 547 error_exit "linux-headers/asm-$linux_arch does not exist." \ 576 has "${PYTHON}" || error_exit "The PYTHON environment variable does not point to an executable" 697 error_exit "Can't mix --target-list with --target-list-exclude" 702 error_exit "Can't mix --target-list-exclude with --target-list" 709 --with-devices-*[!a-zA-Z0-9_-]*=*) error_exit "Passed bad --with-devices-FOO option" [all …]
|
| H A D | qemu-img.c | 107 void error_exit(const char *argv0, const char *fmt, ...) in error_exit() function 150 error_exit(argv0, "--output expects 'human' or 'json', not '%s'", arg); in parse_output_format() 520 error_exit(argv[0], "Expecting image file name"); in img_create() 532 error_exit(argv[0], "Unexpected argument: %s", argv[optind]); in img_create() 739 error_exit(argv[0], in img_check() 761 error_exit(argv[0], "Expecting one image file name"); in img_check() 1010 error_exit(argv[0], "Expecting one image file name"); in img_commit() 1447 error_exit(argv[0], "Expecting two image file names"); in img_compare() 3154 error_exit(argv[0], "Expecting one image file name"); in img_info() 3401 error_exit(argv[0], "Expecting one image file name"); in img_map() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch | 42 error_exit "python venv creation failed"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
| H A D | stub-out-fastdeploy.patch | 80 error_exit("Attempting to use streaming install on unsupported device");
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
| H A D | stub-out-fastdeploy.patch | 80 error_exit("Attempting to use streaming install on unsupported device");
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
| H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 285 error_exit("verify 0xff failed"); 295 error_exit("read failed"); 303 error_exit("verify 0xff failed!");
|
| /openbmc/qemu/docs/devel/ |
| H A D | build-system.rst | 75 ``error_exit $MESSAGE $MORE...``
|