Searched defs:LibHalPropertySet (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h403 typedef struct LibHalPropertySet_s LibHalPropertySet; typedef in typeref:struct:LibHalPropertySet_s
407 LibHalPropertySet *libhal_device_get_all_properties (LibHalContext *ctx,
412 void libhal_free_property_set (LibHalPropertySet *set);
415 unsigned int libhal_property_set_get_num_elems (LibHalPropertySet *set);
418 LibHalPropertyType libhal_ps_get_type (const LibHalPropertySet *set, const char *key);
421 const char *libhal_ps_get_string (const LibHalPropertySet *set, const char *key);
424 dbus_int32_t libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key);
427 dbus_uint64_t libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key);
430 double libhal_ps_get_double (const LibHalPropertySet *set, const char *key);
433 dbus_bool_t libhal_ps_get_bool (const LibHalPropertySet *se
[all...]

Completed in 79 milliseconds