HomeSort by: relevance | last modified time | path
    Searched defs:dm_target_alloc (Results 1 - 2 of 2) 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.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");

Completed in 22 milliseconds