Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dkern_symfile.c210 void * callback_ref, in kern_open_file_for_direct_io() argument
469 callback(callback_ref, getphysreq.offset + getphysreq.length - rev, 4096); in kern_open_file_for_direct_io()
472 callback(callback_ref, getphysreq.offset, getphysreq.length); in kern_open_file_for_direct_io()
481 callback(callback_ref, wbc_range.extents[idx].offset, wbc_range.extents[idx].length); in kern_open_file_for_direct_io()
484 callback(callback_ref, 0ULL, 0ULL); in kern_open_file_for_direct_io()
/xnu-8792.81.2/iokit/IOKit/
H A DIOPolledInterface.h241 void * callback_ref,