Searched refs:LibHalPropertySet (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/lib/hal/libhal/common/ |
| H A D | libhal.h | 403 typedef struct LibHalPropertySet_s LibHalPropertySet; typedef 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 *set, const char *key); [all …]
|
| H A D | libhal.c | 386 LibHalPropertySet * 393 LibHalPropertySet *result; in libhal_device_get_all_properties() 432 result = malloc (sizeof (LibHalPropertySet)); in libhal_device_get_all_properties() 523 libhal_free_property_set (LibHalPropertySet * set) in libhal_free_property_set() 552 libhal_property_set_get_num_elems (LibHalPropertySet *set) in libhal_property_set_get_num_elems() 568 property_set_lookup (const LibHalPropertySet *set, const char *key) in property_set_lookup() 593 libhal_ps_get_type (const LibHalPropertySet *set, const char *key) in libhal_ps_get_type() 617 libhal_ps_get_string (const LibHalPropertySet *set, const char *key) in libhal_ps_get_string() 640 libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_int32() 663 libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key) in libhal_ps_get_uint64() [all …]
|
| /onnv-gate/usr/src/cmd/hal/tools/ |
| H A D | lshal.c | 92 LibHalPropertySet *props; in print_props()
|
| H A D | hal-device.c | 225 LibHalPropertySet *props; in dump_devices()
|
| /onnv-gate/usr/src/lib/hal/libhal-storage/common/ |
| H A D | libhal-storage.c | 899 LibHalPropertySet *properties; in libhal_drive_from_udi() 1094 LibHalPropertySet *properties; in libhal_volume_from_udi() 1881 LibHalPropertySet *properties; in mopts_collect()
|