Home
last modified time | relevance | path

Searched refs:ERRSTR_MAXSZ (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dsorttable.h91 #define ERRSTR_MAXSZ 256 macro
93 char g_err[ERRSTR_MAXSZ];
139 snprintf(g_err, ERRSTR_MAXSZ, "malloc idxs: %s", in sort_orctable()
146 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_ip_table: %s", in sort_orctable()
153 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_table: %s", in sort_orctable()
/kernel/linux/linux-6.6/scripts/
H A Dsorttable.h98 #define ERRSTR_MAXSZ 256 macro
100 char g_err[ERRSTR_MAXSZ];
146 snprintf(g_err, ERRSTR_MAXSZ, "malloc idxs: %s", in sort_orctable()
153 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_ip_table: %s", in sort_orctable()
160 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_table: %s", in sort_orctable()

Completed in 2 milliseconds