Home
last modified time | relevance | path

Searched refs:prop_dictionary_set_string_nocopy (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/usr.sbin/btdevctl/
H A Dsdp.c321 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "bthidev")) in config_hid()
336 if (!prop_dictionary_set_string_nocopy(dict, BTDEVmode, mode)) in config_hid()
373 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "btsco")) in config_hset()
408 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "btsco")) in config_hf()
H A Dbtdevctl.c163 if (!prop_dictionary_set_string_nocopy(dev, BTDEVmode, mode)) in main()
H A Ddb.c265 if (!prop_dictionary_set_string_nocopy(srv, BTDEVmode, in db_update1()
/netbsd-src/usr.bin/audiocfg/
H A Ddrvctl.c67 prop_dictionary_set_string_nocopy(command_dict, "drvctl-command", in drvctl_get_properties()
69 prop_dictionary_set_string_nocopy(args_dict, "device-name", devnode); in drvctl_get_properties()
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c196 prop_dictionary_set_string_nocopy(prop_dictionary_t dict, in prop_dictionary_set_string_nocopy() function
302 return prop_dictionary_set_string_nocopy(dict, key, cp); in prop_dictionary_set_cstring_nocopy()
/netbsd-src/sys/arch/zaurus/zaurus/
H A Dautoconf.c231 (void)prop_dictionary_set_string_nocopy(device_properties(dev), in device_register()
/netbsd-src/common/include/prop/
H A Dprop_dictionary.h228 bool prop_dictionary_set_string_nocopy(prop_dictionary_t,
/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dautoconf.c204 prop_dictionary_set_string_nocopy(pd, "name", in add_i2c_child_devices()
/netbsd-src/sbin/drvctl/
H A Ddrvctl.c164 prop_dictionary_set_string_nocopy(command_dict, in main()
/netbsd-src/sys/arch/x86/x86/
H A Dx86_autoconf.c592 (void) prop_dictionary_set_string_nocopy(props, in device_register()
/netbsd-src/sys/kern/
H A Dkern_drvctl.c147 if (!prop_dictionary_set_string_nocopy(ev, "event", event)) { in devmon_insert()
H A Dsubr_autoconf.c1647 prop_dictionary_set_string_nocopy(dev->dv_properties, in config_devalloc()
1710 prop_dictionary_set_string_nocopy(attr_dict, "attribute-name", in config_add_attrib_dict()
1721 prop_dictionary_set_string_nocopy(loc_dict, in config_add_attrib_dict()
1724 prop_dictionary_set_string_nocopy( in config_add_attrib_dict()
H A Dsubr_disk.c735 prop_dictionary_set_string_nocopy(disk_info, "type", type); in disk_set_info()
/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c1367 prop_dictionary_set_string_nocopy(dict, in hdaudioioctl_fgrp_info()
1381 prop_dictionary_set_string_nocopy(dict, in hdaudioioctl_fgrp_info()
H A Dhdafg.c4427 prop_dictionary_set_string_nocopy(response, "name", w->w_name); in hdafg_widget_info()
/netbsd-src/tests/lib/libprop/
H A Dt_proplib.c876 ATF_REQUIRE(prop_dictionary_set_string_nocopy(dict, "string", in ATF_TC_BODY()
/netbsd-src/sys/arch/x86/pci/
H A Dpci_ranges.c787 prop_dictionary_set_string_nocopy(rsvn, "type", in pci_range_record()
/netbsd-src/usr.sbin/sysinst/
H A Ddisks.c365 prop_dictionary_set_string_nocopy(command_dict, "drvctl-command", in get_descr_drvctl()
367 prop_dictionary_set_string_nocopy(args_dict, "device-name", in get_descr_drvctl()
/netbsd-src/sys/dev/sysmon/
H A Dsysmon_envsys.c1392 if (!prop_dictionary_set_string_nocopy(pdict, "device-class", class)) { in sme_add_property_dictionary()