Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dext_paniclog.c132 ext_paniclog_handle_free(ext_paniclog_handle_t *handle) in ext_paniclog_handle_free() function
538 ext_paniclog_handle_free(handles[i]); in ext_paniclog_multiple_handles_test()
595 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
605 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
615 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
625 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
635 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
644 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
653 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
657 ext_paniclog_handle_free(handle); in ext_paniclog_write_panicdata_test()
[all …]
H A Dext_paniclog.h113 void ext_paniclog_handle_free(ext_paniclog_handle_t *handle);
/xnu-11215.81.4/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp90 ext_paniclog_handle_free(extPaniclogHandle); in free()