Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_get_property.c189 type = libhal_device_get_property_type (hal_ctx, udi, key, &error); in main()
H A Dlshal.c405 type = libhal_device_get_property_type (hal_ctx, udi, key, &error); in print_property()
H A Dhal-device.c560 old_type = libhal_device_get_property_type(hal_ctx, nd->real_udi, p->key, &error); in add_properties()
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dmapfile-vers79 libhal_device_get_property_type;
H A Dlibhal.h361 LibHalPropertyType libhal_device_get_property_type (LibHalContext *ctx,
H A Dlibhal.c1144 libhal_device_get_property_type (LibHalContext *ctx, const char *udi, const char *key, DBusError *e… in libhal_device_get_property_type() function
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c601 if (libhal_device_get_property_type(ctx, udi, "battery.vendor", in battery_update()