Searched refs:g_err (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/scripts/ |
H A D | sorttable.h | 100 char g_err[ERRSTR_MAXSZ]; variable 149 snprintf(g_err, ERRSTR_MAXSZ, "malloc idxs: %s", in sort_orctable() 151 pthread_exit(g_err); in sort_orctable() 156 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_ip_table: %s", in sort_orctable() 158 pthread_exit(g_err); in sort_orctable() 163 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_table: %s", in sort_orctable() 165 pthread_exit(g_err); in sort_orctable()
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 1212 GError *g_err = NULL; in run_process_child() local 1220 &exit_status, &g_err); in run_process_child() 1226 if (g_err && (g_err->code != G_SPAWN_ERROR_NOENT)) { in run_process_child() 1228 g_err->message); in run_process_child() 1231 g_error_free(g_err); in run_process_child()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 2244 g_autoptr(GError) g_err = NULL; in vhost_save_backend_state() 2249 if (!g_unix_open_pipe(pipe_fds, FD_CLOEXEC, &g_err)) { in vhost_save_backend_state() 2251 g_err->message); in vhost_save_backend_state() 2336 g_autoptr(GError) g_err = NULL; in vhost_load_backend_state() 2341 if (!g_unix_open_pipe(pipe_fds, FD_CLOEXEC, &g_err)) { in vhost_load_backend_state() 2343 g_err->message); in vhost_load_backend_state()
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g043.dtsi | 416 interrupt-names = "g_err", "g_recc",
|
H A D | r9a07g054.dtsi | 516 interrupt-names = "g_err", "g_recc",
|
H A D | r9a07g044.dtsi | 511 interrupt-names = "g_err", "g_recc",
|