Searched refs:global_error (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | privcmd.c | 322 int global_error; member 354 st->global_error = -ENOENT; in mmap_batch_fn() 357 if (st->global_error == 0) in mmap_batch_fn() 358 st->global_error = 1; in mmap_batch_fn() 547 state.global_error = 0; in privcmd_ioctl_mmap_batch() 557 if (state.global_error) { in privcmd_ioctl_mmap_batch() 568 if ((ret == 0) && (state.global_error == -ENOENT)) in privcmd_ioctl_mmap_batch()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 92 static error global_error = { NULL, 0 }; variable 96 return (const char*) (global_error.json + global_error.position); in cJSON_GetErrorPtr() 1097 global_error.json = NULL; in cJSON_ParseWithLengthOpts() 1098 global_error.position = 0; in cJSON_ParseWithLengthOpts() 1164 global_error = local_error; in cJSON_ParseWithLengthOpts()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 92 static error global_error = { NULL, 0 }; variable 98 return (const char*) (global_error.json + global_error.position); in cJSON_GetErrorPtr() 1106 global_error.json = NULL; in cJSON_ParseWithLengthOpts() 1107 global_error.position = 0; in cJSON_ParseWithLengthOpts() 1173 global_error = local_error; in cJSON_ParseWithLengthOpts()
|