Searched refs:first_error (Results 1 - 14 of 14) sorted by relevance
/external/fio/ |
H A D | td_error.c | 40 td->first_error = err;
|
H A D | stat.h | 203 uint32_t first_error; member in struct:thread_stat
|
H A D | stat.c | 796 log_buf(out, " errors : total=%llu, first_error=%d/<%s>\n", 798 ts->first_error, 799 strerror(ts->first_error)); 1065 log_buf(out, ";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error); 1134 log_buf(out, ";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error); 1255 json_object_add_value_int(root, "first_error", ts->first_error); 1661 ts->first_error = td->first_error; 1664 td->first_error) { [all...] |
H A D | fio.h | 400 int first_error; member in struct:thread_data 444 if (!(td)->first_error) \
|
H A D | client.c | 937 dst->first_error = le32_to_cpu(src->first_error);
|
H A D | server.c | 1526 p.ts.first_error = cpu_to_le32(ts->first_error);
|
/external/mesa3d/src/glx/ |
H A D | glx_error.c | 54 error.errorCode = glx_dpy->codes->first_error + errorCode;
|
H A D | XF86dri.c | 106 *error_basep = info->codes->first_error;
|
H A D | dri2.c | 218 *errorBase = info->codes->first_error;
|
/external/mesa3d/src/glx/windows/ |
H A D | xwindowsdri.c | 94 *error_basep = info->codes->first_error;
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
H A D | glx_api.c | 675 int first_error; local 684 if (!XQueryExtension(dpy, GLX_EXTENSION_NAME, &major_opcode, &first_event, &first_error)) { 687 first_error = 0; 691 error_code += first_error;
|
/external/mesa3d/src/glx/apple/ |
H A D | appledri.c | 138 *error_basep = info->codes->first_error;
|
/external/libdrm/tests/ttmtest/src/ |
H A D | xf86dri.c | 104 *error_basep = info->codes->first_error;
|
/external/conscrypt/common/src/jni/main/cpp/ |
H A D | NativeCrypto.cpp | 4993 const uint32_t first_error = ERR_peek_error(); local 4996 (ERR_GET_LIB(first_error) == ERR_LIB_EC && 4997 ERR_GET_REASON(first_error) == EC_R_UNKNOWN_GROUP)) {
|
Completed in 523 milliseconds