Searched refs:append_str (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/platform/chrome/ |
D | cros_usbpd_logger.c | 50 static int append_str(char *buf, int pos, const char *fmt, ...) in append_str() function 100 len += append_str(buf, len, "override "); in cros_usbpd_print_log_entry() 103 len += append_str(buf, len, "pending_override "); in cros_usbpd_print_log_entry() 117 len += append_str(buf, len, "%s", role); in cros_usbpd_print_log_entry() 122 len += append_str(buf, len, "%s %s %s %dmV max %dmV / %dmA", in cros_usbpd_print_log_entry() 129 len += append_str(buf, len, "RW signature check failed"); in cros_usbpd_print_log_entry() 134 len += append_str(buf, len, "Power supply fault: %s", fault); in cros_usbpd_print_log_entry() 137 len += append_str(buf, len, "DP mode %sabled", r->data == 1 ? in cros_usbpd_print_log_entry() 142 len += append_str(buf, len, "HDMI info: family:%04x chipid:%04x ", in cros_usbpd_print_log_entry() 145 len += append_str(buf, len, "irom:%d.%d.%d fw:%d.%d.%d", in cros_usbpd_print_log_entry() [all …]
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 1320 static void append_str(char *dst, const char *src, size_t dst_cap) in append_str() function 1338 append_str(options, "pass,", OPTSTRING); in test_options() 1340 append_str(options, "redir,", OPTSTRING); in test_options() 1342 append_str(options, "drop,", OPTSTRING); in test_options() 1345 append_str(options, tstr, OPTSTRING); in test_options() 1349 append_str(options, tstr, OPTSTRING); in test_options() 1353 append_str(options, tstr, OPTSTRING); in test_options() 1357 append_str(options, tstr, OPTSTRING); in test_options() 1362 append_str(options, tstr, OPTSTRING); in test_options() 1365 append_str(options, "ingress,", OPTSTRING); in test_options() [all …]
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | chip.c | 5238 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()
|