Searched refs:boolean_vals (Results 1 – 1 of 1) sorted by relevance
2026 boolean_t *boolean_vals = NULL; in str_to_nwam_value() local2076 boolean_vals = calloc(n, sizeof (boolean_t)); in str_to_nwam_value()2077 if (boolean_vals == NULL) { in str_to_nwam_value()2124 boolean_vals[i] = str_to_boolean(val[i]); in str_to_nwam_value()2142 ret = nwam_value_create_boolean_array(boolean_vals, n, &data); in str_to_nwam_value()2143 free(boolean_vals); in str_to_nwam_value()