Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dext_paniclog.h91 } ext_paniclog_header_t; typedef
H A Dext_paniclog.c79 if (max_len > (MAX_EXT_PANICLOG_SIZE - data_id_size - sizeof(ext_paniclog_header_t))) { in ext_paniclog_handle_alloc_with_uuid()
307 sizeof(ext_paniclog_header_t) + tmp->used_len; in ext_paniclog_get_size_required()
368 if ((dst + tmp->used_len + data_id_size + sizeof(ext_paniclog_header_t)) > end) { in ext_paniclog_write_panicdata()