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

1 2

  /src/sbin/veriexecctl/
veriexecctl.h 37 prop_dictionary_set_string(d, k, v)
  /src/sys/arch/arm/nvidia/
tegra_platform.c 166 prop_dictionary_set_string(dict, "HDMI-A-1", video);
172 prop_dictionary_set_string(dict, "hdmi-device", "tegradrm0");
178 prop_dictionary_set_string(dict, "config", config);
182 prop_dictionary_set_string(dict, "debug", debug);
  /src/sys/dev/sysmon/
sysmon_envsys_util.c 135 if (!prop_dictionary_set_string(dict, key, str)) {
142 if (!prop_dictionary_set_string(dict, key, str)) {
sysmon_power.c 708 if ((str) != NULL && !prop_dictionary_set_string(dict, \
  /src/sbin/gpt/
backup.c 136 PROP_ERR(prop_dictionary_set_string(*type_dict, "guid", buf));
175 PROP_ERR(prop_dictionary_set_string(gpt_dict, "type", buf));
177 PROP_ERR(prop_dictionary_set_string(gpt_dict, "guid", buf));
187 PROP_ERR(prop_dictionary_set_string(gpt_dict, "name",
  /src/sys/dev/ofw/
ofw_i2c_subr.c 96 prop_dictionary_set_string(dev, "name", name);
  /src/sys/arch/sparc64/sparc64/
ofw_patch.c 48 prop_dictionary_set_string(pin, "name", name);
83 prop_dictionary_set_string(dev, "name", name);
235 prop_dictionary_set_string(dict, "location", name);
249 prop_dictionary_set_string(dict, "location", name);
253 prop_dictionary_set_string(dict, "location", name);
autoconf.c 1559 prop_dictionary_set_string(dict, "videomode", pos + 2);
  /src/sys/arch/macppc/dev/
smuiic.c 107 prop_dictionary_set_string(dev, "name", name);
  /src/common/lib/libprop/
prop_dictionary_util.c 188 prop_dictionary_set_string(prop_dictionary_t dict, const char *key, function
285 "which is deprecated; use prop_dictionary_set_string() instead.")
291 return prop_dictionary_set_string(dict, key, cp);
  /src/lib/libdm/
libdm_ioctl.c 210 if ((prop_dictionary_set_string(task->ldm_task, DM_IOCTL_COMMAND,
256 if ((prop_dictionary_set_string(libdm_task->ldm_task,
281 if ((prop_dictionary_set_string(libdm_task->ldm_task,
750 return prop_dictionary_set_string(libdm_table->ldm_tbl, DM_TABLE_TYPE, name);
772 return prop_dictionary_set_string(libdm_table->ldm_tbl,
  /src/sys/dev/dm/
dm_ioctl.c 358 prop_dictionary_set_string(dm_dict, DM_IOCTL_UUID, dmv->uuid);
441 prop_dictionary_set_string(dm_dict, DM_IOCTL_UUID, dmv->uuid);
641 prop_dictionary_set_string(dm_dict, DM_IOCTL_NAME, dmv->name);
642 prop_dictionary_set_string(dm_dict, DM_IOCTL_UUID, dmv->uuid);
971 prop_dictionary_set_string(target_dict, DM_TABLE_TYPE,
982 prop_dictionary_set_string(target_dict, DM_TABLE_PARAMS, "");
995 prop_dictionary_set_string(target_dict,
dm_dev.c 384 prop_dictionary_set_string(dev_dict, DM_DEV_NAME, dmv->name);
dm_target.c 288 prop_dictionary_set_string(target_dict, DM_TARGETS_NAME,
  /src/common/include/prop/
prop_dictionary.h 226 bool prop_dictionary_set_string(prop_dictionary_t, const char *,
  /src/usr.sbin/btdevctl/
btdevctl.c 185 if (!prop_dictionary_set_string(dev, BTDEVservice, service))
  /src/sbin/drvctl/
drvctl.c 166 prop_dictionary_set_string(args_dict, "device-name",
  /src/sbin/modload/
main.c 250 if (!prop_dictionary_set_string(props, name, value))
251 err(EXIT_FAILURE, "prop_dictionary_set_string");
  /src/sys/arch/sparc64/dev/
jbus-i2c.c 170 prop_dictionary_set_string(dev, "name", name);
  /src/usr.sbin/wgconfig/
wgconfig.c 726 if (!prop_dictionary_set_string(prop_dict, "name", name))
727 errx(EXIT_FAILURE, "prop_dictionary_set_string");
762 if (!prop_dictionary_set_string(prop_dict, "name", name))
763 errx(EXIT_FAILURE, "prop_dictionary_set_string");
  /src/sys/dev/usb/
usb_subr.c 1116 prop_dictionary_set_string(dict,
1120 prop_dictionary_set_string(dict,
1124 prop_dictionary_set_string(dict,
  /src/sys/kern/
subr_autoconf.c 619 prop_dictionary_set_string(ev, "location", where);
623 if (!prop_dictionary_set_string(ev, "device", device_xname(dev)) ||
624 !prop_dictionary_set_string(ev, "parent", parent)) {
1744 prop_dictionary_set_string(dev->dv_properties,
subr_device.c 1071 return prop_dictionary_set_string(dev->dv_properties, prop, str);
kern_pmf.c 397 return prop_dictionary_set_string(pmf_platform, key, value);
  /src/usr.sbin/envstat/
config.c 112 if (!prop_dictionary_set_string(sensordict, key, value))

Completed in 148 milliseconds

1 2