Searched refs:DM_IOCTL_MINOR (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/dm/
H A Dnetbsd-dm.h190 #define DM_IOCTL_MINOR "minor" macro
H A Ddm_ioctl.c251 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
333 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
357 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
387 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
431 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
440 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
485 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
497 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
530 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
551 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dm
[all...]
/netbsd-current/lib/libdm/
H A Dlibdm_ioctl.c340 DM_IOCTL_MINOR, minor)) == false)
355 DM_IOCTL_MINOR, &minor);

Completed in 88 milliseconds