Home
last modified time | relevance | path

Searched refs:first_error (Results 1 – 13 of 13) sorted by relevance

/external/fio/
Dtd_error.c40 td->first_error = err; in update_error_count()
Dstat.c589 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()
Dfio.h334 int first_error; member
362 if (!(td)->first_error) \
Dstat.h181 uint32_t first_error; member
Dclient.c886 dst->first_error = le32_to_cpu(src->first_error); in convert_ts()
Dserver.c1152 p.ts.first_error = cpu_to_le32(ts->first_error); in fio_server_send_ts()
/external/mesa3d/src/glx/
Dglx_error.c56 error.errorCode = glx_dpy->codes->first_error + errorCode; in __glXSendError()
DXF86dri.c105 *error_basep = info->codes->first_error;
Ddri2.c212 *errorBase = info->codes->first_error; in DRI2QueryExtension()
/external/mesa3d/src/glx/apple/
Dappledri.c138 *error_basep = info->codes->first_error;
/external/dbus/dbus/
Ddbus-connection.c1846 DBusError first_error = DBUS_ERROR_INIT; in _dbus_connection_open_internal() local
1903 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()
/external/libdrm/tests/ttmtest/src/
Dxf86dri.c104 *error_basep = info->codes->first_error;
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6947 const uint32_t first_error = ERR_peek_error(); local
6950 (ERR_GET_LIB(first_error) == ERR_LIB_EC &&
6951 ERR_GET_REASON(first_error) == EC_R_UNKNOWN_GROUP)) {