Home
last modified time | relevance | path

Searched refs:dm_dev_resume_ioctl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt84 dm_dev_resume_ioctl -> Switch tables on suspended device, switch INACTIVE
129 * there can be dm_dev_resume_ioctl), therefore this is only informative.
/netbsd-src/sys/dev/dm/
H A Ddm.h218 int dm_dev_resume_ioctl(prop_dictionary_t);
H A Ddevice-mapper.c142 { .cmd = "resume", .fn = dm_dev_resume_ioctl, .allowed = 0 },
H A Ddm_ioctl.c512 dm_dev_resume_ioctl(prop_dictionary_t dm_dict) in dm_dev_resume_ioctl() function