HomeSort by: relevance | last modified time | path
    Searched refs:prop_dictionary_set_and_rel (Results 1 - 6 of 6) sorted by relevancy

  /src/common/lib/libprop/
prop_dictionary_util.c 76 return prop_dictionary_set_and_rel(dict, key, prop_bool_create(val));
116 return prop_dictionary_set_and_rel(dict, key,
125 return prop_dictionary_set_and_rel(dict, key,
191 return prop_dictionary_set_and_rel(dict, key,
200 return prop_dictionary_set_and_rel(dict, key,
229 return prop_dictionary_set_and_rel(dict, key,
237 return prop_dictionary_set_and_rel(dict, key,
306 prop_dictionary_set_and_rel(prop_dictionary_t dict, const char *key, function in typeref:typename:_PROP_EXPORT bool
  /src/sys/arch/evbmips/cavium/
autoconf.c 179 prop_dictionary_set_and_rel(dict, "phy-addr", pn);
198 prop_dictionary_set_and_rel(dict, "rgmii-tx", tx);
200 prop_dictionary_set_and_rel(dict, "rgmii-rx", rx);
  /src/sbin/gpt/
backup.c 190 rc = prop_dictionary_set_and_rel(*type_dict, "gpt_array", gpt_array);
234 rc = prop_dictionary_set_and_rel(type_dict,
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",
  /src/common/include/prop/
prop_dictionary.h 238 bool prop_dictionary_set_and_rel(prop_dictionary_t,
  /src/sbin/drvctl/
drvctl.c 168 prop_dictionary_set_and_rel(command_dict, "drvctl-arguments",
  /src/sys/kern/
subr_autoconf.c 1731 prop_dictionary_set_and_rel(attr_dict, "locators",
1740 prop_dictionary_set_and_rel(dev->dv_properties,

Completed in 16 milliseconds