Home
last modified time | relevance | path

Searched refs:error_exit (Results 1 – 5 of 5) sorted by relevance

/qemu/util/
H A Dqemu-thread-posix.c73 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()
183 error_exit(err, __func__); in qemu_cond_init()
[all …]
H A Dqemu-thread-win32.c57 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()
500 error_exit(GetLastError(), __func__); in qemu_thread_create()
/qemu/
H A Dconfigure93 error_exit() { function
168 error_exit "main directory cannot contain spaces nor colons"
527 error_exit "linux-headers/asm-$linux_arch does not exist." \
691 error_exit "File $cf does not exist"
820 error_exit "bsd-user not supported on this host OS"
998 error_exit "Cannot find Ninja"
1019 error_exit "Can't enable plugins on non-TCG builds"
1025 error_exit "static and plugins are mutually incompatible"
1047 error_exit "PIE not available due to missing OS support"
1086 error_exit "Unknown target name '$target'"
[all …]
H A Dqemu-img.c105 void error_exit(const char *fmt, ...) in error_exit() function
126 error_exit("unrecognized option '%s'", option); in unrecognized_option()
579 error_exit("Expecting image file name"); in img_create()
801 error_exit("Expecting one image file name"); in img_check()
1031 error_exit("Expecting one image file name"); in img_commit()
1452 error_exit("Expecting two image file names"); in img_compare()
3062 error_exit("Expecting one image file name"); in img_info()
4057 error_exit("Not enough arguments"); in img_resize()
4312 error_exit("Must specify options (-o)"); in img_amend()
5570 error_exit("Not enough arguments"); in main()
[all …]
/qemu/docs/devel/
H A Dbuild-system.rst75 ``error_exit $MESSAGE $MORE...``