Lines Matching defs:PROP_ERR
70 #define PROP_ERR(x) if (!(x)) { \
81 PROP_ERR(prop_dictionary_get_uint(mbr_dict, "index", &i));
84 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "flag", &part->part_flag));
85 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_head",
87 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_sector",
89 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_cylinder",
91 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "type",
93 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_head",
95 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_sector",
97 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_cylinder",
99 PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_start_low",
102 PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_start_high",
117 PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_size_low",
120 PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_size_high",
136 PROP_ERR(prop_dictionary_get_string(gpt_dict, "type", &s));
141 PROP_ERR(prop_dictionary_get_string(gpt_dict, "guid", &s));
146 PROP_ERR(prop_dictionary_get_uint64(gpt_dict, "start",
149 PROP_ERR(prop_dictionary_get_uint64(gpt_dict, "end",
152 PROP_ERR(prop_dictionary_get_uint64(gpt_dict, "attributes",
160 PROP_ERR(prop_dictionary_get_uint(gpt_dict, "index", &i));
217 PROP_ERR(propnum);
225 PROP_ERR(gpt_dict);
228 PROP_ERR(propnum);
236 PROP_ERR(prop_dictionary_get_uint(gpt_dict, "entries", &entries));
242 PROP_ERR(prop_dictionary_get_string(gpt_dict, "guid", &s));
251 PROP_ERR(type_dict);
253 PROP_ERR(gpt_array);
255 PROP_ERR(propiter);
257 PROP_ERR(prop_dictionary_get_string(gpt_dict, "type", &s));
264 PROP_ERR(prop_dictionary_get_int64(gpt_dict, "start",
266 PROP_ERR(prop_dictionary_get_int64(gpt_dict, "end",
304 PROP_ERR(type_dict);
306 PROP_ERR(propdata);
310 PROP_ERR(mbr_array);
312 PROP_ERR(propiter);
327 PROP_ERR(propiter);