Searched refs:callback_ref (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_symfile.c | 210 void * callback_ref, in kern_open_file_for_direct_io() argument 500 callback(callback_ref, getphysreq.offset + getphysreq.length - rev, 4096); in kern_open_file_for_direct_io() 503 callback(callback_ref, getphysreq.offset, getphysreq.length); in kern_open_file_for_direct_io() 512 callback(callback_ref, wbc_range.extents[idx].offset, wbc_range.extents[idx].length); in kern_open_file_for_direct_io() 515 callback(callback_ref, 0ULL, 0ULL); in kern_open_file_for_direct_io()
|
| /xnu-12377.81.4/iokit/IOKit/ |
| H A D | IOPolledInterface.h | 245 void * callback_ref,
|