Searched refs:io_user_reference_t (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/device/
H A Ddevice_types.h97 typedef uint64_t io_user_reference_t; typedef
102 typedef io_user_reference_t io_async_ref64_t[8];
105 typedef uint64_t io_user_reference_t; typedef
107 typedef io_user_reference_t io_async_ref_t[8];
109 typedef io_user_reference_t io_async_ref64_t[8];
112 typedef natural_t io_user_reference_t; typedef
114 typedef io_user_reference_t io_async_ref_t[8];
H A Ddevice.defs101 type io_user_reference_t = uint64_t;
106 type io_async_ref64_t = array[*:8] of io_user_reference_t;
109 type io_user_reference_t = uint64_t;
111 type io_async_ref_t = array[*:8] of io_user_reference_t;
113 type io_async_ref64_t = array[*:8] of io_user_reference_t;
116 type io_user_reference_t = natural_t;
118 type io_async_ref_t = array[*:8] of io_user_reference_t;
646 in reference : io_user_reference_t
/xnu-2782.1.97/iokit/IOKit/
H A DOSMessageNotification.h90 kOSAsyncRef64Size = kOSAsyncRef64Count * ((int) sizeof(io_user_reference_t))
92 typedef io_user_reference_t OSAsyncReference64[kOSAsyncRef64Count];
109 io_user_reference_t messageArgument[1];
H A DIOUserClient.h127 io_user_reference_t * asyncReference;
218 mach_port_t port, UInt32 type, io_user_reference_t refCon);
262 IOReturn result, io_user_reference_t args[], UInt32 numArgs);
272 IOReturn result, io_user_reference_t args[], UInt32 numArgs,
277 mach_vm_address_t callback, io_user_reference_t refcon);
281 mach_vm_address_t callback, io_user_reference_t refcon,
352 IOReturn result, io_user_reference_t args[], UInt32 numArgs, IOOptionBits options);
/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp67 #define REF64(x) ((io_user_reference_t)((UInt64)(x)))
813 data->messageArgument[0] = (io_user_reference_t) messageArgument;
891 mach_vm_address_t callback, io_user_reference_t refcon)
893 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort)
895 asyncRef[kIOAsyncCalloutFuncIndex] = (io_user_reference_t) callback;
901 mach_vm_address_t callback, io_user_reference_t refcon, task_t task)
1240 io_user_reference_t refCon)
1382 io_user_reference_t args64[kMaxAsyncArgs];
1398 IOReturn result, io_user_reference_t args[], UInt32 numArgs, IOOptionBits options)
1404 IOReturn result, io_user_reference_t arg
[all...]

Completed in 59 milliseconds