HomeSort by: relevance | last modified time | path
    Searched defs:mbr_dict (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/gpt/
backup.c 77 prop_dictionary_t mbr_dict; local in function:store_mbr
83 mbr_dict = prop_dictionary_create();
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))
    [all...]
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...]

Completed in 44 milliseconds