Searched refs:callback_ref (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kern_symfile.c | 208 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 D | IOPolledInterface.h | 241 void * callback_ref,
|