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

  /external/fio/
options.h 63 struct opt_group { struct
152 extern struct opt_group *opt_group_from_mask(unsigned int *mask);
153 extern struct opt_group *opt_group_cat_from_mask(unsigned int *mask);
goptions.c 98 struct opt_group *og;
1139 struct opt_group *og;
1180 static GtkWidget *gopt_add_group_tab(GtkWidget *notebook, struct opt_group *og)
1187 struct opt_group *og;
    [all...]
options.c 1115 static struct opt_group fio_opt_groups[] = {
1145 static struct opt_group *__opt_group_from_mask(struct opt_group *ogs, unsigned int *mask,
1148 struct opt_group *og;
1166 struct opt_group *opt_group_from_mask(unsigned int *mask)
1171 static struct opt_group fio_opt_cat_groups[] = {
1266 struct opt_group *opt_group_cat_from_mask(unsigned int *mask)
    [all...]

Completed in 122 milliseconds