HomeSort by: relevance | last modified time | path
    Searched refs:target_config (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/dm/
dm_target_linear.c 79 table_en->target_config = tlc;
90 dm_target_linear_table(void *target_config)
94 tlc = target_config;
113 tlc = table_en->target_config;
131 tlc = table_en->target_config;
148 * doesn't have target_config.
150 if (table_en->target_config == NULL)
153 dm_target_linear_config_t *tlc = table_en->target_config;
192 tlc = table_en->target_config;
dm_target_snapshot.c 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;
    [all...]
dm_target_stripe.c 178 table_en->target_config = tsc;
185 dm_target_stripe_info(void *target_config)
193 tsc = target_config;
224 dm_target_stripe_table(void *target_config)
230 tsc = target_config;
261 tsc = table_en->target_config;
320 tsc = table_en->target_config;
340 dm_target_stripe_fini(table_en->target_config);
373 tsc = table_en->target_config;
dm_target_flakey.c 174 table_en->target_config = tfc;
269 dm_target_flakey_table(void *target_config)
275 tfc = target_config;
316 tfc = table_en->target_config;
470 tfc = table_en->target_config;
481 if (table_en->target_config == NULL)
484 dm_target_flakey_config_t *tfc = table_en->target_config;
514 tfc = table_en->target_config;
dm_target_mirror.c 130 table_en->target_config = NULL;
137 dm_target_mirror_table(void *target_config)
dm_target_delay.c 180 table_en->target_config = tdc;
221 dm_target_delay_info(void *target_config)
226 tdc = target_config;
239 dm_target_delay_table(void *target_config)
244 tdc = target_config;
274 tdc = table_en->target_config;
374 tdc = table_en->target_config;
386 tdc = table_en->target_config;
445 tdc = table_en->target_config;
dm_target_error.c 109 table_en->target_config = NULL;
dm_target_zero.c 112 table_en->target_config = NULL;
dm.h 85 void *target_config; /* Target specific data. */ member in struct:dm_table_entry
178 /* Initialize target_config area */
181 /* Destroy target_config area */
dm_table.c 170 table_en->target_config = NULL;
dm_ioctl.c 791 table_en->target_config = NULL;
987 table_en->target_config);
990 table_en->target_config);

Completed in 41 milliseconds