Searched refs:withTask (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDMemoryDescriptor.h46 virtual bool initWithAddress(vm_address_t address, IOByteCount withLength, IODirection withDirection, task_t withTask) argument
50 virtual bool initWithRanges(IOVirtualRange *ranges, UInt32 withCount, IODirection withDirection, task_t withTask, argument
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebufferUserClient.h60 static IOFramebufferUserClient * withTask( task_t owningTask );
92 static IOFramebufferSharedUserClient * withTask( task_t owningTask );
H A DIOFramebufferUserClient.cpp47 IOFramebufferUserClient * IOFramebufferUserClient::withTask( task_t owningTask ) function in class:IOFramebufferUserClient
230 IOFramebufferSharedUserClient * IOFramebufferSharedUserClient::withTask( function in class:IOFramebufferSharedUserClient
H A DIOI2CInterface.cpp67 newConnect = IOI2CInterfaceUserClient::withTask(owningTask);
94 IOI2CInterfaceUserClient * IOI2CInterfaceUserClient::withTask( task_t owningTask ) function in class:IOI2CInterfaceUserClient
H A DIOFramebuffer.cpp2257 newConnect = IOFramebufferUserClient::withTask(owningTask);
2269 newConnect = IOFramebufferSharedUserClient::withTask(owningTask);
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.h158 task_t withTask );
174 task_t withTask,
H A DIOFireWireSBP2ORB.h273 @param withTask The task that these adressses reside in.
282 task_t withTask,
508 @param withTask The task that these adressses reside in.
517 task_t withTask,
H A DIOFireWireSBP2ORB.cpp1099 task_t withTask,
1129 memory = IOMemoryDescriptor::withAddressRanges( address_ranges, withCount, withDirection, withTask );
1165 task_t withTask,
1174 memory = IOMemoryDescriptor::withAddressRanges( ranges, withCount, withDirection, withTask );
1096 setCommandBuffersAsRanges( IOVirtualRange * ranges, UInt32 withCount, IODirection withDirection, task_t withTask, UInt32 offset, UInt32 length ) argument
1162 setCommandBuffersAsRanges64( IOAddressRange * ranges, uint64_t withCount, IODirection withDirection, task_t withTask, uint64_t offset, uint64_t length ) argument
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp524 task_t /* withTask */ )
551 task_t withTask,
556 return IOGeneralMemoryDescriptor::initWithRanges( ranges, withCount, withDirection, withTask, asReference );
547 initWithRanges( IOVirtualRange * ranges, UInt32 withCount, IODirection withDirection, task_t withTask, bool asReference ) argument
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.cpp57 client = IrDAUserClient::withTask(owningTask);
H A DIrDAUser.h14 static IrDAUserClient *withTask(task_t owningTask); // factory create
H A DIrDAUser.cpp22 IrDAUserClient::withTask(task_t owningTask) function in class:IrDAUserClient
25 ELG(0, owningTask, 'irda', "IrDAUser: withTask");
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/i2c/
H A DIOI2CInterfacePrivate.h94 static IOI2CInterfaceUserClient * withTask( task_t owningTask );
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkUserClient.h69 /*! @function withTask
75 static IONetworkUserClient * withTask(task_t owningTask);
H A DIONetworkUserClient.cpp38 IONetworkUserClient * IONetworkUserClient::withTask(task_t owningTask) function in class:IONetworkUserClient
H A DIONetworkInterface.cpp1768 client = IONetworkUserClient::withTask(owningTask);
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryDescriptor.h350 task_t withTask) APPLE_KEXT_DEPRECATED; /* use withAddressRange() and prepare() instead */
370 task_t withTask,
469 task_t withTask) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
477 task_t withTask,
954 task_t withTask) APPLE_KEXT_DEPRECATED;
964 task_t withTask,
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DXTrace.h133 static com_apple_iokit_XTraceUserClient *withTask(task_t owningTask); // Factory Constructor
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp505 task_t withTask)
510 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true);
502 initWithAddress(IOVirtualAddress address, IOByteCount withLength, IODirection withDirection, task_t withTask) argument

Completed in 220 milliseconds