Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dext_paniclog.c51 uint32_t ext_paniclog_handle_count = 0; variable
159 ext_paniclog_handle_count++; in ext_paniclog_handle_set_active()
180 ext_paniclog_handle_count--; in ext_paniclog_handle_set_inactive()
311 size_req += sizeof(ext_paniclog_handle_count) + sizeof(uint32_t); in ext_paniclog_get_size_required()
348 if (!OSCompareAndSwap8(0, 1, &ext_paniclog_panic_write_done) || (ext_paniclog_handle_count == 0) in ext_paniclog_write_panicdata()
362 memcpy(dst, &ext_paniclog_handle_count, sizeof(ext_paniclog_handle_count)); in ext_paniclog_write_panicdata()
363 dst += sizeof(ext_paniclog_handle_count); in ext_paniclog_write_panicdata()