HomeSort by: relevance | last modified time | path
    Searched refs:prop_dictionary_create (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/sys/arch/powerpc/ibm4xx/
board_prop.c 55 board_properties = prop_dictionary_create();
  /src/tests/dev/dm/
h_dm.c 75 dict_out = prop_dictionary_create();
115 dict_out = prop_dictionary_create();
  /src/sbin/gpt/
backup.c 83 mbr_dict = prop_dictionary_create();
128 *type_dict = prop_dictionary_create();
160 *type_dict = prop_dictionary_create();
167 gpt_dict = prop_dictionary_create();
213 props = prop_dictionary_create();
223 type_dict = prop_dictionary_create();
  /src/usr.bin/audiocfg/
drvctl.c 64 command_dict = prop_dictionary_create();
65 args_dict = prop_dictionary_create();
  /src/share/examples/rump/dmtest/
dmt.c 70 dict_out = prop_dictionary_create();
  /src/tests/modules/k_helper3/
k_helper3.c 67 props = prop_dictionary_create();
  /src/usr.sbin/btdevctl/
db.c 71 db = prop_dictionary_create();
73 err(EXIT_FAILURE, "prop_dictionary_create");
117 ldev = prop_dictionary_create();
129 rdev = prop_dictionary_create();
174 db = prop_dictionary_create();
176 err(EXIT_FAILURE, "prop_dictionary_create");
  /src/usr.sbin/hdaudioctl/
hdaudioctl.c 121 request = prop_dictionary_create();
174 request = prop_dictionary_create();
223 request = prop_dictionary_create();
276 request = prop_dictionary_create();
  /src/sys/dev/ofw/
ofw_i2c_subr.c 95 dev = prop_dictionary_create();
  /src/usr.bin/btkey/
file.c 135 db = prop_dictionary_create();
142 dev = prop_dictionary_create();
  /src/usr.sbin/bthcid/
config.c 133 cfg = prop_dictionary_create();
135 syslog(LOG_ERR, "prop_dictionary_create() failed: %m");
142 dev = prop_dictionary_create();
144 syslog(LOG_ERR, "prop_dictionary_create() failed: %m");
  /src/sys/arch/evbppc/pmppc/dev/
cpc_mainbus.c 84 pbi->pbi_properties = prop_dictionary_create();
  /src/tests/modules/
t_modctl.c 278 props = prop_dictionary_create();
392 props = prop_dictionary_create();
405 props = prop_dictionary_create();
425 props = prop_dictionary_create();
462 props = prop_dictionary_create();
  /src/sys/arch/bebox/bebox/
mainbus.c 132 pbi->pbi_properties = prop_dictionary_create();
  /src/sys/arch/mvmeppc/mvmeppc/
mainbus.c 115 pbi->pbi_properties = prop_dictionary_create();
  /src/sys/arch/powerpc/booke/
board_prop.c 55 board_properties = prop_dictionary_create();
  /src/sys/arch/macppc/dev/
smuiic.c 106 dev = prop_dictionary_create();
  /src/sbin/veriexecctl/
veriexecctl.c 272 dp = prop_dictionary_create();
283 qp = prop_dictionary_create();
veriexecctl_parse.y 117 load_params = prop_dictionary_create();
  /src/sys/dev/acpi/
acpi_debug.c 140 acpi_debug_layer_d = prop_dictionary_create();
141 acpi_debug_level_d = prop_dictionary_create();
  /src/sbin/drvctl/
drvctl.c 161 command_dict = prop_dictionary_create();
162 args_dict = prop_dictionary_create();
  /src/usr.sbin/envstat/
config.c 107 sensordict = prop_dictionary_create();
129 sb->dict = prop_dictionary_create();
279 refreshdict = prop_dictionary_create();
283 d = prop_dictionary_create();
445 cfdict = prop_dictionary_create();
447 err(EXIT_FAILURE, "prop_dictionary_create cfdict");
  /src/usr.sbin/wgconfig/
wgconfig.c 449 prop_dict = prop_dictionary_create();
451 errx(EXIT_FAILURE, "prop_dictionary_create");
498 prop_dict = prop_dictionary_create();
500 errx(EXIT_FAILURE, "prop_dictionary_create");
599 prop_allowedip = prop_dictionary_create();
601 errx(EXIT_FAILURE, "prop_dictionary_create");
714 prop_dict = prop_dictionary_create();
716 errx(EXIT_FAILURE, "prop_dictionary_create");
754 prop_dict = prop_dictionary_create();
756 errx(EXIT_FAILURE, "prop_dictionary_create");
    [all...]
  /src/common/include/prop/
prop_dictionary.h 42 prop_dictionary_t prop_dictionary_create(void);
  /src/sys/arch/prep/prep/
mainbus.c 138 pbi->pbi_properties = prop_dictionary_create();

Completed in 24 milliseconds

1 2 3