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

/linux-master/drivers/platform/chrome/
H A Dcros_usbpd_logger.c50 static int append_str(char *buf, int pos, const char *fmt, ...) function
100 len += append_str(buf, len, "override ");
103 len += append_str(buf, len, "pending_override ");
117 len += append_str(buf, len, "%s", role);
122 len += append_str(buf, len, "%s %s %s %dmV max %dmV / %dmA",
129 len += append_str(buf, len, "RW signature check failed");
134 len += append_str(buf, len, "Power supply fault: %s", fault);
137 len += append_str(buf, len, "DP mode %sabled", r->data == 1 ?
142 len += append_str(buf, len, "HDMI info: family:%04x chipid:%04x ",
145 len += append_str(bu
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1320 static void append_str(char *dst, const char *src, size_t dst_cap) function
1338 append_str(options, "pass,", OPTSTRING);
1340 append_str(options, "redir,", OPTSTRING);
1342 append_str(options, "drop,", OPTSTRING);
1345 append_str(options, tstr, OPTSTRING);
1349 append_str(options, tstr, OPTSTRING);
1353 append_str(options, tstr, OPTSTRING);
1357 append_str(options, tstr, OPTSTRING);
1362 append_str(options, tstr, OPTSTRING);
1365 append_str(option
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c5238 static int append_str(char *buf, char **curp, int *lenp, const char *s) function
5293 no_room = append_str(buf, &p, &len, table[i].str);
5303 no_room = append_str(buf, &p, &len, extra);

Completed in 134 milliseconds