• Home
  • Raw
  • Download

Lines Matching defs:gjv

21 	struct gopt_job_view *gjv;  member
95 static GtkWidget *gopt_get_group_frame(struct gopt_job_view *gjv, in gopt_get_group_frame()
132 static void gopt_set_children_visible(struct gopt_job_view *gjv, in gopt_set_children_visible()
159 static void gopt_mark_index(struct gopt_job_view *gjv, struct gopt *gopt, in gopt_mark_index()
171 static void gopt_dialog_update_apply_button(struct gopt_job_view *gjv) in gopt_dialog_update_apply_button()
190 struct gopt_job_view *gjv = gopt->gjv; in gopt_changed() local
234 static struct gopt *gopt_new_str_store(struct gopt_job_view *gjv, in gopt_new_str_store()
287 static struct gopt_combo *__gopt_new_combo(struct gopt_job_view *gjv, in __gopt_new_combo()
330 static struct gopt *gopt_new_combo_str(struct gopt_job_view *gjv, in gopt_new_combo_str()
375 static struct gopt *gopt_new_combo_int(struct gopt_job_view *gjv, in gopt_new_combo_int()
421 static struct gopt *gopt_new_str_multi(struct gopt_job_view *gjv, in gopt_new_str_multi()
501 static struct gopt_int *__gopt_new_int(struct gopt_job_view *gjv, in __gopt_new_int()
551 static struct gopt *gopt_new_int(struct gopt_job_view *gjv, in gopt_new_int()
567 static struct gopt *gopt_new_ullong(struct gopt_job_view *gjv, in gopt_new_ullong()
614 static struct gopt *gopt_new_bool(struct gopt_job_view *gjv, in gopt_new_bool()
707 static struct gopt *gopt_new_int_range(struct gopt_job_view *gjv, in gopt_new_int_range()
824 static struct gopt *gopt_new_str_val(struct gopt_job_view *gjv, in gopt_new_str_val()
869 static void gopt_set_option(struct gopt_job_view *gjv, struct fio_option *o, in gopt_set_option()
1007 static void gopt_add_option(struct gopt_job_view *gjv, GtkWidget *hbox, in gopt_add_option()
1128 static void gopt_add_options(struct gopt_job_view *gjv, in gopt_add_options()
1152 static void gopt_set_options(struct gopt_job_view *gjv, in gopt_set_options()
1187 static void gopt_add_group_tabs(GtkWidget *notebook, struct gopt_job_view *gjv) in gopt_add_group_tabs()
1204 static void gopt_handle_str_multi_changed(struct gopt_job_view *gjv, in gopt_handle_str_multi_changed()
1234 static void gopt_handle_range_changed(struct gopt_job_view *gjv, in gopt_handle_range_changed()
1251 static void gopt_handle_str_val_changed(struct gopt_job_view *gjv, in gopt_handle_str_val_changed()
1276 static void gopt_handle_str_changed(struct gopt_job_view *gjv, in gopt_handle_str_changed()
1287 static void gopt_handle_bool_changed(struct gopt_job_view *gjv, in gopt_handle_bool_changed()
1297 static void gopt_handle_int_changed(struct gopt_job_view *gjv, in gopt_handle_int_changed()
1309 static void gopt_handle_combo_str_changed(struct gopt_job_view *gjv, in gopt_handle_combo_str_changed()
1321 static void gopt_handle_combo_int_changed(struct gopt_job_view *gjv, in gopt_handle_combo_int_changed()
1335 struct gopt_job_view *gjv = gopt->gjv; in gopt_handle_changed() local
1400 static void gopt_report_update_status(struct gopt_job_view *gjv) in gopt_report_update_status()
1409 static int gopt_handle_changed_options(struct gopt_job_view *gjv) in gopt_handle_changed_options()
1473 static void gopt_handle_option_dialog(struct gopt_job_view *gjv) in gopt_handle_option_dialog()
1499 struct gopt_job_view *gjv = (struct gopt_job_view *) data; in gopt_job_changed() local
1544 struct gopt_job_view *gjv; in gopt_get_options_window() local