Searched refs:HalProperty (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.h4 * property.c : HalProperty methods
32 typedef struct _HalProperty HalProperty; typedef in typeref:struct:_HalProperty
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 *pro
[all...]
H A Dproperty.c4 * property.c : HalProperty methods
55 hal_property_free (HalProperty *prop)
73 HalProperty *
76 HalProperty *prop;
80 prop = g_new0 (HalProperty, 1);
100 HalProperty *
103 HalProperty *prop;
105 prop = g_new0 (HalProperty, 1);
114 HalProperty *
117 HalProperty *pro
[all...]
H A Ddevice.c210 HalProperty *p = iter->data;
285 HalProperty *p = iter->data;
359 HalProperty *p;
363 p = (HalProperty *) iter->data;
475 HalProperty *
484 HalProperty *p = iter->data;
496 HalProperty *prop;
516 HalProperty *p = iter->data;
529 HalProperty *prop;
545 HalProperty *pro
[all...]
H A Ddevice.h82 HalProperty *property,
112 HalProperty *hal_device_property_find (HalDevice *device,
H A Dhald_runner.c236 add_property_to_msg (HalDevice *device, HalProperty *property,
H A Dhald_dbus.c724 foreach_property_append (HalDevice *device, HalProperty *p,
1195 HalProperty *p;
1322 HalProperty *p;

Completed in 70 milliseconds