Symbol: prop_dictionary_get
lib/libdevattr/devattr_device.c
153
pn = prop_dictionary_get(udev_device->dict, "devnum");
lib/libdevattr/devattr_device.c
171
pn = prop_dictionary_get(udev_device->dict, "kptr");
lib/libdevattr/devattr_device.c
189
pn = prop_dictionary_get(udev_device->dict, "major");
lib/libdevattr/devattr_device.c
207
pn = prop_dictionary_get(udev_device->dict, "minor");
lib/libdevattr/devattr_device.c
241
if ((po = prop_dictionary_get(udev_device->dict, key)) == NULL)
lib/libdevattr/devattr_monitor.c
153
pn = prop_dictionary_get(dict, "evtype");
lib/libdevattr/devattr_monitor.c
159
evdict = prop_dictionary_get(dict, "evdict");
lib/libdm/dm_task.c
1002
if ((pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA)) == NULL)
lib/libdm/dm_task.c
240
pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA);
lib/libdm/dm_task.c
406
if ((pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA)) == NULL)
lib/libdm/dm_task.c
554
if ((pa_ver = prop_dictionary_get(dmt->dict, DM_IOCTL_VERSION)) == NULL)
lib/libdm/dm_task.c
582
if ((pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA)) == NULL)
lib/libdm/dm_task.c
621
if ((pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA)) == NULL)
lib/libdm/dm_task.c
644
pa_ver = prop_dictionary_get(target_dict, DM_TARGETS_VERSION);
lib/libdm/dm_task.c
670
if ((pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA)) == NULL)
lib/libdm/dm_task.c
726
if ((pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA)) == NULL)
lib/libdm/dm_task.c
904
if ((pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA)) == NULL)
lib/libdm/dm_task.c
926
if ((pa_ver = prop_dictionary_get(target_dict, DM_TARGETS_VERSION))
lib/libdm/dm_task.c
959
if ((pa = prop_dictionary_get(dmt->dict, DM_IOCTL_CMD_DATA)) == NULL)
sbin/devattr/devattr.c
247
dev_name = prop_string_cstring(prop_dictionary_get(dict, "name"));
sbin/devattr/devattr.c
253
key_val = prop_dictionary_get(dict,
sbin/devattr/devattr.c
281
dev_name = prop_string_cstring(prop_dictionary_get(dict, "name"));
sbin/devattr/devattr.c
287
key_val = prop_dictionary_get(dict,
sbin/udevd/test_udevd.c
348
pn = prop_dictionary_get(dict, "evtype");
sbin/udevd/test_udevd.c
362
udev_dev->dict = prop_dictionary_get(dict, "evdict");
sbin/udevd/udevd.c
103
if ((pn = prop_dictionary_get(dict, "devnum")) == NULL)
sbin/udevd/udevd.c
105
if ((pn2 = prop_dictionary_get(match_dict, "devnum")) == NULL)
sbin/udevd/udevd.c
110
if ((pn = prop_dictionary_get(dict, "kptr")) == NULL)
sbin/udevd/udevd.c
112
if ((pn2 = prop_dictionary_get(match_dict, "kptr")) == NULL)
sbin/udevd/udevd.c
197
pn = prop_dictionary_get(dict, "evtype");
sbin/udevd/udevd.c
205
evdict = prop_dictionary_get(dict, "evdict");
sbin/udevd/udevd.c
239
if ((ps = prop_dictionary_get(evdict, "key")) == NULL)
sbin/udevd/udevd.c
241
if ((po = prop_dictionary_get(evdict, "value")) == NULL)
sbin/udevd/udevd.c
250
if ((ps = prop_dictionary_get(evdict, "key")) == NULL)
sbin/udevd/udevd.c
296
pa = prop_dictionary_get(rpd, "array");
sbin/udevd/udevd.c
96
if ((ps = prop_dictionary_get(dict, "name")) == NULL)
sbin/udevd/udevd.c
98
if ((ps2 = prop_dictionary_get(match_dict, "name")) == NULL)
sbin/udevd/udevd_client.c
128
po = prop_dictionary_get(dict, "command");
sbin/udevd/udevd_client.c
177
po = prop_dictionary_get(cli_dict, "filters");
sbin/udevd/udevd_monitor.c
176
po = prop_dictionary_get(dict, "filters");
sbin/udevd/udevd_monitor.c
268
ps = prop_dictionary_get(dict, "key");
sbin/udevd/udevd_monitor.c
275
pn = prop_dictionary_get(dict, "type");
sbin/udevd/udevd_monitor.c
279
ps = prop_dictionary_get(dict, "expr");
sbin/udevd/udevd_monitor.c
283
if (prop_dictionary_get(dict, "negative"))
sbin/udevd/udevd_monitor.c
354
if ((po = prop_dictionary_get(ev_dict, evf->key)) == NULL)
sbin/udevd/udevd_monitor.c
94
prop_dictionary_get(udm_ev->ev_dict, "evdict")) == 0) {
sbin/vquota/vquota.c
513
reslist = prop_dictionary_get(res, "returned data");
sys/dev/disk/dm/device-mapper.c
294
if ((command = prop_dictionary_get(dm_dict, DM_IOCTL_COMMAND)) == NULL)
sys/dev/disk/dm/dm_ioctl.c
1077
ver = prop_dictionary_get(dm_dict, DM_IOCTL_VERSION);
sys/dev/disk/dm/dm_ioctl.c
292
cmd_array = prop_dictionary_get(dm_dict, DM_IOCTL_CMD_DATA);
sys/dev/disk/dm/dm_ioctl.c
707
cmd_array = prop_dictionary_get(dm_dict, DM_IOCTL_CMD_DATA);
sys/dev/misc/tbridge/tbridge.c
71
result_dict = prop_dictionary_get(testcase, "result");
sys/dev/misc/tbridge/tbridge.c
95
r = prop_dictionary_get_int32(prop_dictionary_get(testcase, "opts"),
sys/kern/kern_udev.c
896
po = prop_dictionary_get(dict, "command");
sys/kern/vfs_quota.c
367
args = prop_dictionary_get(dict, "arguments");
sys/libprop/prop_dictionary.h
57
prop_object_t prop_dictionary_get(prop_dictionary_t, const char *);
sys/libprop/prop_dictionary_util.c
124
num = prop_dictionary_get(dict, key); \
sys/libprop/prop_dictionary_util.c
191
str = prop_dictionary_get(dict, key); \
sys/libprop/prop_dictionary_util.c
48
o = prop_dictionary_get(dict, key);
sys/libprop/prop_dictionary_util.c
63
b = prop_dictionary_get(dict, key);
sys/libprop/prop_dictionary_util.c
97
num = prop_dictionary_get(dict, key); \
sys/libprop/prop_ingest.c
133
obj = prop_dictionary_get(dict, pite->pite_key);
usr.bin/dfregress/testcase.c
159
r = prop_dictionary_get_int32(prop_dictionary_get(testcase, "opts"),
usr.bin/dfregress/testcase.c
238
a = prop_dictionary_get(testcase, "args");
usr.bin/dfregress/testcase.c
261
r = prop_dictionary_get_uint32(prop_dictionary_get(testcase, "opts"),
usr.bin/dfregress/testcase.c
283
r = prop_dictionary_get_int32(prop_dictionary_get(testcase, "opts"),
usr.bin/dfregress/testcase.c
314
prop_dictionary_get(testcase, "opts"), "runas_uid", &uid);
usr.bin/dfregress/testcase.c
328
prop_dictionary_get(testcase, "opts"), "pre_cmd", &str);
usr.bin/dfregress/testcase.c
342
prop_dictionary_get(testcase, "opts"), "pre_cmd", &str);
usr.bin/dfregress/testcase.c
356
prop_dictionary_get(testcase, "opts"), "interpreter", &str);
usr.bin/dfregress/testcase.c
386
prop_dictionary_get(testcase, "opts"), "make_cmd", &str);
usr.bin/dfregress/testcase.c
399
result_dict = prop_dictionary_get(testcase, "result");