Searched refs:prop_dictionary_set_and_rel (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/common/lib/libprop/ |
H A D | prop_dictionary_util.c | 76 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 D | autoconf.c | 166 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 D | backup.c | 189 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 D | prop_dictionary.h | 238 bool prop_dictionary_set_and_rel(prop_dictionary_t,
|
/netbsd-src/sbin/drvctl/ |
H A D | drvctl.c | 168 prop_dictionary_set_and_rel(command_dict, "drvctl-arguments", in main()
|
/netbsd-src/sys/kern/ |
H A D | subr_autoconf.c | 1730 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()
|