Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkdebug_triage.c132 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
/xnu-8020.140.41/bsd/sys/
H A Dkdebug_triage.h95 extern const char *vm_triage_strings[VM_MAX_TRIAGE_STRINGS][KDBG_TRIAGE_MAX_STRLEN];