Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddm.h228 int dm_table_status_ioctl(prop_dictionary_t);
H A Ddevice-mapper.c146 { .cmd = "status", .fn = dm_table_status_ioctl, .allowed = 1 },
147 { .cmd = "table", .fn = dm_table_status_ioctl, .allowed = 1 },
H A Ddm_ioctl.c899 dm_table_status_ioctl(prop_dictionary_t dm_dict) in dm_table_status_ioctl() function