Home
last modified time | relevance | path

Searched refs:hal_property_get_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c225 type = hal_property_get_type (p); in hal_device_merge_with_rewrite()
291 type = hal_property_get_type (p); in hal_device_merge()
365 type = hal_property_get_type (p); in hal_device_matches()
537 return hal_property_get_type (prop); in hal_device_property_get_type()
570 switch (hal_property_get_type (prop)) { in hal_device_property_get_as_string()
696 if (hal_property_get_type (prop) != HAL_PROPERTY_TYPE_STRING) in hal_device_property_set_string()
732 if (hal_property_get_type (prop) != HAL_PROPERTY_TYPE_INT32) in hal_device_property_set_int()
766 if (hal_property_get_type (prop) != HAL_PROPERTY_TYPE_UINT64) in hal_device_property_set_uint64()
834 if (hal_property_get_type (prop) != HAL_PROPERTY_TYPE_DOUBLE) in hal_device_property_set_double()
942 type = hal_property_get_type (p); in hal_device_print()
[all …]
H A Dproperty.h63 int hal_property_get_type (HalProperty *prop);
H A Dproperty.c165 hal_property_get_type (HalProperty *prop) in hal_property_get_type() function
H A Dhald_dbus.c740 type = hal_property_get_type (p); in foreach_property_append()
1230 type = hal_property_get_type (p); in device_get_property()
1356 i = hal_property_get_type (p); in device_get_property_type()