HomeSort by: relevance | last modified time | path
    Searched refs:DM_IOCTL_MINOR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/dm/
netbsd-dm.h 190 #define DM_IOCTL_MINOR "minor"
dm_ioctl.c 251 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, dmv->minor)
    [all...]
  /src/lib/libdm/
libdm_ioctl.c 340 DM_IOCTL_MINOR, minor)) == false)
355 DM_IOCTL_MINOR, &minor);

Completed in 13 milliseconds