Searched refs:libhal_device_get_property_type (Results 1 - 6 of 6) 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);
192 fprintf (stderr, "error: libhal_device_get_property_type: %s: %s\n", error.name, error.message);
195 fprintf (stderr, "error: libhal_device_get_property_type: invalid params.\n");
H A Dhal-device.c560 old_type = libhal_device_get_property_type(hal_ctx, nd->real_udi, p->key, &error);
H A Dlshal.c405 type = libhal_device_get_property_type (hal_ctx, udi, key, &error);
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h358 LibHalPropertyType libhal_device_get_property_type (LibHalContext *ctx,
H A Dlibhal.c1132 * libhal_device_get_property_type:
1144 libhal_device_get_property_type (LibHalContext *ctx, const char *udi, const char *key, DBusError *error) function
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c601 if (libhal_device_get_property_type(ctx, udi, "battery.vendor",

Completed in 56 milliseconds