Lines Matching refs:ip_value
403 mod[i].ip_value.iv_string); in commit_props()
410 mod[i].ip_value.iv_string_list); in commit_props()
416 SCF_TYPE_INTEGER, &mod[i].ip_value.iv_int); in commit_props()
419 new_bool = (mod[i].ip_value.iv_boolean) ? 1 : 0; in commit_props()
529 (void) printf("\"%s\"\n", prop->ip_value.iv_string); in print_prop_val()
534 char **cpp = prop->ip_value.iv_string_list; in print_prop_val()
547 (void) printf("%lld\n", prop->ip_value.iv_int); in print_prop_val()
550 if (prop->ip_value.iv_boolean) in print_prop_val()
634 is_rpc = proplist[i].ip_value.iv_boolean; in list_props_cb()
818 mod[j].ip_value.iv_int = new_int; in modify_inst_props_cb()
824 } else if ((mod[j].ip_value.iv_string = strdup(value)) in modify_inst_props_cb()
830 if ((mod[j].ip_value.iv_string_list = in modify_inst_props_cb()
852 mod[j].ip_value.iv_boolean = B_TRUE; in modify_inst_props_cb()
854 mod[j].ip_value.iv_boolean = B_FALSE; in modify_inst_props_cb()
946 mod[j].ip_value.iv_int = new_int; in modify_defaults()
952 if ((mod[j].ip_value.iv_string = strdup(value)) in modify_defaults()
958 mod[j].ip_value.iv_boolean = B_TRUE; in modify_defaults()
960 mod[j].ip_value.iv_boolean = B_FALSE; in modify_defaults()