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

  /src/sbin/gpt/
backup.c 149 prop_dictionary_t gpt_dict; local in function:store_tbl
167 gpt_dict = prop_dictionary_create();
168 PROP_ERR(gpt_dict);
170 PROP_ERR(prop_dictionary_set_int(gpt_dict, "index", (int)i));
172 PROP_ERR(prop_dictionary_set_string(gpt_dict, "type", buf));
174 PROP_ERR(prop_dictionary_set_string(gpt_dict, "guid", buf));
175 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "start",
177 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "end",
179 PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "attributes",
184 PROP_ERR(prop_dictionary_set_string(gpt_dict, "name"
    [all...]
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...]

Completed in 12 milliseconds