Searched refs:gfio_report_error (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | gerror.h | 4 extern void gfio_report_error(struct gui_entry *ge, const char *format, ...);
|
D | gerror.c | 48 void gfio_report_error(struct gui_entry *ge, const char *format, ...) in gfio_report_error() function
|
D | gfio.c | 224 gfio_report_error(ge, "Bad client state: %u\n", ge->state); in update_button_states() 456 gfio_report_error(ge, "Failed to send file %s: %s\n", ge->job_file, strerror(-ret)); in send_job_file() 682 gfio_report_error(ge, "Failed to get connection details\n"); in connect_clicked() 688 gfio_report_error(ge, "Failed to add client %s\n", ge->host); in connect_clicked() 705 …gfio_report_error(ge, "Failed to connect to %s: %s\n", ge->client->client->hostname, strerror(-ret… in connect_clicked() 861 gfio_report_error(ge, "Failed to add client %s\n", ge->host); in do_file_open()
|