Home
last modified time | relevance | path

Searched refs:LibHalPropertySet (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h406 typedef struct LibHalPropertySet_s LibHalPropertySet; typedef
410 LibHalPropertySet *libhal_device_get_all_properties (LibHalContext *ctx,
415 void libhal_free_property_set (LibHalPropertySet *set);
418 unsigned int libhal_property_set_get_num_elems (LibHalPropertySet *set);
424 const char *libhal_ps_get_string (const LibHalPropertySet *set, const char *key);
427 dbus_int32_t libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key);
430 dbus_uint64_t libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key);
433 double libhal_ps_get_double (const LibHalPropertySet *set, const char *key);
436 dbus_bool_t libhal_ps_get_bool (const LibHalPropertySet *set, const char *key);
449 LibHalPropertySet *set; /**< Property set we are iterating over */
[all …]
H A Dlibhal.c421 LibHalPropertySet *
428 LibHalPropertySet *result; in libhal_device_get_all_properties()
468 result = malloc (sizeof (LibHalPropertySet)); in libhal_device_get_all_properties()
560 libhal_free_property_set (LibHalPropertySet * set) in libhal_free_property_set()
589 libhal_property_set_get_num_elems (LibHalPropertySet *set) in libhal_property_set_get_num_elems()
604 property_set_lookup (const LibHalPropertySet *set, const char *key) in property_set_lookup()
629 libhal_ps_get_type (const LibHalPropertySet *set, const char *key) in libhal_ps_get_type()
676 libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_int32()
699 libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_uint64()
745 libhal_ps_get_bool (const LibHalPropertySet *set, const char *key) in libhal_ps_get_bool()
[all …]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dlshal.c92 LibHalPropertySet *props; in print_props()
H A Dhal-device.c225 LibHalPropertySet *props; in dump_devices()
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c891 LibHalPropertySet *properties; in libhal_drive_from_udi()
1086 LibHalPropertySet *properties; in libhal_volume_from_udi()
1873 LibHalPropertySet *properties; in mopts_collect()