Symbol: prop_dictionary_set_data
common/include/prop/prop_dictionary.h
233
bool prop_dictionary_set_data(prop_dictionary_t, const char *,
sbin/veriexecctl/veriexecctl.h
43
prop_dictionary_set_data(d, k, v, n)
sys/arch/macppc/dev/smuiic.c
113
prop_dictionary_set_data(dev, "devhandle", &child_devhandle,
sys/arch/riscv/starfive/jh71x0_eth.c
174
prop_dictionary_set_data(prop, "mac-address", macaddr, len);
sys/arch/sparc64/dev/jbus-i2c.c
171
prop_dictionary_set_data(dev, "compatible", compat,
sys/arch/sparc64/dev/jbus-i2c.c
175
prop_dictionary_set_data(dev, "devhandle", &child_devhandle,
sys/arch/sparc64/sparc64/ofw_patch.c
453
prop_dictionary_set_data(dev, "compatible",
sys/arch/sparc64/sparc64/ofw_patch.c
491
prop_dictionary_set_data(dev, "compatible",
sys/arch/sparc64/sparc64/ofw_patch.c
85
prop_dictionary_set_data(dev, "compatible", compat,
sys/arch/sparc64/sparc64/ofw_patch.c
94
prop_dictionary_set_data(dev, "devhandle",
sys/dev/ofw/ofw_i2c_subr.c
99
prop_dictionary_set_data(dev, "devhandle", &child_devhandle,
sys/dev/ofw/ofw_subr.c
653
return prop_dictionary_set_data(dict, propname, prop, len);
sys/kern/subr_device.c
1075
return prop_dictionary_set_data(dev->dv_properties, prop, buf, len);
sys/net/if_wg.c
5200
if (!prop_dictionary_set_data(prop_dict, "private_key",
sys/net/if_wg.c
5238
if (!prop_dictionary_set_data(prop_peer, "public_key",
sys/net/if_wg.c
5246
if (!prop_dictionary_set_data(prop_peer,
sys/net/if_wg.c
5256
!prop_dictionary_set_data(prop_peer, "endpoint",
sys/net/if_wg.c
5298
if (!prop_dictionary_set_data(prop_allowedip,
sys/net/if_wg.c
5306
if (!prop_dictionary_set_data(prop_allowedip,
tests/lib/libprop/t_proplib.c
949
ATF_REQUIRE(prop_dictionary_set_data(dict, "data", const_data1,
usr.sbin/btdevctl/btdevctl.c
177
if (!prop_dictionary_set_data(dev, BTDEVladdr, &laddr, sizeof(laddr)))
usr.sbin/btdevctl/btdevctl.c
181
if (!prop_dictionary_set_data(dev, BTDEVraddr, &raddr, sizeof(raddr)))
usr.sbin/wgconfig/wgconfig.c
453
if (!prop_dictionary_set_data(prop_dict, "private_key",
usr.sbin/wgconfig/wgconfig.c
569
if (!prop_dictionary_set_data(prop_dict, "endpoint",
usr.sbin/wgconfig/wgconfig.c
644
if (!prop_dictionary_set_data(prop_allowedip, "ip",
usr.sbin/wgconfig/wgconfig.c
665
if (!prop_dictionary_set_data(prop_dict, "preshared_key",
usr.sbin/wgconfig/wgconfig.c
728
if (!prop_dictionary_set_data(prop_dict, "public_key",