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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.h67 uint32_t int_value; member in struct:topo_name_trans
/illumos-gate/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::__anon636
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)) {
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_impl.h109 int int_value; member in struct:ipmi_name_trans
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c79 uint64_t int_value; local
120 &int_value))) {
123 add_md_prop(node, sizeof (int_value), property,
124 &int_value, PICL_PTYPE_INT);
133 uint64_t int_value; local
146 if (md_get_prop_val(mdp, cachelistp[i], "level", &int_value)) {
166 "l%d-icache", (int)int_value);
170 "l%d-dcache", (int)int_value);
174 "l%d-cache", (int)int_value);
182 &int_value))) {
286 int int_value; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dmem_prop_update.c202 uint64_t int_value; local
220 if (!md_get_prop_val(mdp, banklistp, "size", &int_value)) {
221 add_md_prop(bankh, sizeof (int_value), PICL_PROP_SIZE,
222 &int_value, PICL_PTYPE_UNSIGNED_INT);
223 *size = int_value;
226 &int_value)) {
227 add_md_prop(bankh, sizeof (int_value),
229 &int_value, PICL_PTYPE_UNSIGNED_INT);
230 *mask = int_value;
233 &int_value)) {
292 uint64_t int_value; local
312 uint64_t int_value; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.c43 dbus_int32_t int_value; member in union:_HalProperty::__anon624
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;
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c907 int *int_value; local
934 int_value = malloc(propinfo.size);
935 if (int_value == NULL) {
939 status = picl_get_propval(proph, int_value, propinfo.size);
945 CLK_FREQ_TO_MHZ(*int_value));
948 free(int_value);
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.c236 dbus_int32_t int_value; member in union:LibHalProperty_s::__anon2547
365 p->v.int_value = v;
685 return p->v.int_value;
886 return iter->cur_prop->v.int_value;
1626 dbus_int32_t int_value,
1682 dbus_message_iter_append_basic (&iter, DBUS_TYPE_INT32, &int_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 72 milliseconds