Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddm.h217 int dm_dev_rename_ioctl(prop_dictionary_t);
H A Ddevice-mapper.c141 { .cmd = "rename", .fn = dm_dev_rename_ioctl, .allowed = 0 },
H A Ddm_ioctl.c317 dm_dev_rename_ioctl(prop_dictionary_t dm_dict) in dm_dev_rename_ioctl() function