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

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_set_property.c116 dbus_bool_t bool_value = TRUE; local
177 bool_value = TRUE;
179 bool_value = FALSE;
281 rc = libhal_device_set_property_bool (hal_ctx, udi, key, bool_value, &error);
H A Dhal-device.c64 dbus_bool_t bool_value; member in union:lh_prop_s::__anon50
513 p->v.bool_value = TRUE;
517 p->v.bool_value = FALSE;
576 if (!libhal_device_set_property_bool(hal_ctx, nd->real_udi, p->key, p->v.bool_value, &error)) {
/osnet-11/usr/src/cmd/hal/hald/
H A Dproperty.c45 dbus_bool_t bool_value; member in union:_HalProperty::__anon38
137 prop->v.bool_value = value;
205 return prop->v.bool_value;
222 return g_strdup (prop->v.bool_value ? "true" : "false");
323 prop->v.bool_value = value;
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c795 boolean_t bool_value; local
807 (void) nvpair_value_boolean_value(elem, &bool_value);
809 nvpair_name(elem), bool_value ? "true" : "false");
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c210 dbus_bool_t bool_value; member in union:LibHalProperty_s::__anon1060
718 return p->v.bool_value;
892 return iter->cur_prop->v.bool_value;
1590 dbus_bool_t bool_value,
1650 dbus_message_iter_append_basic (&iter, DBUS_TYPE_BOOLEAN, &bool_value);
1582 libhal_device_set_property_helper(LibHalContext *ctx, const char *udi, const char *key, int type, const char *str_value, dbus_int32_t int_value, dbus_uint64_t uint64_value, double double_value, dbus_bool_t bool_value, DBusError *error) argument

Completed in 37 milliseconds