Searched refs:rstr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | parse-filter.c | 2027 char *rstr; in exp_to_str() local 2032 rstr = arg_to_str(filter, arg->exp.right); in exp_to_str() 2033 if (!lstr || !rstr) in exp_to_str() 2072 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in exp_to_str() 2076 free(rstr); in exp_to_str() 2084 char *rstr; in num_to_str() local 2089 rstr = arg_to_str(filter, arg->num.right); in num_to_str() 2090 if (!lstr || !rstr) in num_to_str() 2117 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in num_to_str() 2128 free(rstr); in num_to_str() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | rtas-proc.c | 406 char rstr[64]; in ppc_rtas_sensors_show() local 410 sprintf (rstr, SENSOR_PREFIX"%04d", p->token); in ppc_rtas_sensors_show() 411 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | rtas-proc.c | 401 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()
|
Completed in 5 milliseconds