Searched defs:HalProperty (Results 1 - 1 of 1) 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...]

Completed in 58 milliseconds