Searched refs:vm_triage_strings (Results 1 – 2 of 2) sorted by relevance
132 prefixlen = strlen(*vm_triage_strings[0]); in kernel_triage_convert_to_string()133 …strlcpy(buf, (const char*)(*vm_triage_strings[0]), prefixlen + 1); /* we'll overwrite NULL with re… in kernel_triage_convert_to_string()138 …msglen = MIN(KDBG_TRIAGE_MAX_STRLEN - prefixlen, strlen(*vm_triage_strings[strindx]) + 1); /* incl… in kernel_triage_convert_to_string()139 strlcpy(buf + prefixlen, (const char*)(*vm_triage_strings[strindx]), msglen); in kernel_triage_convert_to_string()303 const char *vm_triage_strings[VM_MAX_TRIAGE_STRINGS][KDBG_TRIAGE_MAX_STRLEN] = variable
95 extern const char *vm_triage_strings[VM_MAX_TRIAGE_STRINGS][KDBG_TRIAGE_MAX_STRLEN];