Home
last modified time | relevance | path

Searched refs:cluster_triage_strings (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkdebug_triage.c153 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
/xnu-8020.101.4/bsd/sys/
H A Dkdebug_triage.h108 extern const char *cluster_triage_strings[CLUSTER_MAX_TRIAGE_STRINGS][KDBG_TRIAGE_MAX_STRLEN];