Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dext_paniclog.h51 #define OTHER_LOG_REQUIRED_SIZE (64 * 1024) macro
H A Dext_paniclog.c343 uint32_t space_left = paniclog_buf_size - OTHER_LOG_REQUIRED_SIZE; in ext_paniclog_write_panicdata()