Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddm.h227 int dm_table_load_ioctl(prop_dictionary_t);
H A Ddevice-mapper.c145 { .cmd = "reload", .fn = dm_table_load_ioctl, .allowed = 0 },
H A Ddm_ioctl.c709 dm_table_load_ioctl(prop_dictionary_t dm_dict) in dm_table_load_ioctl() function