Lines Matching refs:target_config
238 table_en->target_config = tsc;
249 dm_target_snapshot_table(void *target_config)
258 tsc = target_config;
317 * doesn't have target_config.
319 if (table_en->target_config == NULL)
324 dm_target_snapshot_config_t *tsc = table_en->target_config;
386 table_en->target_config = tsoc;
397 dm_target_snapshot_orig_table(void *target_config)
404 tsoc = target_config;
446 tsoc = table_en->target_config;
461 * doesn't have target_config.
464 if (table_en->target_config == NULL)
467 dm_target_snapshot_origin_config_t *tsoc = table_en->target_config;