/netbsd-src/sbin/gpt/ |
H A D | backup.c | 83 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 D | db.c | 71 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 D | hdaudioctl.c | 121 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 D | t_modctl.c | 278 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 D | h_dm.c | 75 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 D | drvctl.c | 64 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 D | config.c | 107 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 D | wgconfig.c | 449 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 D | config.c | 133 cfg = prop_dictionary_create(); in save_key() 142 dev = prop_dictionary_create(); in save_key()
|
/netbsd-src/usr.bin/btkey/ |
H A D | file.c | 135 db = prop_dictionary_create(); in write_file() 142 dev = prop_dictionary_create(); in write_file()
|
/netbsd-src/sys/arch/powerpc/ibm4xx/ |
H A D | board_prop.c | 55 board_properties = prop_dictionary_create(); in board_info_init()
|
/netbsd-src/sbin/veriexecctl/ |
H A D | veriexecctl.c | 272 dp = prop_dictionary_create(); in main() 283 qp = prop_dictionary_create(); in main()
|
/netbsd-src/share/examples/rump/dmtest/ |
H A D | dmt.c | 70 dict_out = prop_dictionary_create(); in main()
|
/netbsd-src/sys/dev/acpi/ |
H A D | acpi_debug.c | 140 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 D | acpi_i2c.c | 139 dev = prop_dictionary_create();
|
/netbsd-src/sbin/drvctl/ |
H A D | drvctl.c | 161 command_dict = prop_dictionary_create(); in main() 162 args_dict = prop_dictionary_create(); in main()
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | ofw_patch.c | 47 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 D | k_helper3.c | 67 props = prop_dictionary_create(); in load()
|
/netbsd-src/sys/arch/evbppc/pmppc/dev/ |
H A D | cpc_mainbus.c | 84 pbi->pbi_properties = prop_dictionary_create(); in cpc_mainbus_attach()
|
/netbsd-src/sys/dev/ofw/ |
H A D | ofw_i2c_subr.c | 95 dev = prop_dictionary_create(); in of_enter_i2c_devs()
|
H A D | ofw_spi_subr.c | 84 dev = prop_dictionary_create(); in of_enter_spi_devs()
|
/netbsd-src/sys/arch/x86/pci/ |
H A D | pci_ranges.c | 749 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 D | fdt_spi.c | 92 devs = prop_dictionary_create(); in fdtbus_attach_spibus()
|
H A D | fdt_i2c.c | 109 devs = prop_dictionary_create(); in fdtbus_attach_i2cbus()
|
/netbsd-src/sys/arch/mvmeppc/mvmeppc/ |
H A D | mainbus.c | 115 pbi->pbi_properties = prop_dictionary_create(); in mainbus_attach()
|