Lines Matching defs:props
180 prop_dictionary_t props, gpt_dict, mbr_dict, type_dict;
209 props = prop_dictionary_internalize_from_file(
211 if (props == NULL) {
216 propnum = prop_dictionary_get(props, "sector_size");
220 prop_object_release(props);
224 gpt_dict = prop_dictionary_get(props, "GPT_HDR");
232 prop_object_release(props);
250 type_dict = prop_dictionary_get(props, "GPT_TBL");
303 type_dict = prop_dictionary_get(props, "MBR");
383 prop_object_release(props);