Home
last modified time | relevance | path

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

/netbsd/sys/dev/dm/
H A Ddm.h220 int dm_dev_suspend_ioctl(prop_dictionary_t);
H A Ddevice-mapper.c139 { .cmd = "suspend", .fn = dm_dev_suspend_ioctl, .allowed = 0 },
H A Ddm_ioctl.c469 dm_dev_suspend_ioctl(prop_dictionary_t dm_dict) in dm_dev_suspend_ioctl() function