Searched refs:gfio_report_info (Results 1 – 5 of 5) sorted by relevance
/external/fio/ |
D | gerror.h | 5 extern void gfio_report_info(struct gui *ui, const char *title, const char *message);
|
D | gerror.c | 61 void gfio_report_info(struct gui *ui, const char *title, const char *message) in gfio_report_info() function
|
D | goptions.c | 1404 gfio_report_info(gc->ge->ui, "Update job", tmp); in gopt_report_update_status() 1508 …gfio_report_info(gc->ge->ui, "Internal Error", "Modified options on job switch.\nThat should not b… in gopt_job_changed() 1528 …gfio_report_info(gc->ge->ui, "Internal Error", "Could not find job description.\nThat should not b… in gopt_job_changed()
|
D | gclient.c | 658 gfio_report_info(gc->ge->ui, "Network timeout", buf);
|
D | gfio.c | 811 gfio_report_info(ui, "Error", "The main page view cannot be closed\n"); in file_close()
|