Home
last modified time | relevance | path

Searched refs:callback_ref (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/bsd/kern/
H A Dkern_symfile.c210 void * callback_ref, in kern_open_file_for_direct_io() argument
475 callback(callback_ref, getphysreq.offset + getphysreq.length - rev, 4096); in kern_open_file_for_direct_io()
478 callback(callback_ref, getphysreq.offset, getphysreq.length); in kern_open_file_for_direct_io()
487 callback(callback_ref, wbc_range.extents[idx].offset, wbc_range.extents[idx].length); in kern_open_file_for_direct_io()
490 callback(callback_ref, 0ULL, 0ULL); in kern_open_file_for_direct_io()
/xnu-10063.141.1/iokit/IOKit/
H A DIOPolledInterface.h241 void * callback_ref,