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

  /src/usr.bin/audiocfg/
drvctl.c 67 prop_dictionary_set_string_nocopy(command_dict, "drvctl-command",
69 prop_dictionary_set_string_nocopy(args_dict, "device-name", devnode);
  /src/usr.sbin/btdevctl/
sdp.c 321 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "bthidev"))
336 if (!prop_dictionary_set_string_nocopy(dict, BTDEVmode, mode))
373 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "btsco"))
408 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "btsco"))
btdevctl.c 163 if (!prop_dictionary_set_string_nocopy(dev, BTDEVmode, mode))
db.c 265 if (!prop_dictionary_set_string_nocopy(srv, BTDEVmode,
  /src/common/lib/libprop/
prop_dictionary_util.c 196 prop_dictionary_set_string_nocopy(prop_dictionary_t dict, function in typeref:typename:_PROP_EXPORT bool
296 "which is deprecated; use prop_dictionary_set_string_nocopy() instead.")
302 return prop_dictionary_set_string_nocopy(dict, key, cp);
  /src/common/include/prop/
prop_dictionary.h 228 bool prop_dictionary_set_string_nocopy(prop_dictionary_t,
  /src/sys/arch/zaurus/zaurus/
autoconf.c 231 (void)prop_dictionary_set_string_nocopy(device_properties(dev),
  /src/sbin/drvctl/
drvctl.c 164 prop_dictionary_set_string_nocopy(command_dict,
  /src/sys/arch/x86/x86/
x86_autoconf.c 592 (void) prop_dictionary_set_string_nocopy(props,
  /src/sys/kern/
kern_drvctl.c 147 if (!prop_dictionary_set_string_nocopy(ev, "event", event)) {
subr_autoconf.c 1647 prop_dictionary_set_string_nocopy(dev->dv_properties,
1710 prop_dictionary_set_string_nocopy(attr_dict, "attribute-name",
1721 prop_dictionary_set_string_nocopy(loc_dict,
1724 prop_dictionary_set_string_nocopy(
subr_disk.c 764 prop_dictionary_set_string_nocopy(disk_info, "type", type);
  /src/sys/dev/hdaudio/
hdaudio.c 1367 prop_dictionary_set_string_nocopy(dict,
1381 prop_dictionary_set_string_nocopy(dict,
hdafg.c 4427 prop_dictionary_set_string_nocopy(response, "name", w->w_name);
  /src/sys/arch/x86/pci/
pci_ranges.c 787 prop_dictionary_set_string_nocopy(rsvn, "type",
  /src/tests/lib/libprop/
t_proplib.c 930 ATF_REQUIRE(prop_dictionary_set_string_nocopy(dict, "string",
  /src/usr.sbin/sysinst/
disks.c 365 prop_dictionary_set_string_nocopy(command_dict, "drvctl-command",
367 prop_dictionary_set_string_nocopy(args_dict, "device-name",
  /src/sys/dev/sysmon/
sysmon_envsys.c 1392 if (!prop_dictionary_set_string_nocopy(pdict, "device-class", class)) {

Completed in 240 milliseconds