Home
last modified time | relevance | path

Searched refs:gjv (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dgoptions.c21 struct gopt_job_view *gjv; member
95 static GtkWidget *gopt_get_group_frame(struct gopt_job_view *gjv, in gopt_get_group_frame() argument
112 gfw = &gjv->g_widgets[group]; in gopt_get_group_frame()
132 static void gopt_set_children_visible(struct gopt_job_view *gjv, in gopt_set_children_visible() argument
152 gopt_set_children_visible(gjv, o, visible); in gopt_set_children_visible()
159 static void gopt_mark_index(struct gopt_job_view *gjv, struct gopt *gopt, in gopt_mark_index() argument
164 assert(!gjv->gopts[idx]); in gopt_mark_index()
167 gopt->gjv = gjv; in gopt_mark_index()
168 gjv->gopts[idx] = gopt; in gopt_mark_index()
171 static void gopt_dialog_update_apply_button(struct gopt_job_view *gjv) in gopt_dialog_update_apply_button() argument
[all …]