Searched refs:DM_IOCTL_UUID (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/dm/ |
H A D | dm_ioctl.c | 201 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 D | netbsd-dm.h | 192 #define DM_IOCTL_UUID "uuid" macro
|
/netbsd-src/lib/libdm/ |
H A D | libdm_ioctl.c | 282 DM_IOCTL_UUID, uuid)) == false) in libdm_task_set_uuid() 295 DM_IOCTL_UUID, (const char **)&uuid)) in libdm_task_get_uuid()
|