Home
last modified time | relevance | path

Searched refs:libhal_device_set_property_int (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c328 libhal_device_set_property_int(ctx, udi, "battery.reporting.current", in battery_dynamic_update()
332 libhal_device_set_property_int(ctx, udi, "battery.reporting.rate", in battery_dynamic_update()
336 libhal_device_set_property_int(ctx, udi, "battery.voltage.present", in battery_dynamic_update()
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c527 libhal_device_set_property_int (ctx, udi, "volume.block_size", block_size, &error); in main()
590 libhal_device_set_property_int (ctx, udi, "volume.partition.number", partition_number, &error); in main()
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dmapfile-vers70 libhal_device_set_property_int;
H A Dlibhal.h299 dbus_bool_t libhal_device_set_property_int (LibHalContext *ctx,
H A Dlibhal.c1758 libhal_device_set_property_int (LibHalContext *ctx, const char *udi, in libhal_device_set_property_int() function
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c285 rc = libhal_device_set_property_int (hal_ctx, udi, key, int_value, &error); in main()
H A Dhal-device.c581 if (!libhal_device_set_property_int(hal_ctx, nd->real_udi, p->key, p->v.int_value, &error)) { in add_properties()