Home
last modified time | relevance | path

Searched refs:prop_dictionary_set_data (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c453 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 Dbtdevctl.c177 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 Dveriexecctl.h43 prop_dictionary_set_data(d, k, v, n)
/netbsd-src/sys/arch/arm/xilinx/
H A Dzynq_cemac.c120 prop_dictionary_set_data(prop, "mac-address", macaddr, len);
/netbsd-src/sys/dev/acpi/
H A Dacpi_i2c.c156 prop_dictionary_set_data(dev, "compatible", clist, clist_size);
/netbsd-src/common/include/prop/
H A Dprop_dictionary.h233 bool prop_dictionary_set_data(prop_dictionary_t, const char *,
/netbsd-src/sys/arch/arm/apple/
H A Dapple_platform.c232 prop_dictionary_set_data(prop, "mac-address", eaddr, in apple_platform_device_register()
/netbsd-src/sys/arch/sparc64/dev/
H A Djbus-i2c.c170 prop_dictionary_set_data(dev, "compatible", compat, in jbusi2c_setup_i2c()
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrmfb.c153 prop_dictionary_set_data(dict, "EDID", edid->data, in drmfb_attach()
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c226 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 Dofw_patch.c84 prop_dictionary_set_data(dev, "compatible", compat, in add_i2c_device()
/netbsd-src/sys/dev/ofw/
H A Dofw_subr.c495 return prop_dictionary_set_data(dict, propname, prop, len); in of_to_dataprop()
/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_platform.c190 prop_dictionary_set_data(dict, "mac-address", enaddr, in meson_platform_device_register()
/netbsd-src/sys/net/
H A Dif_wg.c5024 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 Dt_proplib.c895 ATF_REQUIRE(prop_dictionary_set_data(dict, "data", const_data1, in ATF_TC_BODY()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm283x_platform.c1449 prop_dictionary_set_data(dict, "mac-address", enaddr, in bcm283x_platform_device_register()