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

  /src/sys/dev/dm/
dm_target.c 254 dm_target_alloc(const char *name) function in typeref:typename:dm_target_t *
316 dmt = dm_target_alloc("linear");
330 dmt = dm_target_alloc("striped");
345 dmt = dm_target_alloc("error");
356 dmt = dm_target_alloc("zero");
367 dmt = dm_target_alloc("delay");
383 dmt = dm_target_alloc("flakey");
dm_target_error.c 68 dmt = dm_target_alloc("error");
dm_target_zero.c 68 dmt = dm_target_alloc("zero");
dm_target_mirror.c 88 dmt = dm_target_alloc("mirror");
dm_target_snapshot.c 147 dmt = dm_target_alloc("snapshot");
148 dmt1 = dm_target_alloc("snapshot-origin");
dm.h 231 dm_target_t* dm_target_alloc(const char *);
dm_target_stripe.c 77 dmt = dm_target_alloc("striped");
dm_target_flakey.c 100 dmt = dm_target_alloc("flakey");
dm_target_delay.c 111 dmt = dm_target_alloc("delay");

Completed in 20 milliseconds