Searched refs:asyncReferenceCount (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOUserClient.h122 uint32_t asyncReferenceCount; member in struct:IOExternalMethodArguments
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp2879 args.asyncReferenceCount = 0;
2971 args.asyncReferenceCount = 0;
3054 args.asyncReferenceCount = referenceCnt;
3357 uint32_t asyncReferenceCount,
3369 for (i = 0; i < asyncReferenceCount; i++)
3543 uint32_t asyncReferenceCount,
3554 for (i = 0; i < asyncReferenceCount; i++)
3718 uint32_t asyncReferenceCount,
3729 for (i = 0; i < asyncReferenceCount; i++)
3867 uint32_t asyncReferenceCount,
3352 shim_io_async_method_scalarI_scalarO( IOExternalAsyncMethod * method, IOService * object, mach_port_t asyncWakePort, io_user_reference_t * asyncReference, uint32_t asyncReferenceCount, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_user_scalar_t * output, mach_msg_type_number_t * outputCount ) argument
3538 shim_io_async_method_scalarI_structureO( IOExternalAsyncMethod * method, IOService * object, mach_port_t asyncWakePort, io_user_reference_t * asyncReference, uint32_t asyncReferenceCount, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_struct_inband_t output, mach_msg_type_number_t * outputCount ) argument
3713 shim_io_async_method_scalarI_structureI( IOExternalAsyncMethod * method, IOService * object, mach_port_t asyncWakePort, io_user_reference_t * asyncReference, uint32_t asyncReferenceCount, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_struct_inband_t inputStruct, mach_msg_type_number_t inputStructCount ) argument
3862 shim_io_async_method_structureI_structureO( IOExternalAsyncMethod * method, IOService * object, mach_port_t asyncWakePort, io_user_reference_t * asyncReference, uint32_t asyncReferenceCount, io_struct_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t output, mach_msg_type_number_t * outputCount ) argument
[all...]

Completed in 43 milliseconds