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

  /src/usr.bin/btkey/
file.c 57 db = prop_dictionary_internalize_from_file(key_file);
102 db = prop_dictionary_internalize_from_file(key_file);
133 db = prop_dictionary_internalize_from_file(key_file);
181 db = prop_dictionary_internalize_from_file(key_file);
  /src/tests/dev/dm/
h_dm.c 74 dict_in = prop_dictionary_internalize_from_file("dm_version_cmd.plist");
114 dict_in = prop_dictionary_internalize_from_file("dm_targets_cmd.plist");
  /src/share/examples/rump/dmtest/
dmt.c 69 dict_in = prop_dictionary_internalize_from_file("prop2.plist");
  /src/common/include/prop/
prop_dictionary.h 78 prop_dictionary_t prop_dictionary_internalize_from_file(const char *);
  /src/sbin/modload/
main.c 140 prop_dictionary_internalize_from_file(ext_file);
  /src/usr.sbin/btdevctl/
db.c 69 db = prop_dictionary_internalize_from_file(BTDEVCTL_PLIST);
  /src/sbin/gpt/
restore.c 209 props = prop_dictionary_internalize_from_file(
  /src/lib/libprop/
Makefile 223 MLINKS+= prop_dictionary.3 prop_dictionary_internalize_from_file.3
  /src/usr.sbin/installboot/
evboards.c 781 overlay = prop_dictionary_internalize_from_file(path);
909 board_db = prop_dictionary_internalize_from_file(path);
  /src/usr.sbin/ofctl/
ofctl.c 521 of_proplib = prop_dictionary_internalize_from_file(propfilein);
  /src/common/lib/libprop/
prop_dictionary.c 1490 * prop_dictionary_internalize_from_file --
1494 prop_dictionary_internalize_from_file(const char *fname) function in typeref:typename:_PROP_EXPORT prop_dictionary_t

Completed in 50 milliseconds