Home
last modified time | relevance | path

Searched refs:asyncReference (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/iokit/Kernel/
H A DIOUserClient.cpp4685 args.asyncReference = NULL; in is_io_connect_method_var_output()
4797 args.asyncReference = NULL; in is_io_connect_method()
4918 args.asyncReference = reference; in is_io_connect_async_method()
5287 io_user_reference_t * asyncReference, in shim_io_async_method_scalarI_scalarO() argument
5302 reference[i] = REF32(asyncReference[i]); in shim_io_async_method_scalarI_scalarO()
5475 io_user_reference_t * asyncReference, in shim_io_async_method_scalarI_structureO() argument
5488 reference[i] = REF32(asyncReference[i]); in shim_io_async_method_scalarI_structureO()
5649 io_user_reference_t * asyncReference, in shim_io_async_method_scalarI_structureI() argument
5662 reference[i] = REF32(asyncReference[i]); in shim_io_async_method_scalarI_structureI()
5796 io_user_reference_t * asyncReference, in shim_io_async_method_structureI_structureO() argument
[all …]
H A DIOUserServer.cpp5553 …bcopy(args->asyncReference, &ref->asyncRef[0], args->asyncReferenceCount * sizeof(ref->asyncRef[0]… in externalMethod()
/xnu-8020.121.3/iokit/IOKit/
H A DIOUserClient.h128 io_user_reference_t * asyncReference; member