<dec f='src/src/sys/dev/dm/dm.h' l='311' type='int dm_target_linear_init(dm_dev_t * , void ** , char * )'/>
<doc f='src/src/sys/dev/dm/dm.h' l='310'>/* dm_target_linear.c */</doc>
<use f='src/src/sys/dev/dm/dm_target.c' l='297' u='a' c='dm_target_init'/>
<def f='src/src/sys/dev/dm/dm_target_linear.c' l='57' ll='100' type='int dm_target_linear_init(dm_dev_t * dmv, void ** target_config, char * params)'/>
<doc f='src/src/sys/dev/dm/dm_target_linear.c' l='49'>/*
 * Allocate target specific config data, and link them to table.
 * This function is called only when, flags is not READONLY and
 * therefore we can add things to pdev list. This should not a
 * problem because this routine is called only from dm_table_load_ioctl.
 * @argv[0] is name,
 * @argv[1] is physical data offset.
 */</doc>
