Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIOUserClient.cpp4686 args.asyncReferenceCount = 0; in is_io_connect_method_var_output()
4798 args.asyncReferenceCount = 0; in is_io_connect_method()
4919 args.asyncReferenceCount = referenceCnt; in is_io_connect_async_method()
5288 uint32_t asyncReferenceCount, in shim_io_async_method_scalarI_scalarO() argument
5301 for (i = 0; i < asyncReferenceCount; i++) { in shim_io_async_method_scalarI_scalarO()
5476 uint32_t asyncReferenceCount, in shim_io_async_method_scalarI_structureO() argument
5487 for (i = 0; i < asyncReferenceCount; i++) { in shim_io_async_method_scalarI_structureO()
5650 uint32_t asyncReferenceCount, in shim_io_async_method_scalarI_structureI() argument
5661 for (i = 0; i < asyncReferenceCount; i++) { in shim_io_async_method_scalarI_structureI()
5797 uint32_t asyncReferenceCount, 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.h129 uint32_t asyncReferenceCount; member