Home
last modified time | relevance | path

Searched refs:prop_dictionary_set_and_rel (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c76 return prop_dictionary_set_and_rel(dict, key, prop_bool_create(val)); in prop_dictionary_set_bool()
116 return prop_dictionary_set_and_rel(dict, key, in TEMPLATE()
125 return prop_dictionary_set_and_rel(dict, key, in prop_dictionary_set_unsigned_number()
191 return prop_dictionary_set_and_rel(dict, key, in prop_dictionary_set_string()
200 return prop_dictionary_set_and_rel(dict, key, in prop_dictionary_set_string_nocopy()
229 return prop_dictionary_set_and_rel(dict, key, in prop_dictionary_set_data()
237 return prop_dictionary_set_and_rel(dict, key, in prop_dictionary_set_data_nocopy()
306 prop_dictionary_set_and_rel(prop_dictionary_t dict, const char *key, in prop_dictionary_set_and_rel() function
/netbsd-src/sys/arch/evbmips/cavium/
H A Dautoconf.c166 prop_dictionary_set_and_rel(dict, "mac-address", pd); in prop_set_cnmac()
182 prop_dictionary_set_and_rel(dict, "phy-addr", pn); in prop_set_cnmac()
201 prop_dictionary_set_and_rel(dict, "rgmii-tx", tx); in prop_set_octeon_gmx()
203 prop_dictionary_set_and_rel(dict, "rgmii-rx", rx); in prop_set_octeon_gmx()
/netbsd-src/sbin/gpt/
H A Dbackup.c189 rc = prop_dictionary_set_and_rel(*type_dict, "gpt_array", gpt_array); in store_tbl()
233 rc = prop_dictionary_set_and_rel(type_dict, in backup()
237 rc = prop_dictionary_set_and_rel(props, "MBR", in backup()
245 rc = prop_dictionary_set_and_rel(props, "GPT_HDR", in backup()
252 rc = prop_dictionary_set_and_rel(props, "GPT_TBL", in backup()
/netbsd-src/common/include/prop/
H A Dprop_dictionary.h238 bool prop_dictionary_set_and_rel(prop_dictionary_t,
/netbsd-src/sbin/drvctl/
H A Ddrvctl.c168 prop_dictionary_set_and_rel(command_dict, "drvctl-arguments", in main()
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c1730 prop_dictionary_set_and_rel(attr_dict, "locators", in config_add_attrib_dict()
1739 prop_dictionary_set_and_rel(dev->dv_properties, in config_add_attrib_dict()