Searched refs:HalProperty (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/hal/hald/ |
H A D | property.h | 32 typedef struct _HalProperty HalProperty; typedef 48 void hal_property_free (HalProperty *prop); 50 HalProperty *hal_property_new_string (const char *key, 52 HalProperty *hal_property_new_int (const char *key, 54 HalProperty *hal_property_new_uint64 (const char *key, 56 HalProperty *hal_property_new_bool (const char *key, 58 HalProperty *hal_property_new_double (const char *key, 60 HalProperty *hal_property_new_strlist (const char *key); 62 const char *hal_property_get_key (HalProperty *prop); 63 int hal_property_get_type (HalProperty *prop); [all …]
|
H A D | property.c | 55 hal_property_free (HalProperty *prop) in hal_property_free() 73 HalProperty * 76 HalProperty *prop; in hal_property_new_string() 80 prop = g_new0 (HalProperty, 1); in hal_property_new_string() 100 HalProperty * 103 HalProperty *prop; in hal_property_new_int() 105 prop = g_new0 (HalProperty, 1); in hal_property_new_int() 114 HalProperty * 117 HalProperty *prop; in hal_property_new_uint64() 119 prop = g_new0 (HalProperty, 1); in hal_property_new_uint64() [all …]
|
H A D | device.c | 210 HalProperty *p = iter->data; in hal_device_merge_with_rewrite() 285 HalProperty *p = iter->data; in hal_device_merge() 359 HalProperty *p; in hal_device_matches() 363 p = (HalProperty *) iter->data; in hal_device_matches() 475 HalProperty * 484 HalProperty *p = iter->data; in hal_device_property_find() 496 HalProperty *prop; in hal_device_property_to_string() 516 HalProperty *p = iter->data; in hal_device_property_foreach() 529 HalProperty *prop; in hal_device_property_get_type() 545 HalProperty *prop; in hal_device_property_get_string() [all …]
|
H A D | device.h | 82 HalProperty *property, 112 HalProperty *hal_device_property_find (HalDevice *device,
|
H A D | hald_runner.c | 236 add_property_to_msg (HalDevice *device, HalProperty *property, in add_property_to_msg()
|
H A D | hald_dbus.c | 724 foreach_property_append (HalDevice *device, HalProperty *p, in foreach_property_append() 1195 HalProperty *p; in device_get_property() 1322 HalProperty *p; in device_get_property_type()
|