Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/dm/
H A Ddm_ioctl.c589 int table_type; in dm_table_deps_ioctl() local
619 table_type = DM_TABLE_INACTIVE; in dm_table_deps_ioctl()
621 table_type = DM_TABLE_ACTIVE; in dm_table_deps_ioctl()
623 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_deps_ioctl()
628 dm_table_release(&dmv->table_head, table_type); in dm_table_deps_ioctl()
883 int table_type; in dm_table_status_ioctl() local
906 table_type = DM_TABLE_INACTIVE; in dm_table_status_ioctl()
908 table_type = DM_TABLE_ACTIVE; in dm_table_status_ioctl()
929 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_status_ioctl()
955 dm_table_release(&dmv->table_head, table_type); in dm_table_status_ioctl()