<dec f='src/src/sys/dev/dm/dm.h' l='324' type='int dm_target_stripe_init(dm_dev_t * , void ** , char * )'/>
<doc f='src/src/sys/dev/dm/dm.h' l='323'>/* dm_target_stripe.c */</doc>
<use f='src/src/sys/dev/dm/dm_target.c' l='312' u='a' c='dm_target_init'/>
<def f='src/src/sys/dev/dm/dm_target_stripe.c' l='130' ll='192' type='int dm_target_stripe_init(dm_dev_t * dmv, void ** target_config, char * params)'/>
<doc f='src/src/sys/dev/dm/dm_target_stripe.c' l='122'>/*
 * Init function called from dm_table_load_ioctl.
 * DM_STRIPE_DEV_OFFSET should always hold the index of the first device-offset
 * pair in the parameters.
 * Example line sent to dm from lvm tools when using striped target.
 * start length striped #stripes chunk_size device1 offset1 ... deviceN offsetN
 * 0 65536 striped 2 512 /dev/hda 0 /dev/hdb 0
 */</doc>
