Searched refs:first_error (Results 1 – 13 of 13) sorted by relevance
40 td->first_error = err; in update_error_count()
589 ts->first_error, in show_thread_status_normal()590 strerror(ts->first_error)); in show_thread_status_normal()836 log_info(";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error); in show_thread_status_terse_v2()904 log_info(";%llu;%d", (unsigned long long) ts->total_err_count, ts->first_error); in show_thread_status_terse_v3_v4()987 json_object_add_value_int(root, "first_error", ts->first_error); in show_thread_status_json()1284 ts->first_error = td->first_error; in __show_run_stats()1287 td->first_error) { in __show_run_stats()1288 ts->error = td->first_error; in __show_run_stats()
334 int first_error; member362 if (!(td)->first_error) \
181 uint32_t first_error; member
886 dst->first_error = le32_to_cpu(src->first_error); in convert_ts()
1152 p.ts.first_error = cpu_to_le32(ts->first_error); in fio_server_send_ts()
56 error.errorCode = glx_dpy->codes->first_error + errorCode; in __glXSendError()
105 *error_basep = info->codes->first_error;
212 *errorBase = info->codes->first_error; in DRI2QueryExtension()
138 *error_basep = info->codes->first_error;
1846 DBusError first_error = DBUS_ERROR_INIT; in _dbus_connection_open_internal() local1903 dbus_move_error (&tmp_error, &first_error); in _dbus_connection_open_internal()1913 _DBUS_ASSERT_ERROR_IS_SET (&first_error); in _dbus_connection_open_internal()1914 dbus_move_error (&first_error, error); in _dbus_connection_open_internal()1917 dbus_error_free (&first_error); in _dbus_connection_open_internal()
104 *error_basep = info->codes->first_error;
6947 const uint32_t first_error = ERR_peek_error(); local6950 (ERR_GET_LIB(first_error) == ERR_LIB_EC &&6951 ERR_GET_REASON(first_error) == EC_R_UNKNOWN_GROUP)) {