Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dext_paniclog.c130 ext_paniclog_handle_free(ext_paniclog_handle_t *handle) in ext_paniclog_handle_free() function
525 ext_paniclog_handle_free(handles[i]); in ext_paniclog_multiple_handles_test()
580 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
590 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
600 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
610 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
619 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
628 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
632 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
659 ext_paniclog_handle_free(handle); in ext_paniclog_handle_create_test()
[all …]
H A Dext_paniclog.h98 void ext_paniclog_handle_free(ext_paniclog_handle_t *handle);
/xnu-10063.141.1/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp90 ext_paniclog_handle_free(extPaniclogHandle); in free()