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/
Ddm.h227 int dm_table_load_ioctl(prop_dictionary_t);
Ddevice-mapper.c145 { .cmd = "reload", .fn = dm_table_load_ioctl, .allowed = 0 },
Ddm_ioctl.c709 dm_table_load_ioctl(prop_dictionary_t dm_dict) in dm_table_load_ioctl() function