Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dext_paniclog.h42 #define MAX_EXT_PANICLOG_SIZE 32 * 1024 macro
H A Dext_paniclog.c80 if (max_len > (MAX_EXT_PANICLOG_SIZE - data_id_size - sizeof(ext_paniclog_header_t))) { in ext_paniclog_handle_alloc_with_uuid()
82 max_len, MAX_EXT_PANICLOG_SIZE); in ext_paniclog_handle_alloc_with_uuid()
350 || (paniclog_buf_size < MAX_EXT_PANICLOG_SIZE)) { in ext_paniclog_write_panicdata()
356 size_req = MIN(MIN(size_req, MAX_EXT_PANICLOG_SIZE), space_left); in ext_paniclog_write_panicdata()