Home
last modified time | relevance | path

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

/external/oprofile/libutil++/
Dchild_reader.cpp33 first_error(0), in child_reader()
62 first_error = errno; in exec_command()
69 first_error = errno; in exec_command()
217 return first_error == 0; in get_data()
232 first_error = WEXITSTATUS(ret) | WIFSIGNALED(ret); in terminate_process()
235 first_error = WTERMSIG(ret); in terminate_process()
240 first_error = -1; in terminate_process()
253 return first_error; in terminate_process()
262 << strerror(first_error); in error_str()
264 if (first_error) { in error_str()
[all …]
Dchild_reader.h71 int error() const { return first_error; } in error()
99 int first_error; variable
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Dextutil.h214 code -= codes->first_error; \
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/
DXinerama.c88 *error_basep = info->codes->first_error; in XEXT_GENERATE_CLOSE_DISPLAY()
/external/dbus/dbus/
Ddbus-connection.c1827 DBusError first_error = DBUS_ERROR_INIT; in _dbus_connection_open_internal() local
1884 dbus_move_error (&tmp_error, &first_error); in _dbus_connection_open_internal()
1894 _DBUS_ASSERT_ERROR_CONTENT_IS_SET (&first_error); in _dbus_connection_open_internal()
1895 dbus_move_error (&first_error, error); in _dbus_connection_open_internal()
1898 dbus_error_free (&first_error); in _dbus_connection_open_internal()
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
DXF86DGA2.c153 *error_basep = info->codes->first_error; in SDL_NAME()
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
DXv.c134 *p_errorBase = info->codes->first_error; in XEXT_GENERATE_CLOSE_DISPLAY()
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
DXF86VMode.c110 *error_basep = info->codes->first_error;