Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A Dcros_usbpd_logger.c51 static int append_str(char *buf, int pos, const char *fmt, ...) in append_str() function
101 len += append_str(buf, len, "override "); in cros_usbpd_print_log_entry()
104 len += append_str(buf, len, "pending_override "); in cros_usbpd_print_log_entry()
118 len += append_str(buf, len, "%s", role); in cros_usbpd_print_log_entry()
123 len += append_str(buf, len, "%s %s %s %dmV max %dmV / %dmA", in cros_usbpd_print_log_entry()
130 len += append_str(buf, len, "RW signature check failed"); in cros_usbpd_print_log_entry()
135 len += append_str(buf, len, "Power supply fault: %s", fault); in cros_usbpd_print_log_entry()
146 len += append_str(buf, len, "irom:%d.%d.%d fw:%d.%d.%d", in cros_usbpd_print_log_entry()
152 len += append_str(buf, len, "Event %02x (%04x) [", r->type, in cros_usbpd_print_log_entry()
156 len += append_str(buf, len, "%02x ", r->payload[i]); in cros_usbpd_print_log_entry()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1336 append_str(options, "pass,", OPTSTRING); in test_options()
1338 append_str(options, "redir,", OPTSTRING); in test_options()
1340 append_str(options, "drop,", OPTSTRING); in test_options()
1343 append_str(options, tstr, OPTSTRING); in test_options()
1347 append_str(options, tstr, OPTSTRING); in test_options()
1351 append_str(options, tstr, OPTSTRING); in test_options()
1355 append_str(options, tstr, OPTSTRING); in test_options()
1360 append_str(options, tstr, OPTSTRING); in test_options()
1363 append_str(options, "ingress,", OPTSTRING); in test_options()
1369 append_str(options, "ktls,", OPTSTRING); in test_options()
[all …]
/linux/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()