Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/ !
H A Dext_paniclog.c276 ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle, uint32_t used_len) in ext_paniclog_yield_buffer() function
878 ext_paniclog_yield_buffer(handle_1, sizeof(struct _handle_1_data)); in ext_paniclog_insert_struct_handles_test()
879 ext_paniclog_yield_buffer(handle_2, sizeof(struct _handle_2_data)); in ext_paniclog_insert_struct_handles_test()
1024 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.h104 int ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle, uint32_t used_len);
/xnu-10063.141.1/iokit/Kernel/ !
H A DIOExtensiblePaniclog.cpp133 return ext_paniclog_yield_buffer(extPaniclogHandle, used_len); in yieldBuffer()