Home | History | Annotate | Download | only in gpt

Lines Matching defs:props

207 	prop_dictionary_t props, type_dict;
213 props = prop_dictionary_create();
214 PROP_ERR(props);
216 PROP_ERR(prop_dictionary_set_int(props, "sector_size",
238 rc = prop_dictionary_set_and_rel(props, "MBR",
246 rc = prop_dictionary_set_and_rel(props, "GPT_HDR",
253 rc = prop_dictionary_set_and_rel(props, "GPT_TBL",
260 propext = prop_dictionary_externalize(props);
262 prop_object_release(props);
275 if (props)
276 prop_object_release(props);