Lines Matching defs:props
269 load(prop_dictionary_t props, bool fatal, const char *fmt, ...)
277 if (props == NULL) {
278 props = prop_dictionary_create();
279 propsstr = prop_dictionary_externalize(props);
281 prop_object_release(props);
283 propsstr = prop_dictionary_externalize(props);
389 prop_dictionary_t props;
392 props = prop_dictionary_create();
393 load(props, true, "%s/k_helper/k_helper.kmod",
395 prop_object_release(props);
405 props = prop_dictionary_create();
406 prop_dictionary_set(props, "prop_str",
408 load(props, true, "%s/k_helper/k_helper.kmod",
410 prop_object_release(props);
425 props = prop_dictionary_create();
426 prop_dictionary_set(props, "prop_str",
428 load(props, true, "%s/k_helper/k_helper.kmod",
430 prop_object_release(props);
458 prop_dictionary_t props;
462 props = prop_dictionary_create();
465 prop_dictionary_set(props, "prop_recurse",
467 load(props, true, "%s/k_helper/k_helper.kmod",