Home
last modified time | relevance | path

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

/xnu-11417.140.69/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp139 return ext_paniclog_set_used_len(extPaniclogHandle, used_len); in setUsedLen()
262 return ext_paniclog_set_used_len(extPaniclogHandle, used_len); in SetUsedLen_Impl()
/xnu-11417.140.69/osfmk/kern/
H A Dext_paniclog.h120 int ext_paniclog_set_used_len(ext_paniclog_handle_t *handle, uint32_t used_len);
H A Dext_paniclog.c266 ext_paniclog_set_used_len(ext_paniclog_handle_t *handle, uint32_t used_len) in ext_paniclog_set_used_len() function
280 return ext_paniclog_set_used_len(handle, used_len); in ext_paniclog_yield_buffer()
1106 ext_paniclog_set_used_len(ext_paniclog_handle_t *handle __unused, uint32_t used_len __unused) in ext_paniclog_set_used_len() function