Lines Matching defs:PROP_ERR
71 #define PROP_ERR(x) if (!(x)) goto cleanup
84 PROP_ERR(mbr_dict);
86 PROP_ERR(prop_dictionary_set_int(mbr_dict, "index", (int)i));
87 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "flag", par->part_flag));
88 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_head",
90 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_sector",
92 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_cylinder",
94 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "type", par->part_typ));
95 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_head", par->part_ehd));
96 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_sector",
98 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_cylinder",
100 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_start_low",
102 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_start_high",
104 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_size_low",
106 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_size_high",
111 PROP_ERR(*mbr_array);
113 PROP_ERR(prop_array_add_and_rel(*mbr_array, mbr_dict));
129 PROP_ERR(type_dict);
130 PROP_ERR(prop_dictionary_set_uint(*type_dict, "revision",
133 PROP_ERR(prop_dictionary_set_string(*type_dict, "guid", buf));
135 PROP_ERR(prop_dictionary_set_int32(*type_dict, "entries",
158 PROP_ERR(gpt_array);
161 PROP_ERR(*type_dict);
168 PROP_ERR(gpt_dict);
170 PROP_ERR(prop_dictionary_set_int(gpt_dict, "index", (int)i));
172 PROP_ERR(prop_dictionary_set_string(gpt_dict, "type", buf));
174 PROP_ERR(prop_dictionary_set_string(gpt_dict, "guid", buf));
175 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "start",
177 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "end",
179 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "attributes",
184 PROP_ERR(prop_dictionary_set_string(gpt_dict, "name",
188 PROP_ERR(rc);
191 PROP_ERR(rc);
214 PROP_ERR(props);
216 PROP_ERR(prop_dictionary_set_int(props, "sector_size",
224 PROP_ERR(type_dict);
226 PROP_ERR(prop_dictionary_set_data_nocopy(type_dict,
236 PROP_ERR(rc);
240 PROP_ERR(rc);
248 PROP_ERR(rc);
255 PROP_ERR(rc);
261 PROP_ERR(propext);