Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddm_ioctl.c201 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid); in dm_dev_create_ioctl()
331 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid); in dm_dev_rename_ioctl()
358 prop_dictionary_set_string(dm_dict, DM_IOCTL_UUID, dmv->uuid); in dm_dev_rename_ioctl()
385 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid); in dm_dev_remove_ioctl()
429 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid); in dm_dev_status_ioctl()
441 prop_dictionary_set_string(dm_dict, DM_IOCTL_UUID, dmv->uuid); in dm_dev_status_ioctl()
483 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid); in dm_dev_suspend_ioctl()
528 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid); in dm_dev_resume_ioctl()
584 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid); in dm_table_clear_ioctl()
629 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid); in dm_table_deps_ioctl()
[all …]
H A Dnetbsd-dm.h192 #define DM_IOCTL_UUID "uuid" macro
/netbsd-src/lib/libdm/
H A Dlibdm_ioctl.c282 DM_IOCTL_UUID, uuid)) == false) in libdm_task_set_uuid()
295 DM_IOCTL_UUID, (const char **)&uuid)) in libdm_task_get_uuid()