Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c117 dbus_bool_t bool_value = TRUE; in main() local
180 bool_value = TRUE; in main()
182 bool_value = FALSE; in main()
294 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()
574 if (!libhal_device_set_property_bool(hal_ctx, nd->real_udi, p->key, p->v.bool_value, &error)) { in add_properties()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c731 static LLVMValueRef bool_value(struct function *fn, LLVMValueRef value) in bool_value() function
741 LLVMValueRef cond = bool_value(fn, in output_op_cbr()
759 src1 = bool_value(fn, pseudo_to_value(fn, NULL, insn->src1)); in output_op_sel()
/illumos-gate/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()