Lines Matching defs:mbr_dict
76 restore_mbr(gpt_t gpt, struct mbr *mbr, prop_dictionary_t mbr_dict, off_t last)
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",
180 prop_dictionary_t props, gpt_dict, mbr_dict, type_dict;
313 while ((mbr_dict = prop_object_iterator_next(propiter)) != NULL) {
314 if (restore_mbr(gpt, mbr, mbr_dict, last) == -1)