Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_symfile.c208 void * callback_ref, in kern_open_file_for_direct_io() argument
464 callback(callback_ref, getphysreq.offset + getphysreq.length - rev, 4096); in kern_open_file_for_direct_io()
467 callback(callback_ref, getphysreq.offset, getphysreq.length); in kern_open_file_for_direct_io()
476 callback(callback_ref, wbc_range.extents[idx].offset, wbc_range.extents[idx].length); in kern_open_file_for_direct_io()
479 callback(callback_ref, 0ULL, 0ULL); in kern_open_file_for_direct_io()
/xnu-8020.121.3/iokit/IOKit/
H A DIOPolledInterface.h241 void * callback_ref,