Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c68 pp->cp_value.cpv_num = 1; in set_bool()
70 pp->cp_value.cpv_num = 0; in set_bool()
80 *((int *)ptr) = (int)pp->cp_value.cpv_num; in get_bool()
98 pp->cp_value.cpv_num = val; in set_i32x()
123 *((int32_t *)ptr) = (int32_t)pp->cp_value.cpv_num; in get_i32()
141 pp->cp_value.cpv_num = val; in set_ui32x()
166 *((uint32_t *)ptr) = (uint32_t)pp->cp_value.cpv_num; in get_ui32()
184 pp->cp_value.cpv_num = val; in set_i64()
191 *((int64_t *)ptr) = (int64_t)pp->cp_value.cpv_num; in get_i64()
209 pp->cp_value.cpv_num = val; in set_ui64()
[all …]
H A Dfmd.c153 fmd.d_fmd_debug = pp->cp_value.cpv_num; in fmd_debug_set()
173 pp->cp_value.cpv_ptr = (void *)func; in fmd_trmode_set()
180 *((void **)ptr) = pp->cp_value.cpv_ptr; in fmd_trmode_get()
196 pp->cp_value.cpv_ptr = (void *)ops; in fmd_clkmode_set()
203 *((void **)ptr) = pp->cp_value.cpv_ptr; in fmd_clkmode_get()
H A Dfmd_conf.h61 } cp_value; member
/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.h161 char *cp_value; member
H A Dzonecfg.c718 if (complex->cp_value != NULL) in free_complex()
719 free(complex->cp_value); in free_complex()
2297 cx->cp_value, in do_complex_rctl_val()
2308 cx->cp_value, in do_complex_rctl_val()
2319 cx->cp_value, in do_complex_rctl_val()
3496 cx->cp_value, in remove_property()
3501 cx->cp_value, in remove_property()
3506 cx->cp_value, in remove_property()
H A Dzonecfg_grammar.y108 if ((retval->cp_value = strdup(str)) == NULL) { in complex_piece_func()