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

/macosx-10.10/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.10/IOGraphics-485/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.cpp2277 newConnect = IOFramebufferUserClient::withTask(owningTask);
2289 newConnect = IOFramebufferSharedUserClient::withTask(owningTask);
/macosx-10.10/IOFireWireSBP2-425/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.10/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.10/IOGraphics-485/IOGraphicsFamily/IOKit/i2c/
H A DIOI2CInterfacePrivate.h94 static IOI2CInterfaceUserClient * withTask( task_t owningTask );
/macosx-10.10/IONetworkingFamily-101/
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.10/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h375 task_t withTask) APPLE_KEXT_DEPRECATED; /* use withAddressRange() and prepare() instead */
395 task_t withTask,
494 task_t withTask) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
502 task_t withTask,
1008 task_t withTask) APPLE_KEXT_DEPRECATED;
1018 task_t withTask,
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Common/
H A DXTrace.h133 static com_apple_iokit_XTraceUserClient *withTask(task_t owningTask); // Factory Constructor
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1251 task_t withTask)
1256 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true);
1248 initWithAddress(IOVirtualAddress address, IOByteCount withLength, IODirection withDirection, task_t withTask) argument

Completed in 183 milliseconds