Searched refs:withTarget (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/IONetworkingFamily-101/
H A DIOGatedOutputQueue.h107 /*! @function withTarget
118 static IOGatedOutputQueue * withTarget(IONetworkController * target,
122 /*! @function withTarget
134 static IOGatedOutputQueue * withTarget(IONetworkController * target,
139 /*! @function withTarget
152 static IOGatedOutputQueue * withTarget(OSObject * target,
157 /*! @function withTarget
171 static IOGatedOutputQueue * withTarget(OSObject * target,
H A DIOBasicOutputQueue.h136 /*! @function withTarget
145 static IOBasicOutputQueue * withTarget(IONetworkController * target,
148 /*! @function withTarget
158 static IOBasicOutputQueue * withTarget(IONetworkController * target,
162 /*! @function withTarget
173 static IOBasicOutputQueue * withTarget(OSObject * target,
177 /*! @function withTarget
189 static IOBasicOutputQueue * withTarget(OSObject * target,
H A DIOOutputQueue.cpp260 IOBasicOutputQueue::withTarget(IONetworkController * target, function in class:IOBasicOutputQueue
263 return IOBasicOutputQueue::withTarget(target, capacity, 1 /* priorities */);
267 IOBasicOutputQueue::withTarget(IONetworkController * target, function in class:IOBasicOutputQueue
282 IOBasicOutputQueue::withTarget(OSObject * target, function in class:IOBasicOutputQueue
286 return IOBasicOutputQueue::withTarget(target, action, capacity, 1 /* priorities */);
290 IOBasicOutputQueue::withTarget(OSObject * target, function in class:IOBasicOutputQueue
837 IOGatedOutputQueue::withTarget(IONetworkController * target, function in class:IOGatedOutputQueue
841 return IOGatedOutputQueue::withTarget(target, workloop, capacity, 1 /* priorities */);
845 IOGatedOutputQueue::withTarget(IONetworkController * target, function in class:IOGatedOutputQueue
862 IOGatedOutputQueue::withTarget(OSObjec function in class:IOGatedOutputQueue
871 IOGatedOutputQueue::withTarget(OSObject * target, function in class:IOGatedOutputQueue
[all...]
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp469 return IOGatedOutputQueue::withTarget(this, getWorkLoop(), TRANSMIT_QUEUE_SIZE);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1696 return IOGatedOutputQueue::withTarget(this, fWorkLoop, TRANSMIT_QUEUE_SIZE);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp1366 return IOBasicOutputQueue::withTarget(this, TRANSMIT_QUEUE_SIZE);

Completed in 177 milliseconds