Home
last modified time | relevance | path

Searched refs:dm_table_get_entry (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/disk/dm/
H A Ddm_table.c94 dm_table_get_entry(dm_table_head_t *head, uint8_t table_id) in dm_table_get_entry() function
181 tbl = dm_table_get_entry(head, table); in _dm_table_size()
223 tbl = dm_table_get_entry(head, table_id); in dm_table_get_target_count()
H A Ddm_ioctl.c623 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_deps_ioctl()
726 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_INACTIVE); in dm_table_load_ioctl()
929 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_status_ioctl()
1030 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dm_message_ioctl()
H A Ddevice-mapper.c408 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dmstrategy()
488 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dmdump()
H A Ddm.h219 dm_table_t *dm_table_get_entry(dm_table_head_t *, uint8_t);