OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prop_dictionary_set_data
(Results
1 - 15
of
15
) sorted by relevancy
/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
95
prop_dictionary_set_data
(dev, "compatible", compat,
104
prop_dictionary_set_data
(dev, "devhandle",
506
prop_dictionary_set_data
(dev, "compatible",
544
prop_dictionary_set_data
(dev, "compatible",
/src/common/lib/libprop/
prop_dictionary_util.c
226
prop_dictionary_set_data
(prop_dictionary_t dict, const char *key,
function
/src/sys/external/bsd/drm2/drm/
drmfb.c
153
prop_dictionary_set_data
(dict, "EDID", edid->data,
/src/sys/kern/
subr_device.c
1078
return
prop_dictionary_set_data
(dev->dv_properties, prop, buf, len);
/src/sys/net/
if_wg.c
5212
if (!
prop_dictionary_set_data
(prop_dict, "private_key",
5250
if (!
prop_dictionary_set_data
(prop_peer, "public_key",
5258
if (!
prop_dictionary_set_data
(prop_peer,
5268
!
prop_dictionary_set_data
(prop_peer, "endpoint",
5310
if (!
prop_dictionary_set_data
(prop_allowedip,
5318
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,
Completed in 81 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026