Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.h32 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);
73 void hal_property_set_string (HalProperty *prop,
97 void hal_property_set_attribute (HalProperty *prop,
[all …]
H A Dproperty.c73 HalProperty *
76 HalProperty *prop; in hal_property_new_string()
100 HalProperty *
103 HalProperty *prop; in hal_property_new_int()
114 HalProperty *
117 HalProperty *prop; in hal_property_new_uint64()
128 HalProperty *
131 HalProperty *prop; in hal_property_new_bool()
142 HalProperty *
145 HalProperty *prop; in hal_property_new_double()
[all …]
H A Ddevice.c359 HalProperty *p; in hal_device_matches()
475 HalProperty *
496 HalProperty *prop; in hal_device_property_to_string()
529 HalProperty *prop; in hal_device_property_get_type()
545 HalProperty *prop; in hal_device_property_get_string()
561 HalProperty *prop; in hal_device_property_get_as_string()
625 HalProperty *prop; in hal_device_property_get_int()
641 HalProperty *prop; in hal_device_property_get_uint64()
657 HalProperty *prop; in hal_device_property_get_bool()
673 HalProperty *prop; in hal_device_property_get_double()
[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, in add_property_to_msg()
H A Dhald_dbus.c724 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()