| /netbsd-src/usr.sbin/wgconfig/ |
| H A D | wgconfig.c | 453 if (!prop_dictionary_set_data(prop_dict, "private_key", in cmd_set_private_key() 568 if (!prop_dictionary_set_data(prop_dict, "endpoint", in handle_option_endpoint() 643 if (!prop_dictionary_set_data(prop_allowedip, "ip", in handle_option_allowed_ips() 664 if (!prop_dictionary_set_data(prop_dict, "preshared_key", in handle_option_preshared_key() 727 if (!prop_dictionary_set_data(prop_dict, "public_key", in cmd_add_peer()
|
| /netbsd-src/usr.sbin/btdevctl/ |
| H A D | btdevctl.c | 177 if (!prop_dictionary_set_data(dev, BTDEVladdr, &laddr, sizeof(laddr))) in main() 181 if (!prop_dictionary_set_data(dev, BTDEVraddr, &raddr, sizeof(raddr))) in main()
|
| /netbsd-src/sbin/veriexecctl/ |
| H A D | veriexecctl.h | 43 prop_dictionary_set_data(d, k, v, n)
|
| /netbsd-src/sys/arch/arm/xilinx/ |
| H A D | zynq_cemac.c | 120 prop_dictionary_set_data(prop, "mac-address", macaddr, len);
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpi_i2c.c | 156 prop_dictionary_set_data(dev, "compatible", clist, clist_size);
|
| /netbsd-src/common/include/prop/ |
| H A D | prop_dictionary.h | 233 bool prop_dictionary_set_data(prop_dictionary_t, const char *,
|
| /netbsd-src/sys/arch/arm/apple/ |
| H A D | apple_platform.c | 232 prop_dictionary_set_data(prop, "mac-address", eaddr, in apple_platform_device_register()
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | jbus-i2c.c | 170 prop_dictionary_set_data(dev, "compatible", compat, in jbusi2c_setup_i2c()
|
| /netbsd-src/sys/external/bsd/drm2/drm/ |
| H A D | drmfb.c | 153 prop_dictionary_set_data(dict, "EDID", edid->data, in drmfb_attach()
|
| /netbsd-src/common/lib/libprop/ |
| H A D | prop_dictionary_util.c | 226 prop_dictionary_set_data(prop_dictionary_t dict, const char *key, in prop_dictionary_set_data() function
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | ofw_patch.c | 84 prop_dictionary_set_data(dev, "compatible", compat, in add_i2c_device()
|
| /netbsd-src/sys/dev/ofw/ |
| H A D | ofw_subr.c | 495 return prop_dictionary_set_data(dict, propname, prop, len); in of_to_dataprop()
|
| /netbsd-src/sys/arch/arm/amlogic/ |
| H A D | meson_platform.c | 190 prop_dictionary_set_data(dict, "mac-address", enaddr, in meson_platform_device_register()
|
| /netbsd-src/sys/net/ |
| H A D | if_wg.c | 5024 if (!prop_dictionary_set_data(prop_dict, "private_key", in rumpkern_wg_recv_user() 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,
|
| /netbsd-src/tests/lib/libprop/ |
| H A D | t_proplib.c | 895 ATF_REQUIRE(prop_dictionary_set_data(dict, "data", const_data1, in ATF_TC_BODY()
|
| /netbsd-src/sys/arch/arm/broadcom/ |
| H A D | bcm283x_platform.c | 1449 prop_dictionary_set_data(dict, "mac-address", enaddr, in bcm283x_platform_device_register()
|