Symbol: prop_dictionary_set_and_rel
common/include/prop/prop_dictionary.h
238
bool prop_dictionary_set_and_rel(prop_dictionary_t,
common/lib/libprop/prop_dictionary_util.c
116
return prop_dictionary_set_and_rel(dict, key,
common/lib/libprop/prop_dictionary_util.c
125
return prop_dictionary_set_and_rel(dict, key,
common/lib/libprop/prop_dictionary_util.c
191
return prop_dictionary_set_and_rel(dict, key,
common/lib/libprop/prop_dictionary_util.c
200
return prop_dictionary_set_and_rel(dict, key,
common/lib/libprop/prop_dictionary_util.c
229
return prop_dictionary_set_and_rel(dict, key,
common/lib/libprop/prop_dictionary_util.c
237
return prop_dictionary_set_and_rel(dict, key,
common/lib/libprop/prop_dictionary_util.c
76
return prop_dictionary_set_and_rel(dict, key, prop_bool_create(val));
sbin/drvctl/drvctl.c
168
prop_dictionary_set_and_rel(command_dict, "drvctl-arguments",
sbin/gpt/backup.c
193
rc = prop_dictionary_set_and_rel(*type_dict, "gpt_array", gpt_array);
sbin/gpt/backup.c
237
rc = prop_dictionary_set_and_rel(type_dict,
sbin/gpt/backup.c
241
rc = prop_dictionary_set_and_rel(props, "MBR",
sbin/gpt/backup.c
249
rc = prop_dictionary_set_and_rel(props, "GPT_HDR",
sbin/gpt/backup.c
256
rc = prop_dictionary_set_and_rel(props, "GPT_TBL",
sys/arch/evbmips/cavium/autoconf.c
179
prop_dictionary_set_and_rel(dict, "phy-addr", pn);
sys/arch/evbmips/cavium/autoconf.c
198
prop_dictionary_set_and_rel(dict, "rgmii-tx", tx);
sys/arch/evbmips/cavium/autoconf.c
200
prop_dictionary_set_and_rel(dict, "rgmii-rx", rx);
sys/kern/subr_autoconf.c
1822
prop_dictionary_set_and_rel(attr_dict, "locators",
sys/kern/subr_autoconf.c
1831
prop_dictionary_set_and_rel(dev->dv_properties,