HomeSort by relevance Sort by last modified time
    Searched refs:gfio_report_error (Results 1 - 3 of 3) sorted by null

  /external/fio/
gerror.h 4 extern void gfio_report_error(struct gui_entry *ge, const char *format, ...);
gerror.c 48 void gfio_report_error(struct gui_entry *ge, const char *format, ...) function
gfio.c 224 gfio_report_error(ge, "Bad client state: %u\n", ge->state);
456 gfio_report_error(ge, "Failed to send file %s: %s\n", ge->job_file, strerror(-ret));
684 gfio_report_error(ge, "Failed to get connection details\n");
690 gfio_report_error(ge, "Failed to add client %s\n", ge->host);
707 gfio_report_error(ge, "Failed to connect to %s: %s\n", ge->client->client->hostname, strerror(-ret));
863 gfio_report_error(ge, "Failed to add client %s\n", ge->host);
    [all...]

Completed in 583 milliseconds