Home
last modified time | relevance | path

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

/netbsd/sys/dev/dm/
H A Ddm.h214 int dm_dev_create_ioctl(prop_dictionary_t);
H A Ddevice-mapper.c135 { .cmd = "create", .fn = dm_dev_create_ioctl, .allowed = 0 },
H A Ddm_ioctl.c186 dm_dev_create_ioctl(prop_dictionary_t dm_dict) in dm_dev_create_ioctl() function