OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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));
682
gfio_report_error
(ge, "Failed to get connection details\n");
688
gfio_report_error
(ge, "Failed to add client %s\n", ge->host);
705
gfio_report_error
(ge, "Failed to connect to %s: %s\n", ge->client->client->hostname, strerror(-ret));
861
gfio_report_error
(ge, "Failed to add client %s\n", ge->host);
[
all
...]
Completed in 42 milliseconds