Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dext_paniclog.h106 } ext_paniclog_header_t; typedef
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()
309 sizeof(ext_paniclog_header_t) + tmp->used_len; in ext_paniclog_get_size_required()
369 if ((dst + tmp->used_len + data_id_size + sizeof(ext_paniclog_header_t)) > end) { in ext_paniclog_write_panicdata()