Symbol: prop_dictionary_create
common/include/prop/prop_dictionary.h
42
prop_dictionary_t prop_dictionary_create(void);
common/lib/libprop/prop_dictionary.c
1299
dict = prop_dictionary_create();
lib/libdm/libdm_ioctl.c
205
if ((task->ldm_task = prop_dictionary_create()) == NULL) {
lib/libdm/libdm_ioctl.c
680
table->ldm_tbl = prop_dictionary_create();
sbin/drvctl/drvctl.c
161
command_dict = prop_dictionary_create();
sbin/drvctl/drvctl.c
162
args_dict = prop_dictionary_create();
sbin/gpt/backup.c
131
*type_dict = prop_dictionary_create();
sbin/gpt/backup.c
163
*type_dict = prop_dictionary_create();
sbin/gpt/backup.c
170
gpt_dict = prop_dictionary_create();
sbin/gpt/backup.c
216
props = prop_dictionary_create();
sbin/gpt/backup.c
226
type_dict = prop_dictionary_create();
sbin/gpt/backup.c
86
mbr_dict = prop_dictionary_create();
sbin/ifconfig/ifconfig.c
1541
if ((env = prop_dictionary_create()) == NULL)
sbin/ifconfig/ifconfig.c
776
if ((oenv = prop_dictionary_create()) == NULL)
sbin/ifconfig/ifconfig.c
860
env = prop_dictionary_create();
sbin/ifconfig/ifconfig.c
864
oenv = prop_dictionary_create();
sbin/ifconfig/parse.c
123
om->m_env = prop_dictionary_create();
sbin/modload/main.c
81
props = prop_dictionary_create();
sbin/veriexecctl/veriexecctl.c
272
dp = prop_dictionary_create();
sbin/veriexecctl/veriexecctl.c
283
qp = prop_dictionary_create();
sbin/veriexecctl/veriexecctl_parse.y
117
load_params = prop_dictionary_create();
share/examples/rump/dmtest/dmt.c
70
dict_out = prop_dictionary_create();
sys/arch/bebox/bebox/mainbus.c
132
pbi->pbi_properties = prop_dictionary_create();
sys/arch/evbmips/adm5120/machdep.c
419
if ((admc->properties = prop_dictionary_create()) == NULL)
sys/arch/evbppc/mpc85xx/machdep.c
1389
prop_dictionary_t pci_intmap = prop_dictionary_create();
sys/arch/evbppc/mpc85xx/machdep.c
1399
prop_dictionary_t entry = prop_dictionary_create();
sys/arch/evbppc/mpc85xx/machdep.c
1412
entry = prop_dictionary_create();
sys/arch/evbppc/pmppc/dev/cpc_mainbus.c
84
pbi->pbi_properties = prop_dictionary_create();
sys/arch/macppc/dev/smuiic.c
106
dev = prop_dictionary_create();
sys/arch/mvmeppc/mvmeppc/mainbus.c
115
pbi->pbi_properties = prop_dictionary_create();
sys/arch/ofppc/pci/gt_mainbus.c
280
pbi->pbi_properties = prop_dictionary_create();
sys/arch/ofppc/pci/ofwpci.c
209
pbi->pbi_properties = prop_dictionary_create();
sys/arch/powerpc/booke/board_prop.c
55
board_properties = prop_dictionary_create();
sys/arch/powerpc/ibm4xx/board_prop.c
55
board_properties = prop_dictionary_create();
sys/arch/powerpc/mpc5200/mpc5200_pci.c
165
dict = prop_dictionary_create();
sys/arch/powerpc/mpc5200/mpc5200_pci.c
418
pbi->pbi_properties = prop_dictionary_create();
sys/arch/powerpc/pci/pci_machdep_ofw.c
538
pbi->pbi_properties = prop_dictionary_create();
sys/arch/prep/pci/pci_machdep.c
328
pbi->pbi_properties = prop_dictionary_create();
sys/arch/prep/prep/mainbus.c
138
pbi->pbi_properties = prop_dictionary_create();
sys/arch/sparc64/dev/jbus-i2c.c
169
dev = prop_dictionary_create();
sys/arch/sparc64/sparc64/ofw_patch.c
47
prop_dictionary_t pin = prop_dictionary_create();
sys/arch/sparc64/sparc64/ofw_patch.c
82
dev = prop_dictionary_create();
sys/arch/x86/pci/pci_ranges.c
749
if ((rsvn = prop_dictionary_create()) == NULL)
sys/arch/x86/pci/pci_ranges.c
769
ok = (reg = prop_dictionary_create()) != NULL;
sys/arch/x86/pci/pci_ranges.c
897
if ((memdict = prop_dictionary_create()) == NULL) {
sys/arch/x86/pci/pci_ranges.c
917
} else if ((iodict = prop_dictionary_create()) == NULL) {
sys/arch/x86/pci/pci_ranges.c
937
} else if ((pci_rsrc_dict = prop_dictionary_create()) == NULL) {
sys/dev/acpi/acpi_debug.c
140
acpi_debug_layer_d = prop_dictionary_create();
sys/dev/acpi/acpi_debug.c
141
acpi_debug_level_d = prop_dictionary_create();
sys/dev/dm/dm_dev.c
382
dev_dict = prop_dictionary_create();
sys/dev/dm/dm_ioctl.c
961
target_dict = prop_dictionary_create();
sys/dev/dm/dm_target.c
286
target_dict = prop_dictionary_create();
sys/dev/hdaudio/hdaudio.c
1364
dict = prop_dictionary_create();
sys/dev/hdaudio/hdaudio.c
1426
dict = prop_dictionary_create();
sys/dev/hdaudio/hdaudio.c
1563
response = prop_dictionary_create();
sys/dev/hdaudio/hdaudio.c
679
prop_dictionary_t args = prop_dictionary_create();
sys/dev/ofw/ofw_i2c_subr.c
95
dev = prop_dictionary_create();
sys/dev/sysmon/sysmon_envsys.c
121
sme_propd = prop_dictionary_create();
sys/dev/sysmon/sysmon_envsys.c
1353
pdict = prop_dictionary_create();
sys/dev/sysmon/sysmon_envsys.c
750
dict = prop_dictionary_create();
sys/dev/sysmon/sysmon_envsys.c
782
dict2 = prop_dictionary_create();
sys/dev/sysmon/sysmon_power.c
1008
ped->dict = prop_dictionary_create();
sys/dev/sysmon/sysmon_power.c
850
ped->dict = prop_dictionary_create();
sys/dev/veriexec.c
214
rdict = prop_dictionary_create();
sys/kern/kern_drvctl.c
554
results_dict = prop_dictionary_create();
sys/kern/kern_pmf.c
393
pmf_platform = prop_dictionary_create();
sys/kern/kern_veriexec.c
1366
entry = prop_dictionary_create();
sys/kern/subr_autoconf.c
1736
dev->dv_properties = prop_dictionary_create();
sys/kern/subr_autoconf.c
1800
if ((attr_dict = prop_dictionary_create()) == NULL)
sys/kern/subr_autoconf.c
1810
loc_dict = prop_dictionary_create();
sys/kern/subr_autoconf.c
612
ev = prop_dictionary_create();
sys/kern/subr_disk.c
738
disk_info = prop_dictionary_create();
sys/kern/subr_disk.c
739
geom = prop_dictionary_create();
sys/net/if_wg.c
5195
prop_dict = prop_dictionary_create();
sys/net/if_wg.c
5228
prop_peer = prop_dictionary_create();
sys/net/if_wg.c
5284
prop_allowedip = prop_dictionary_create();
tests/dev/dm/h_dm.c
115
dict_out = prop_dictionary_create();
tests/dev/dm/h_dm.c
75
dict_out = prop_dictionary_create();
tests/lib/libprop/t_proplib.c
109
dict = prop_dictionary_create();
tests/lib/libprop/t_proplib.c
842
dict = prop_dictionary_create();
tests/modules/k_helper3/k_helper3.c
67
props = prop_dictionary_create();
tests/modules/t_modctl.c
278
props = prop_dictionary_create();
tests/modules/t_modctl.c
392
props = prop_dictionary_create();
tests/modules/t_modctl.c
405
props = prop_dictionary_create();
tests/modules/t_modctl.c
425
props = prop_dictionary_create();
tests/modules/t_modctl.c
462
props = prop_dictionary_create();
usr.bin/audiocfg/drvctl.c
64
command_dict = prop_dictionary_create();
usr.bin/audiocfg/drvctl.c
65
args_dict = prop_dictionary_create();
usr.bin/btkey/file.c
135
db = prop_dictionary_create();
usr.bin/btkey/file.c
142
dev = prop_dictionary_create();
usr.sbin/btdevctl/db.c
117
ldev = prop_dictionary_create();
usr.sbin/btdevctl/db.c
129
rdev = prop_dictionary_create();
usr.sbin/btdevctl/db.c
174
db = prop_dictionary_create();
usr.sbin/btdevctl/db.c
71
db = prop_dictionary_create();
usr.sbin/btdevctl/sdp.c
185
dict = prop_dictionary_create();
usr.sbin/bthcid/config.c
133
cfg = prop_dictionary_create();
usr.sbin/bthcid/config.c
142
dev = prop_dictionary_create();
usr.sbin/envstat/config.c
107
sensordict = prop_dictionary_create();
usr.sbin/envstat/config.c
129
sb->dict = prop_dictionary_create();
usr.sbin/envstat/config.c
279
refreshdict = prop_dictionary_create();
usr.sbin/envstat/config.c
283
d = prop_dictionary_create();
usr.sbin/envstat/config.c
445
cfdict = prop_dictionary_create();
usr.sbin/envstat/envstat.c
243
ndict = prop_dictionary_create();
usr.sbin/envstat/envstat.c
311
dict = prop_dictionary_create();
usr.sbin/hdaudioctl/graph.c
69
request = prop_dictionary_create();
usr.sbin/hdaudioctl/hdaudioctl.c
121
request = prop_dictionary_create();
usr.sbin/hdaudioctl/hdaudioctl.c
174
request = prop_dictionary_create();
usr.sbin/hdaudioctl/hdaudioctl.c
223
request = prop_dictionary_create();
usr.sbin/hdaudioctl/hdaudioctl.c
276
request = prop_dictionary_create();
usr.sbin/installboot/evboards.c
906
board_db = prop_dictionary_create();
usr.sbin/ofctl/ofctl.c
252
dict = prop_dictionary_create();
usr.sbin/ofctl/ofctl.c
256
propdict = prop_dictionary_create();
usr.sbin/sysinst/disks.c
363
command_dict = prop_dictionary_create();
usr.sbin/sysinst/disks.c
364
args_dict = prop_dictionary_create();
usr.sbin/sysinst/util.c
2706
command_dict = prop_dictionary_create();
usr.sbin/sysinst/util.c
2707
args_dict = prop_dictionary_create();
usr.sbin/wgconfig/wgconfig.c
449
prop_dict = prop_dictionary_create();
usr.sbin/wgconfig/wgconfig.c
498
prop_dict = prop_dictionary_create();
usr.sbin/wgconfig/wgconfig.c
599
prop_allowedip = prop_dictionary_create();
usr.sbin/wgconfig/wgconfig.c
714
prop_dict = prop_dictionary_create();
usr.sbin/wgconfig/wgconfig.c
754
prop_dict = prop_dictionary_create();