Searched refs:dm_table_get_entry (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/sys/dev/disk/dm/ |
| H A D | dm_table.c | 94 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 D | dm_ioctl.c | 623 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 D | device-mapper.c | 408 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 D | dm.h | 219 dm_table_t *dm_table_get_entry(dm_table_head_t *, uint8_t);
|