Searched refs:first_error (Results 1 - 14 of 14) sorted by relevance

/external/fio/
H A Dtd_error.c40 td->first_error = err;
H A Dstat.h203 uint32_t first_error; member in struct:thread_stat
H A Dstat.c796 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 Dfio.h400 int first_error; member in struct:thread_data
444 if (!(td)->first_error) \
H A Dclient.c937 dst->first_error = le32_to_cpu(src->first_error);
H A Dserver.c1526 p.ts.first_error = cpu_to_le32(ts->first_error);
/external/mesa3d/src/glx/
H A Dglx_error.c54 error.errorCode = glx_dpy->codes->first_error + errorCode;
H A DXF86dri.c106 *error_basep = info->codes->first_error;
H A Ddri2.c218 *errorBase = info->codes->first_error;
/external/mesa3d/src/glx/windows/
H A Dxwindowsdri.c94 *error_basep = info->codes->first_error;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c675 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 Dappledri.c138 *error_basep = info->codes->first_error;
/external/libdrm/tests/ttmtest/src/
H A Dxf86dri.c104 *error_basep = info->codes->first_error;
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp4993 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