Searched defs:int_value (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.h69 uint32_t int_value; member in struct:topo_name_trans
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_set_property.c113 dbus_int32_t int_value = 0; local
167 int_value = strtol (optarg, NULL, 0);
272 rc = libhal_device_set_property_int (hal_ctx, udi, key, int_value, &error);
H A Dhal-device.c61 dbus_int32_t int_value; member in union:lh_prop_s::__anon50
522 p->v.int_value = strtol(s, NULL, 10);
583 if (!libhal_device_set_property_int(hal_ctx, nd->real_udi, p->key, p->v.int_value, &error)) {
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_impl.h108 int int_value; member in struct:ipmi_name_trans
/osnet-11/usr/src/cmd/hal/hald/
H A Dproperty.c43 dbus_int32_t int_value; member in union:_HalProperty::__anon38
109 prop->v.int_value = value;
187 return prop->v.int_value;
217 return g_strdup_printf ("%d", prop->v.int_value);
301 prop->v.int_value = value;
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1109 uint32_t *int_value; local
1136 int_value = malloc(propinfo.size);
1137 if (int_value == NULL) {
1141 status = picl_get_propval(proph, int_value, propinfo.size);
1147 CLK_FREQ_TO_MHZ(*int_value));
1150 free(int_value);
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c205 dbus_int32_t int_value; member in union:LibHalProperty_s::__anon1060
330 p->v.int_value = v;
649 return p->v.int_value;
850 return iter->cur_prop->v.int_value;
1587 dbus_int32_t int_value,
1641 dbus_message_iter_append_basic (&iter, DBUS_TYPE_INT32, &int_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 424 milliseconds