Symbol: prop_dictionary_create
lib/libdevattr/devattr.c
268
dict = prop_dictionary_create();
lib/libdevattr/devattr_monitor.c
306
dict = prop_dictionary_create();
lib/libdm/dm_task.c
153
if ((dmt->dict = prop_dictionary_create()) == NULL)
lib/libdm/dm_task.c
409
if ((target_dict = prop_dictionary_create()) == NULL)
sbin/udevd/test_udevd.c
500
dict = prop_dictionary_create();
sbin/udevd/test_udevd.c
706
dict = prop_dictionary_create();
sbin/udevd/udevd.c
271
pd = prop_dictionary_create();
sbin/vquota/vquota.c
438
dict = prop_dictionary_create();
sbin/vquota/vquota.c
499
args = prop_dictionary_create();
sbin/vquota/vquota.c
500
res = prop_dictionary_create();
sbin/vquota/vquota.c
503
res = prop_dictionary_create();
sbin/vquota/vquota.c
573
res = prop_dictionary_create();
sbin/vquota/vquota.c
579
item = prop_dictionary_create();
sbin/vquota/vquota.c
588
item = prop_dictionary_create();
sbin/vquota/vquota.c
600
item = prop_dictionary_create();
sbin/vquota/vquota.c
627
args = prop_dictionary_create();
sbin/vquota/vquota.c
630
res = prop_dictionary_create();
sbin/vquota/vquota.c
653
args = prop_dictionary_create();
sbin/vquota/vquota.c
656
res = prop_dictionary_create();
sbin/vquota/vquota.c
680
args = prop_dictionary_create();
sbin/vquota/vquota.c
683
res = prop_dictionary_create();
sys/dev/disk/dm/dm_dev.c
423
dev_dict = prop_dictionary_create();
sys/dev/disk/dm/dm_ioctl.c
932
target_dict = prop_dictionary_create();
sys/dev/disk/dm/dm_target.c
240
target_dict = prop_dictionary_create();
sys/dev/misc/tbridge/tbridge.c
73
result_dict = prop_dictionary_create();
sys/kern/kern_udev.c
252
dict = prop_dictionary_create();
sys/kern/kern_udev.c
434
dict = prop_dictionary_create();
sys/kern/kern_udev.c
554
dict = prop_dictionary_create();
sys/kern/kern_udev.c
999
odict = prop_dictionary_create();
sys/kern/vfs_quota.c
182
item = prop_dictionary_create();
sys/kern/vfs_quota.c
190
item = prop_dictionary_create();
sys/kern/vfs_quota.c
205
item = prop_dictionary_create();
sys/kern/vfs_quota.c
405
dict = prop_dictionary_create();
sys/libprop/prop_dictionary.c
1259
dict = prop_dictionary_create();
sys/libprop/prop_dictionary.h
41
prop_dictionary_t prop_dictionary_create(void);
usr.bin/dfregress/testcase.c
401
result_dict = prop_dictionary_create();
usr.bin/dfregress/testcase.c
62
testcase_dict = prop_dictionary_create();
usr.bin/dfregress/testcase.c
96
dict = prop_dictionary_create();
usr.bin/evtranalyze/plotter.c
117
if (!(params = prop_dictionary_create()))