HomeSort by relevance Sort by last modified time
    Searched defs:__o (Results 1 - 2 of 2) sorted by null

  /external/fio/
parse.c 1013 struct fio_option *__o; local
1015 for (__o = options + 1; __o->name; __o++)
1016 if (__o->parent && !strcmp(__o->parent, o->name))
1017 return __o;
1046 struct fio_option *__o; local
1057 while ((__o = find_child(o, parent)) != NULL) {
1058 __print_option(__o, o, level)
    [all...]
options.c 3939 struct fio_option *__o; local
    [all...]

Completed in 1454 milliseconds