Symbol: prop_dictionary_internalize
common/include/prop/prop_dictionary.h
74
prop_dictionary_t prop_dictionary_internalize(const char *);
lib/libdm/libdm_ioctl.c
172
dict = prop_dictionary_internalize(prefp.pref_plist);
share/examples/rump/dmtest/dmt.c
78
dict_out = prop_dictionary_internalize(prefp.pref_plist);
sys/kern/kern_module_vfs.c
215
*filedictp = prop_dictionary_internalize(base);
sys/kern/sys_module.c
89
dict = prop_dictionary_internalize(props);
sys/net/if_wg.c
5039
prop_dict = prop_dictionary_internalize(buf);
sys/net/if_wg.c
5078
prop_dict = prop_dictionary_internalize(buf);
sys/net/if_wg.c
5105
prop_dict = prop_dictionary_internalize(buf);
sys/net/if_wg.c
5157
prop_dict = prop_dictionary_internalize(buf);
tests/dev/dm/h_dm.c
123
dict_out = prop_dictionary_internalize(prefp.pref_plist);
tests/dev/dm/h_dm.c
83
dict_out = prop_dictionary_internalize(prefp.pref_plist);
tests/lib/libppath/t_ppath.c
1045
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1094
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1144
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1183
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1224
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1265
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1305
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1352
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1399
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1446
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
1493
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
440
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
579
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
709
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
803
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
896
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
946
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libppath/t_ppath.c
996
if ((d = prop_dictionary_internalize(personnel)) == NULL)
tests/lib/libprop/t_proplib.c
167
dict2 = prop_dictionary_internalize(ext1);
tests/lib/libprop/t_proplib.c
197
d = prop_dictionary_internalize(compare1);
tests/lib/libprop/t_proplib.c
221
prop_dictionary_t dict = prop_dictionary_internalize(
usr.sbin/bthcid/config.c
82
dict = prop_dictionary_internalize(xml);
usr.sbin/wgconfig/wgconfig.c
230
prop_dict = prop_dictionary_internalize(buf);