Searched refs:cluster_triage_strings (Results 1 – 2 of 2) sorted by relevance
153 prefixlen = strlen(*cluster_triage_strings[0]); in kernel_triage_convert_to_string()154 …strlcpy(buf, (const char*)(*cluster_triage_strings[0]), prefixlen + 1); /* we'll overwrite NULL wi… in kernel_triage_convert_to_string()159 …msglen = MIN(KDBG_TRIAGE_MAX_STRLEN - prefixlen, strlen(*cluster_triage_strings[strindx]) + 1); /*… in kernel_triage_convert_to_string()160 strlcpy(buf + prefixlen, (const char*)(*cluster_triage_strings[strindx]), msglen); in kernel_triage_convert_to_string()341 const char *cluster_triage_strings[CLUSTER_MAX_TRIAGE_STRINGS][KDBG_TRIAGE_MAX_STRLEN] = variable
108 extern const char *cluster_triage_strings[CLUSTER_MAX_TRIAGE_STRINGS][KDBG_TRIAGE_MAX_STRLEN];