Symbol: prop_dictionary_set
lib/libdevattr/devattr.c
197
if (prop_dictionary_set(dict, key, ps) == false) {
lib/libdevattr/devattr.c
215
if (prop_dictionary_set(dict, key, pn) == false) {
lib/libdevattr/devattr.c
233
if (prop_dictionary_set(dict, key, pn) == false) {
lib/libdevattr/devattr.c
297
if (prop_dictionary_set(dict, "filters", filters) == false) {
lib/libdevattr/devattr_monitor.c
191
if (prop_dictionary_set(dict, "filters",
lib/libdm/dm_task.c
174
if (!prop_dictionary_set(dmt->dict, DM_IOCTL_VERSION, pa)) {
lib/libdm/dm_task.c
191
if (!prop_dictionary_set(dmt->dict, DM_IOCTL_CMD_DATA, pa)) {
sbin/udevd/test_udevd.c
386
if (prop_dictionary_set(dict, "filters",
sbin/udevd/test_udevd.c
630
if (prop_dictionary_set(dict, key, ps) == false) {
sbin/udevd/test_udevd.c
648
if (prop_dictionary_set(dict, key, pn) == false) {
sbin/udevd/test_udevd.c
666
if (prop_dictionary_set(dict, key, pn) == false) {
sbin/udevd/udevd.c
244
prop_dictionary_set(devdict, prop_string_cstring_nocopy(ps), po);
sbin/udevd/udevd.c
282
if (prop_dictionary_set(pd, "command", ps) == false) {
sbin/vquota/vquota.c
451
rv = prop_dictionary_set(dict, "arguments", args);
sys/dev/disk/dm/dm_ioctl.c
1094
prop_dictionary_set(dm_dict, DM_IOCTL_VERSION, ver);
sys/dev/disk/dm/dm_ioctl.c
176
prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, target_list);
sys/dev/disk/dm/dm_ioctl.c
255
prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, dev_list);
sys/dev/disk/dm/dm_ioctl.c
631
prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, cmd_array);
sys/dev/disk/dm/dm_ioctl.c
959
prop_dictionary_set(dm_dict, DM_IOCTL_CMD_DATA, cmd_array);
sys/dev/disk/dm/dm_target.c
248
prop_dictionary_set(target_dict, DM_TARGETS_VERSION, ver);
sys/dev/misc/tbridge/tbridge.c
79
r = prop_dictionary_set(testcase, "result", result_dict);
sys/kern/kern_udev.c
1004
if ((prop_dictionary_set(odict, "array", ctx.cdevs)) == 0) {
sys/kern/kern_udev.c
179
if (prop_dictionary_set(dict, key, ps) == false) {
sys/kern/kern_udev.c
199
if (prop_dictionary_set(dict, key, pn) == false) {
sys/kern/kern_udev.c
219
if (prop_dictionary_set(dict, key, pn) == false) {
sys/kern/kern_udev.c
566
if (prop_dictionary_set(dict, "evdict", ev->ev.ev_dict) == false) {
sys/kern/vfs_quota.c
406
error = prop_dictionary_set(dict, "returned data", pa_out);
sys/libprop/prop_dictionary.c
1079
return (prop_dictionary_set(pd, pdk->pdk_key, po));
sys/libprop/prop_dictionary.c
1292
prop_dictionary_set(dict, tmpkey, child) == false) {
sys/libprop/prop_dictionary.h
58
bool prop_dictionary_set(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary_util.c
153
rv = prop_dictionary_set(dict, key, num); \
sys/libprop/prop_dictionary_util.c
170
rv = prop_dictionary_set(dict, key, num); \
sys/libprop/prop_dictionary_util.c
211
rv = prop_dictionary_set(dict, key, str); \
sys/libprop/prop_dictionary_util.c
229
ret = prop_dictionary_set(dict, key, po);
sys/libprop/prop_dictionary_util.c
83
rv = prop_dictionary_set(dict, key, b);
usr.bin/dfregress/testcase.c
145
r = prop_dictionary_set(testcase_dict, "opts", dict);
usr.bin/dfregress/testcase.c
405
r = prop_dictionary_set(testcase, "result", result_dict);
usr.bin/dfregress/testcase.c
92
r = prop_dictionary_set(testcase_dict, "args", a);
usr.bin/evtranalyze/plotter.c
132
if (!prop_dictionary_set(params, "title", str)) {
usr.bin/evtranalyze/plotter.c
138
if (!prop_dictionary_set(params, "data", str)) {
usr.bin/evtranalyze/plotter.c
59
if (!prop_dictionary_set(params, "x", str)) {
usr.bin/evtranalyze/plotter.c
65
if (!prop_dictionary_set(params, "curve", str)) {
usr.bin/evtranalyze/plotter.c
81
if (!prop_dictionary_set(params, "x", str)) {
usr.bin/evtranalyze/plotter.c
87
if (!prop_dictionary_set(params, "y", str)) {