Searched refs:io_user_reference_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/osfmk/device/ |
| H A D | device_types.h | 102 typedef uint64_t io_user_reference_t __kernel_ptr_semantics; 107 typedef io_user_reference_t io_async_ref64_t[8]; 110 typedef uint64_t io_user_reference_t; typedef 112 typedef io_user_reference_t io_async_ref_t[8]; 114 typedef io_user_reference_t io_async_ref64_t[8]; 117 typedef natural_t io_user_reference_t; typedef 119 typedef io_user_reference_t io_async_ref_t[8];
|
| H A D | device.defs | 102 type io_user_reference_t = uint64_t; 107 type io_async_ref64_t = array[*:8] of io_user_reference_t; 110 type io_user_reference_t = uint64_t; 112 type io_async_ref_t = array[*:8] of io_user_reference_t; 114 type io_async_ref64_t = array[*:8] of io_user_reference_t; 117 type io_user_reference_t = natural_t; 119 type io_async_ref_t = array[*:8] of io_user_reference_t; 656 in reference : io_user_reference_t
|
| /xnu-11215/iokit/IOKit/ |
| H A D | OSMessageNotification.h | 90 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 D | IOUserClient.h | 128 io_user_reference_t * asyncReference; 278 mach_port_t port, UInt32 type, io_user_reference_t refCon); 332 IOReturn result, io_user_reference_t args[], UInt32 numArgs); 342 IOReturn result, io_user_reference_t args[], UInt32 numArgs, 347 mach_vm_address_t callback, io_user_reference_t refcon); 351 mach_vm_address_t callback, io_user_reference_t refcon, 429 IOReturn result, io_user_reference_t args[], UInt32 numArgs, IOOptionBits options);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 78 #define REF64(x) ((io_user_reference_t)((UInt64)(x))) 1176 argSize = sizeof(io_user_reference_t); in handler() 1331 mach_vm_address_t callback, io_user_reference_t refcon) in setAsyncReference64() 1983 io_user_reference_t refCon) in registerNotificationPort() 2307 + 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() 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() [all …]
|
| H A D | IOUserServer.cpp | 6184 …IOUserClient::sendAsyncResult64(ref->asyncRef, status, (io_user_reference_t *) asyncData, asyncDat… in KernelCompletion_Impl()
|