Home
last modified time | relevance | path

Searched refs:prop_dictionary_copy (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/libprop/
HDprop_dictionary.h44 prop_dictionary_t prop_dictionary_copy(prop_dictionary_t);
HDprop_dictionary.c695 prop_dictionary_copy(prop_dictionary_t opd) in prop_dictionary_copy() function
739 pd = prop_dictionary_copy(opd); in prop_dictionary_copy_mutable()
/dragonfly/sys/kern/
HDkern_udev.c508 dict_copy = prop_dictionary_copy(dict); in udev_event_insert()
595 dict = prop_dictionary_copy(udict); in udev_event_attach()
635 dict = prop_dictionary_copy(udict); in udev_event_detach()
/dragonfly/lib/libprop/
HDMakefile127 MLINKS+= prop_dictionary.3 prop_dictionary_copy.3