Lines Matching refs:tmp_config
621 config_options_t *tmp_config = config; in set_weight() local
623 while (tmp_config->name) { in set_weight()
624 if (tmp_config->type == TYPE_WEIGHT) { in set_weight()
625 len = strlen(tmp_config->name); in set_weight()
628 strncpy(op, tmp_config->name, len - 7); in set_weight()
631 tmp_config->name)); in set_weight()
634 tmp_config++; in set_weight()
643 config_options_t *tmp_config = tg_options; in get_weight_total() local
645 while (tmp_config->name) { in get_weight_total()
646 if (tmp_config->type == TYPE_WEIGHT) { in get_weight_total()
647 len = strlen(tmp_config->name); in get_weight_total()
650 strncpy(op, tmp_config->name, len - 7); in get_weight_total()
654 tmp_config++; in get_weight_total()
821 config_options_t *tmp_config; in init_threadgroup() local
823 tmp_config = get_fs_config(fc, i); in init_threadgroup()
825 get_config_str(tmp_config, "location"))) in init_threadgroup()
829 get_config_str(tmp_config, "location"))) { in init_threadgroup()
873 config_options_t *tmp_config; in init_filesys() local
875 tmp_config = get_fs_config(fc, i); in init_filesys()
877 get_config_str(tmp_config, "location"))) in init_filesys()
881 get_config_str(tmp_config, "location"))) { in init_filesys()
886 config = tmp_config; in init_filesys()