restore.c | 128 restore_ent(gpt_t gpt, prop_dictionary_t gpt_dict, void *secbuf, 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", 156 if (prop_dictionary_get_string(gpt_dict, "name", &s)) { 160 PROP_ERR(prop_dictionary_get_uint(gpt_dict, "index", &i)); 180 prop_dictionary_t props, gpt_dict, mbr_dict, type_dict; local in function:restore 224 gpt_dict = prop_dictionary_get(props, "GPT_HDR") [all...] |