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

  /src/sbin/gpt/
backup.c 124 prop_dictionary_t *type_dict)
128 *type_dict = prop_dictionary_create();
129 PROP_ERR(type_dict);
130 PROP_ERR(prop_dictionary_set_uint(*type_dict, "revision",
133 PROP_ERR(prop_dictionary_set_string(*type_dict, "guid", buf));
135 PROP_ERR(prop_dictionary_set_int32(*type_dict, "entries",
139 if (*type_dict)
140 prop_object_release(*type_dict);
145 store_tbl(gpt_t gpt, const map_t m, prop_dictionary_t *type_dict)
155 *type_dict = NULL
207 prop_dictionary_t props, type_dict; local in function:backup
    [all...]
restore.c 180 prop_dictionary_t props, gpt_dict, mbr_dict, type_dict; local in function:restore
250 type_dict = prop_dictionary_get(props, "GPT_TBL");
251 PROP_ERR(type_dict);
252 gpt_array = prop_dictionary_get(type_dict, "gpt_array");
303 type_dict = prop_dictionary_get(props, "MBR");
304 PROP_ERR(type_dict);
305 propdata = prop_dictionary_get(type_dict, "code");
309 mbr_array = prop_dictionary_get(type_dict, "mbr_array");

Completed in 13 milliseconds