HomeSort by: relevance | last modified time | path
    Searched refs:prop_dictionary_copy (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/envstat/
config_yacc.y 123 kdict = prop_dictionary_copy(d);
config.c 133 sb->dict = prop_dictionary_copy(sensordict);
envstat.c 490 sdict = prop_dictionary_copy(obj);
  /src/usr.bin/audiocfg/
drvctl.c 90 *props = prop_dictionary_copy(result_data);
  /src/common/include/prop/
prop_dictionary.h 45 prop_dictionary_t prop_dictionary_copy(prop_dictionary_t);
  /src/tests/lib/libppath/
t_ppath.c 442 od = prop_dictionary_copy(d);
581 od = prop_dictionary_copy(d);
711 od = prop_dictionary_copy(d);
805 od = prop_dictionary_copy(d);
  /src/lib/libprop/
Makefile 211 MLINKS+= prop_dictionary.3 prop_dictionary_copy.3
  /src/common/lib/libprop/
prop_dictionary.c 734 * prop_dictionary_copy --
741 prop_dictionary_copy(prop_dictionary_t opd) function in typeref:typename:_PROP_EXPORT prop_dictionary_t
774 * Like prop_dictionary_copy(), but the resulting dictionary is
785 pd = prop_dictionary_copy(opd);
  /src/tests/lib/libprop/
t_proplib.c 137 dict_copy = prop_dictionary_copy(dict);
201 c = prop_dictionary_copy(d);
  /src/sbin/ifconfig/
parse.c 125 om->m_env = prop_dictionary_copy(im->m_env);
  /src/sys/arch/x86/pci/
pci_ranges.c 812 if ((rsrcs = prop_dictionary_copy(rsrcs0)) == NULL)

Completed in 18 milliseconds