Home
last modified time | relevance | path

Searched refs:prop_dictionary_create (Results 1 – 25 of 70) sorted by relevance

123

/netbsd-src/sbin/gpt/
H A Dbackup.c83 mbr_dict = prop_dictionary_create(); in store_mbr()
127 *type_dict = prop_dictionary_create(); in store_gpt()
159 *type_dict = prop_dictionary_create(); in store_tbl()
166 gpt_dict = prop_dictionary_create(); in store_tbl()
212 props = prop_dictionary_create(); in backup()
222 type_dict = prop_dictionary_create(); in backup()
/netbsd-src/usr.sbin/btdevctl/
H A Ddb.c71 db = prop_dictionary_create(); in db_get()
117 ldev = prop_dictionary_create(); in db_set()
129 rdev = prop_dictionary_create(); in db_set()
174 db = prop_dictionary_create(); in db_update0()
/netbsd-src/usr.sbin/hdaudioctl/
H A Dhdaudioctl.c121 request = prop_dictionary_create(); in hdaudioctl_list()
174 request = prop_dictionary_create(); in hdaudioctl_get()
223 request = prop_dictionary_create(); in hdaudioctl_set()
276 request = prop_dictionary_create(); in hdaudioctl_show()
/netbsd-src/tests/modules/
H A Dt_modctl.c278 props = prop_dictionary_create(); in load()
392 props = prop_dictionary_create(); in ATF_TC_BODY()
405 props = prop_dictionary_create(); in ATF_TC_BODY()
425 props = prop_dictionary_create(); in ATF_TC_BODY()
462 props = prop_dictionary_create(); in ATF_TC_BODY()
/netbsd-src/tests/dev/dm/
H A Dh_dm.c75 dict_out = prop_dictionary_create(); in dm_test_versions()
115 dict_out = prop_dictionary_create(); in dm_test_targets()
/netbsd-src/usr.bin/audiocfg/
H A Ddrvctl.c64 command_dict = prop_dictionary_create(); in drvctl_get_properties()
65 args_dict = prop_dictionary_create(); in drvctl_get_properties()
/netbsd-src/usr.sbin/envstat/
H A Dconfig.c107 sensordict = prop_dictionary_create(); in config_dict_add_prop()
129 sb->dict = prop_dictionary_create(); in config_dict_mark()
279 refreshdict = prop_dictionary_create(); in config_dict_adddev_prop()
283 d = prop_dictionary_create(); in config_dict_adddev_prop()
445 cfdict = prop_dictionary_create(); in config_devblock_add()
447 err(EXIT_FAILURE, "prop_dictionary_create cfdict"); in config_devblock_add()
/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c449 prop_dict = prop_dictionary_create(); in cmd_set_private_key()
498 prop_dict = prop_dictionary_create(); in cmd_set_listen_port()
598 prop_allowedip = prop_dictionary_create(); in handle_option_allowed_ips()
713 prop_dict = prop_dictionary_create(); in cmd_add_peer()
753 prop_dict = prop_dictionary_create(); in cmd_delete_peer()
/netbsd-src/usr.sbin/bthcid/
H A Dconfig.c133 cfg = prop_dictionary_create(); in save_key()
142 dev = prop_dictionary_create(); in save_key()
/netbsd-src/usr.bin/btkey/
H A Dfile.c135 db = prop_dictionary_create(); in write_file()
142 dev = prop_dictionary_create(); in write_file()
/netbsd-src/sys/arch/powerpc/ibm4xx/
H A Dboard_prop.c55 board_properties = prop_dictionary_create(); in board_info_init()
/netbsd-src/sbin/veriexecctl/
H A Dveriexecctl.c272 dp = prop_dictionary_create(); in main()
283 qp = prop_dictionary_create(); in main()
/netbsd-src/share/examples/rump/dmtest/
H A Ddmt.c70 dict_out = prop_dictionary_create(); in main()
/netbsd-src/sys/dev/acpi/
H A Dacpi_debug.c140 acpi_debug_layer_d = prop_dictionary_create(); in acpi_debug_create()
141 acpi_debug_level_d = prop_dictionary_create(); in acpi_debug_create()
H A Dacpi_i2c.c139 dev = prop_dictionary_create();
/netbsd-src/sbin/drvctl/
H A Ddrvctl.c161 command_dict = prop_dictionary_create(); in main()
162 args_dict = prop_dictionary_create(); in main()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dofw_patch.c47 prop_dictionary_t pin = prop_dictionary_create(); in add_gpio_pin()
81 dev = prop_dictionary_create(); in add_i2c_device()
/netbsd-src/tests/modules/k_helper3/
H A Dk_helper3.c67 props = prop_dictionary_create(); in load()
/netbsd-src/sys/arch/evbppc/pmppc/dev/
H A Dcpc_mainbus.c84 pbi->pbi_properties = prop_dictionary_create(); in cpc_mainbus_attach()
/netbsd-src/sys/dev/ofw/
H A Dofw_i2c_subr.c95 dev = prop_dictionary_create(); in of_enter_i2c_devs()
H A Dofw_spi_subr.c84 dev = prop_dictionary_create(); in of_enter_spi_devs()
/netbsd-src/sys/arch/x86/pci/
H A Dpci_ranges.c749 if ((rsvn = prop_dictionary_create()) == NULL) in pci_range_record()
769 ok = (reg = prop_dictionary_create()) != NULL; in pci_range_record()
897 if ((memdict = prop_dictionary_create()) == NULL) { in pci_ranges_infer()
917 } else if ((iodict = prop_dictionary_create()) == NULL) { in pci_ranges_infer()
937 } else if ((pci_rsrc_dict = prop_dictionary_create()) == NULL) { in pci_ranges_infer()
/netbsd-src/sys/dev/fdt/
H A Dfdt_spi.c92 devs = prop_dictionary_create(); in fdtbus_attach_spibus()
H A Dfdt_i2c.c109 devs = prop_dictionary_create(); in fdtbus_attach_i2cbus()
/netbsd-src/sys/arch/mvmeppc/mvmeppc/
H A Dmainbus.c115 pbi->pbi_properties = prop_dictionary_create(); in mainbus_attach()

123