Home
last modified time | relevance | path

Searched refs:bool_value (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/hal/tools/
H A Dhal_set_property.c116 dbus_bool_t bool_value = TRUE; in main() local
177 bool_value = TRUE; in main()
179 bool_value = FALSE; in main()
281 rc = libhal_device_set_property_bool (hal_ctx, udi, key, bool_value, &error); in main()
H A Dhal-device.c64 dbus_bool_t bool_value; member
513 p->v.bool_value = TRUE; in process_property()
517 p->v.bool_value = FALSE; in process_property()
576 if (!libhal_device_set_property_bool(hal_ctx, nd->real_udi, p->key, p->v.bool_value, &error)) { in add_properties()
/titanic_50/usr/src/cmd/hal/hald/
H A Dproperty.c45 dbus_bool_t bool_value; member
137 prop->v.bool_value = value; in hal_property_new_bool()
205 return prop->v.bool_value; in hal_property_get_bool()
222 return g_strdup (prop->v.bool_value ? "true" : "false"); in hal_property_to_string()
323 prop->v.bool_value = value; in hal_property_set_bool()
/titanic_50/usr/src/lib/libnvpair/
H A Dlibnvpair.c796 boolean_t bool_value; in dump_nvlist() local
813 (void) nvpair_value_boolean_value(elem, &bool_value); in dump_nvlist()
815 nvpair_name(elem), bool_value ? "true" : "false"); in dump_nvlist()
/titanic_50/usr/src/lib/hal/libhal/common/
H A Dlibhal.c241 dbus_bool_t bool_value; member
754 return p->v.bool_value; in libhal_ps_get_bool()
928 return iter->cur_prop->v.bool_value; in libhal_psi_get_bool()
1629 dbus_bool_t bool_value, in libhal_device_set_property_helper() argument
1691 dbus_message_iter_append_basic (&iter, DBUS_TYPE_BOOLEAN, &bool_value); in libhal_device_set_property_helper()