Searched refs:is_string (Results 1 – 8 of 8) sorted by relevance
59 int is_string; in show_data() local66 is_string = (disp->type) == 's' || in show_data()68 if (is_string) { in show_data()
19 bool is_string; member
146 bool is_string; /* String flag */ member 195 .is_string = (bool)str, \
1472 if (parg->type->is_string) { in traceprobe_parse_probe_arg_body() 2062 if (parg->type->is_string) in trace_probe_init() 2070 if (parg->type->is_string) in trace_probe_init()
3930 if (strstr(hist_field->type, "char[") && field->is_string in check_synth_field() 3939 (!field->is_string && field->is_signed != hist_field->is_signed)) in trace_action_find_var()
50 static int is_string(unsigned char *p, int len) in is_string() function76 if (is_string(pval, len)) { in property_show()
46 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user()136 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_new()315 } else if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()
2171 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new() 2172 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()