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

  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 33 config_options_t global_options[] = GLOBAL_OPTIONS;
34 config_options_t tg_options[] = THREADGROUP_OPTIONS;
35 config_options_t fs_options[] = FILESYSTEM_OPTIONS;
36 config_options_t stats_options[] = STATS_OPTIONS;
320 static int set_option(char *buf, config_options_t * options)
416 config_options_t * options)
473 config_options_t *options;
517 void *get_value(config_options_t * config, char *name)
531 char *get_config_str(config_options_t * config, char *name)
536 uint32_t get_config_u32(config_options_t * config, char *name
    [all...]
parser.h 131 } config_options_t; typedef in typeref:struct:config_options

Completed in 605 milliseconds