Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt82 dm_dev_remove_ioctl -> remove device from list, this routine have to
246 dm_dev_remove_ioctl routine have to remove dm_dev from global device list,
/netbsd-src/sys/dev/dm/
H A Ddm.h216 int dm_dev_remove_ioctl(prop_dictionary_t);
H A Ddevice-mapper.c140 { .cmd = "remove", .fn = dm_dev_remove_ioctl, .allowed = 0 },
H A Ddm_ioctl.c370 dm_dev_remove_ioctl(prop_dictionary_t dm_dict) in dm_dev_remove_ioctl() function