Home
last modified time | relevance | path

Searched refs:rstr (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/lib/traceevent/ !
Dparse-filter.c2030 char *rstr; in exp_to_str() local
2035 rstr = arg_to_str(filter, arg->exp.right); in exp_to_str()
2036 if (!lstr || !rstr) in exp_to_str()
2075 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in exp_to_str()
2079 free(rstr); in exp_to_str()
2087 char *rstr; in num_to_str() local
2092 rstr = arg_to_str(filter, arg->num.right); in num_to_str()
2093 if (!lstr || !rstr) in num_to_str()
2120 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in num_to_str()
2131 free(rstr); in num_to_str()
/linux-5.19.10/arch/powerpc/kernel/ !
Drtas-proc.c401 char rstr[64]; in ppc_rtas_sensors_show() local
405 sprintf (rstr, SENSOR_PREFIX"%04d", p->token); in ppc_rtas_sensors_show()
406 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show()