/src/sbin/veriexecctl/ |
veriexecctl.h | 43 prop_dictionary_set_data(d, k, v, n)
|
/src/sys/dev/ofw/ |
ofw_i2c_subr.c | 99 prop_dictionary_set_data(dev, "devhandle", &child_devhandle,
|
ofw_subr.c | 653 return prop_dictionary_set_data(dict, propname, prop, len);
|
/src/usr.sbin/btdevctl/ |
btdevctl.c | 177 if (!prop_dictionary_set_data(dev, BTDEVladdr, &laddr, sizeof(laddr))) 181 if (!prop_dictionary_set_data(dev, BTDEVraddr, &raddr, sizeof(raddr)))
|
/src/sys/arch/macppc/dev/ |
smuiic.c | 113 prop_dictionary_set_data(dev, "devhandle", &child_devhandle,
|
/src/sys/arch/sparc64/dev/ |
jbus-i2c.c | 171 prop_dictionary_set_data(dev, "compatible", compat, 175 prop_dictionary_set_data(dev, "devhandle", &child_devhandle,
|
/src/usr.sbin/wgconfig/ |
wgconfig.c | 453 if (!prop_dictionary_set_data(prop_dict, "private_key", 455 errx(EXIT_FAILURE, "prop_dictionary_set_data"); 569 if (!prop_dictionary_set_data(prop_dict, "endpoint", 571 errx(EXIT_FAILURE, "prop_dictionary_set_data"); 644 if (!prop_dictionary_set_data(prop_allowedip, "ip", 646 errx(EXIT_FAILURE, "prop_dictionary_set_data"); 665 if (!prop_dictionary_set_data(prop_dict, "preshared_key", 667 errx(EXIT_FAILURE, "prop_dictionary_set_data"); 728 if (!prop_dictionary_set_data(prop_dict, "public_key", 730 errx(EXIT_FAILURE, "prop_dictionary_set_data"); [all...] |
/src/common/include/prop/ |
prop_dictionary.h | 233 bool prop_dictionary_set_data(prop_dictionary_t, const char *,
|
/src/sys/arch/riscv/starfive/ |
jh71x0_eth.c | 174 prop_dictionary_set_data(prop, "mac-address", macaddr, len);
|
/src/sys/arch/sparc64/sparc64/ |
ofw_patch.c | 85 prop_dictionary_set_data(dev, "compatible", compat, 94 prop_dictionary_set_data(dev, "devhandle",
|
/src/sys/external/bsd/drm2/drm/ |
drmfb.c | 153 prop_dictionary_set_data(dict, "EDID", edid->data,
|
/src/common/lib/libprop/ |
prop_dictionary_util.c | 226 prop_dictionary_set_data(prop_dictionary_t dict, const char *key, function in typeref:typename:_PROP_EXPORT bool
|
/src/sys/kern/ |
subr_device.c | 1034 return prop_dictionary_set_data(dev->dv_properties, prop, buf, len);
|
/src/sys/net/ |
if_wg.c | 5024 if (!prop_dictionary_set_data(prop_dict, "private_key", 5062 if (!prop_dictionary_set_data(prop_peer, "public_key", 5070 if (!prop_dictionary_set_data(prop_peer, 5080 !prop_dictionary_set_data(prop_peer, "endpoint", 5121 if (!prop_dictionary_set_data(prop_allowedip, 5129 if (!prop_dictionary_set_data(prop_allowedip,
|
/src/tests/lib/libprop/ |
t_proplib.c | 949 ATF_REQUIRE(prop_dictionary_set_data(dict, "data", const_data1,
|