restore.c | 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" 180 prop_dictionary_t props, gpt_dict, mbr_dict, type_dict; local in function:restore [all...] |