Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dext_paniclog.c278 ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle, uint32_t used_len) in ext_paniclog_yield_buffer() function
902 ext_paniclog_yield_buffer(handle_1, sizeof(struct _handle_1_data)); in ext_paniclog_insert_struct_handles_test()
903 ext_paniclog_yield_buffer(handle_2, sizeof(struct _handle_2_data)); in ext_paniclog_insert_struct_handles_test()
960 ext_paniclog_yield_buffer(handle_2, sizeof(struct _handle_2_data)); in ext_paniclog_insert_dummy_handles_separate_fields_test()
1113 ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle __unused, uint32_t used_len __unused) in ext_paniclog_yield_buffer() function
H A Dext_paniclog.h119 int ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle, uint32_t used_len);
/xnu-11215.81.4/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp133 return ext_paniclog_yield_buffer(extPaniclogHandle, used_len); in yieldBuffer()