Lines Matching refs:io_user_reference_t

78 #define REF64(x)    ((io_user_reference_t)((UInt64)(x)))
133 #define ASYNC_REF64_COUNT (sizeof(io_async_ref64_t) / sizeof(io_user_reference_t))
1176 argSize = sizeof(io_user_reference_t); in handler()
1240 data->messageArgument[0] = (io_user_reference_t) messageArgument; in handler()
1331 mach_vm_address_t callback, io_user_reference_t refcon) in setAsyncReference64()
1333 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort) in setAsyncReference64()
1335 asyncRef[kIOAsyncCalloutFuncIndex] = (io_user_reference_t) callback; in setAsyncReference64()
1342 mach_vm_address_t callback, io_user_reference_t refcon, task_t task) in setAsyncReference64()
1983 io_user_reference_t refCon) in registerNotificationPort()
2231 OSBoundedArray<io_user_reference_t, kMaxAsyncArgs> args64; in sendAsyncResult()
2251 IOReturn result, io_user_reference_t args[], UInt32 numArgs, IOOptionBits options) in sendAsyncResult64WithOptions()
2258 IOReturn result, io_user_reference_t args[], UInt32 numArgs) in sendAsyncResult64()
2265 IOReturn result, io_user_reference_t args[], UInt32 numArgs, IOOptionBits options) in _sendAsyncResult64()
2278 io_user_reference_t args[kMaxAsyncArgs] __attribute__ ((packed)); in _sendAsyncResult64()
2305 - (kMaxAsyncArgs - numArgs) * sizeof(io_user_reference_t); in _sendAsyncResult64()
2307 + numArgs * sizeof(io_user_reference_t); in _sendAsyncResult64()
2314 bcopy(args, replyMsg.m.msg64.args, numArgs * sizeof(io_user_reference_t)); in _sendAsyncResult64()
4629 (io_user_reference_t) reference ); in is_io_connect_set_notification_port()
4641 io_user_reference_t reference) in is_io_connect_set_notification_port_64()
5133 reference[0] = (io_user_reference_t) wake_port; in is_io_connect_async_method()
5504 io_user_reference_t * asyncReference, in shim_io_async_method_scalarI_scalarO()
5692 io_user_reference_t * asyncReference, in shim_io_async_method_scalarI_structureO()
5866 io_user_reference_t * asyncReference, in shim_io_async_method_scalarI_structureI()
6013 io_user_reference_t * asyncReference, in shim_io_async_method_structureI_structureO()