Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/arm/
H A Dmodel_dep.c184 boolean_t PanicInfoSaved = FALSE; variable
876 …if (PanicInfoSaved && (debug_buf_base >= (char*)gPanicBase) && (debug_buf_base < (char*)gPanicBase… in SavePanicInfo()
882 if (PanicInfoSaved || (debug_buf_size == 0)) { in SavePanicInfo()
886 PanicInfoSaved = TRUE; in SavePanicInfo()