Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/arm/
H A Dmodel_dep.c180 boolean_t PanicInfoSaved = FALSE; variable
864 …if (PanicInfoSaved && (debug_buf_base >= (char*)gPanicBase) && (debug_buf_base < (char*)gPanicBase… in SavePanicInfo()
870 if (PanicInfoSaved || (debug_buf_size == 0)) { in SavePanicInfo()
874 PanicInfoSaved = TRUE; in SavePanicInfo()