Searched defs:bool_value (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal_set_property.c | 116 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 D | hal-device.c | 64 dbus_bool_t bool_value; member in union:lh_prop_s::__anon636 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)) {
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | property.c | 45 dbus_bool_t bool_value; member in union:_HalProperty::__anon624 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;
|
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 796 boolean_t bool_value; local 813 (void) nvpair_value_boolean_value(elem, &bool_value); 815 nvpair_name(elem), bool_value ? "true" : "false");
|
/illumos-gate/usr/src/lib/hal/libhal/common/ |
H A D | libhal.c | 241 dbus_bool_t bool_value; member in union:LibHalProperty_s::__anon2547 754 return p->v.bool_value; 928 return iter->cur_prop->v.bool_value; 1629 dbus_bool_t bool_value, 1691 dbus_message_iter_append_basic (&iter, DBUS_TYPE_BOOLEAN, &bool_value); 1621 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 82 milliseconds