Lines Matching defs:dm_dict

102 	prop_dictionary_get_uint32(dm_dict,DM_IOCTL_FLAGS,&flag);	\
104 prop_dictionary_set_uint32(dm_dict,DM_IOCTL_FLAGS,flag); \
108 prop_dictionary_get_uint32(dm_dict,DM_IOCTL_FLAGS,&flag); \
110 prop_dictionary_set_uint32(dm_dict,DM_IOCTL_FLAGS,flag); \
163 dm_list_versions_ioctl(prop_dictionary_t dm_dict)
170 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
175 prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, target_list);
186 dm_dev_create_ioctl(prop_dictionary_t dm_dict)
200 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
201 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
202 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
251 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
288 dm_dev_list_ioctl(prop_dictionary_t dm_dict)
295 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
301 prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, dev_list);
317 dm_dev_rename_ioctl(prop_dictionary_t dm_dict)
330 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
331 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
332 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
333 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
337 cmd_array = prop_dictionary_get(dm_dict, DM_IOCTL_CMD_DATA);
356 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt);
357 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
358 prop_dictionary_set_string(dm_dict, DM_IOCTL_UUID, dmv->uuid);
370 dm_dev_remove_ioctl(prop_dictionary_t dm_dict)
384 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
385 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
386 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
387 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
418 dm_dev_status_ioctl(prop_dictionary_t dm_dict)
428 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
429 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
430 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
431 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
439 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt);
440 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
441 prop_dictionary_set_string(dm_dict, DM_IOCTL_UUID, dmv->uuid);
455 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_TARGET_COUNT, j);
472 dm_dev_suspend_ioctl(prop_dictionary_t dm_dict)
482 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
483 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
484 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
485 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
495 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt);
496 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_FLAGS, dmv->flags);
497 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
512 dm_dev_resume_ioctl(prop_dictionary_t dm_dict)
523 * char *xml; xml = prop_dictionary_externalize(dm_dict);
527 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
528 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
529 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
530 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
549 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt);
550 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_FLAGS, flags);
551 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
572 dm_table_clear_ioctl(prop_dictionary_t dm_dict)
583 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
584 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
585 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
586 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
613 dm_table_deps_ioctl(prop_dictionary_t dm_dict)
628 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
629 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
630 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
631 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
640 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
641 prop_dictionary_set_string(dm_dict, DM_IOCTL_NAME, dmv->name);
642 prop_dictionary_set_string(dm_dict, DM_IOCTL_UUID, dmv->uuid);
663 prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, cmd_array);
709 dm_table_load_ioctl(prop_dictionary_t dm_dict)
729 * char *xml; xml = prop_dictionary_externalize(dm_dict);
733 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
734 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
735 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
736 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
738 cmd_array = prop_dictionary_get(dm_dict, DM_IOCTL_CMD_DATA);
762 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
899 dm_table_status_ioctl(prop_dictionary_t dm_dict)
916 prop_dictionary_get_string(dm_dict, DM_IOCTL_NAME, &name);
917 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
918 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_FLAGS, &flags);
919 prop_dictionary_get_uint32(dm_dict, DM_IOCTL_MINOR, &minor);
950 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_MINOR, dmv->minor);
1007 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_FLAGS, flags);
1008 prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, cmd_array);
1021 dm_check_version(prop_dictionary_t dm_dict)
1027 ver = prop_dictionary_get(dm_dict, DM_IOCTL_VERSION);
1044 prop_dictionary_set(dm_dict, DM_IOCTL_VERSION, ver);