Home
last modified time | relevance | path

Searched refs:libhal_device_set_property_string (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c197 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
200 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
208 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
212 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
216 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
220 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
224 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
228 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
232 libhal_device_set_property_string(ctx, tmp_udi, in add_network_printer()
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c566 libhal_device_set_property_string(ctx, udi, "info.product", in battery_update()
569 libhal_device_set_property_string(ctx, udi, "info.category", "battery", in battery_update()
596 libhal_device_set_property_string(ctx, udi, "battery.type", in battery_update()
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dmapfile-vers69 libhal_device_set_property_string;
H A Dlibhal.h292 dbus_bool_t libhal_device_set_property_string (LibHalContext *ctx,
H A Dlibhal.c1728 libhal_device_set_property_string (LibHalContext *ctx, in libhal_device_set_property_string() function
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c282 rc = libhal_device_set_property_string (hal_ctx, udi, key, str_value, &error); in main()
H A Dhal-device.c603 if (!libhal_device_set_property_string(hal_ctx, nd->real_udi, p->key, p->v.str_value, &error)) { in add_properties()
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c588 libhal_device_set_property_string (ctx, udi, "volume.partition.scheme", partition_scheme, &error); in main()