Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp127 return ext_paniclog_claim_buffer(extPaniclogHandle); in claimBuffer()
252 (void) ext_paniclog_claim_buffer(extPaniclogHandle); in CopyMemoryDescriptor_Impl()
/xnu-10063.141.1/osfmk/kern/
H A Dext_paniclog.c242 ext_paniclog_claim_buffer(ext_paniclog_handle_t *handle) in ext_paniclog_claim_buffer() function
867 handle_1_data = (struct _handle_1_data *)ext_paniclog_claim_buffer(handle_1); in ext_paniclog_insert_struct_handles_test()
869 handle_2_data = (struct _handle_2_data *)ext_paniclog_claim_buffer(handle_2); in ext_paniclog_insert_struct_handles_test()
1003 ext_paniclog_claim_buffer(ext_paniclog_handle_t *handle __unused) in ext_paniclog_claim_buffer() function
H A Dext_paniclog.h103 void *ext_paniclog_claim_buffer(ext_paniclog_handle_t *handle);