Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddm.h318 dm_dev_t* dm_dev_detach(device_t);
H A Ddm_dev.c225 dm_dev_detach(device_t devt) in dm_dev_detach() function
H A Ddevice-mapper.c280 if ((dmv = dm_dev_detach(self)) == NULL) in dm_detach()