Home
last modified time | relevance | path

Searched refs:append_str (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/platform/chrome/
H A Dcros_usbpd_logger.c52 static int append_str(char *buf, int pos, const char *fmt, ...) in append_str() function
102 len += append_str(buf, len, "override "); in cros_usbpd_print_log_entry()
105 len += append_str(buf, len, "pending_override "); in cros_usbpd_print_log_entry()
119 len += append_str(buf, len, "%s", role); in cros_usbpd_print_log_entry()
124 len += append_str(buf, len, "%s %s %s %dmV max %dmV / %dmA", in cros_usbpd_print_log_entry()
131 len += append_str(buf, len, "RW signature check failed"); in cros_usbpd_print_log_entry()
139 len += append_str(buf, len, "DP mode %s", in cros_usbpd_print_log_entry()
147 len += append_str(buf, len, "irom:%d.%d.%d fw:%d.%d.%d", in cros_usbpd_print_log_entry()
153 len += append_str(buf, len, "Event %02x (%04x) [", r->type, in cros_usbpd_print_log_entry()
157 len += append_str(buf, len, "%02x ", r->payload[i]); in cros_usbpd_print_log_entry()
[all …]
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1430 append_str(options, "pass,", OPTSTRING); in test_options()
1432 append_str(options, "redir,", OPTSTRING); in test_options()
1434 append_str(options, "drop,", OPTSTRING); in test_options()
1437 append_str(options, tstr, OPTSTRING); in test_options()
1441 append_str(options, tstr, OPTSTRING); in test_options()
1445 append_str(options, tstr, OPTSTRING); in test_options()
1449 append_str(options, tstr, OPTSTRING); in test_options()
1454 append_str(options, tstr, OPTSTRING); in test_options()
1457 append_str(options, "ingress,", OPTSTRING); in test_options()
1463 append_str(options, "ktls,", OPTSTRING); in test_options()
[all …]
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dchip.c5238 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str() function
5293 no_room = append_str(buf, &p, &len, table[i].str); in flag_string()
5303 no_room = append_str(buf, &p, &len, extra); in flag_string()