Searched refs:global_error (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qdev-global-props.c | 229 int global_error; in test_dynamic_globalprop_subprocess() local 238 global_error = qdev_prop_check_globals(); in test_dynamic_globalprop_subprocess() 239 g_assert_cmpuint(global_error, ==, 1); in test_dynamic_globalprop_subprocess()
|
/openbmc/linux/drivers/xen/ |
H A D | privcmd.c | 328 int global_error; member 360 st->global_error = -ENOENT; in mmap_batch_fn() 363 if (st->global_error == 0) in mmap_batch_fn() 364 st->global_error = 1; in mmap_batch_fn() 553 state.global_error = 0; in privcmd_ioctl_mmap_batch() 563 if (state.global_error) { in privcmd_ioctl_mmap_batch() 574 if ((ret == 0) && (state.global_error == -ENOENT)) in privcmd_ioctl_mmap_batch()
|
/openbmc/linux/drivers/edac/ |
H A D | e752x_edac.c | 534 static inline void global_error(int fatal, u32 errors, int *error_found, in global_error() function 957 global_error(1, error32, &error_found, handle_errors); in e752x_process_error_info() 960 global_error(0, stat32, &error_found, handle_errors); in e752x_process_error_info() 966 global_error(1, error32, &error_found, handle_errors); in e752x_process_error_info() 969 global_error(0, stat32, &error_found, handle_errors); in e752x_process_error_info()
|