Searched refs:IOOutputQueue (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOOutputQueue.h84 /*! @class IOOutputQueue
92 output function. IOOutputQueue is an abstract class that provides an interface
98 class IOOutputQueue : public OSObject class in inherits:OSObject
100 OSDeclareAbstractStructors( IOOutputQueue )
117 @abstract Initializes an IOOutputQueue object.
124 @abstract Frees the IOOutputQueue object.
259 OSMetaClassDeclareReservedUsed( IOOutputQueue, 0);
263 OSMetaClassDeclareReservedUnused( IOOutputQueue, 1);
264 OSMetaClassDeclareReservedUnused( IOOutputQueue, 2);
265 OSMetaClassDeclareReservedUnused( IOOutputQueue,
[all...]
H A DIOOutputQueue.cpp23 * IOOutputQueue.cpp
32 #include <IOKit/network/IOOutputQueue.h>
41 // IOOutputQueue
51 OSDefineMetaClassAndAbstractStructors( IOOutputQueue, OSObject )
52 OSMetaClassDefineReservedUnused( IOOutputQueue, 1);
53 OSMetaClassDefineReservedUnused( IOOutputQueue, 2);
54 OSMetaClassDefineReservedUnused( IOOutputQueue, 3);
55 OSMetaClassDefineReservedUnused( IOOutputQueue, 4);
56 OSMetaClassDefineReservedUnused( IOOutputQueue, 5);
57 OSMetaClassDefineReservedUnused( IOOutputQueue,
[all...]
H A DIOBasicOutputQueue.h27 #include <IOKit/network/IOOutputQueue.h>
33 @abstract A concrete implementation of an IOOutputQueue.
50 class IOBasicOutputQueue : public IOOutputQueue
78 defined in IOOutputQueue.
H A DIONetworkController.h241 class IOOutputQueue;
296 an IOOutputQueue object which will provide a serialization model.
314 IOOutputQueue * _outputQueue;
464 @discussion If an IOOutputQueue was created by createOutputQueue(),
779 @abstract Gets the IOOutputQueue object created by createOutputQueue().
784 virtual IOOutputQueue * getOutputQueue() const;
1323 @abstract Creates an IOOutputQueue to handle output packet queueing,
1326 @discussion This method is called by start() to create an IOOutputQueue object to
1329 this method and return a subclass of IOOutputQueue. IONetworkController
1332 @result Returns a newly allocated and initialized IOOutputQueue objec
[all...]
H A DIONetworkController.cpp34 #include <IOKit/network/IOOutputQueue.h>
245 // - An optional IOOutputQueue object for output queueing.
347 // Try to allocate an IOOutputQueue instance. This is optional and
545 IOOutputQueue * outQueue = getOutputQueue();
938 IOOutputQueue * outQueue = getOutputQueue();
965 // Called by start() to create an optional IOOutputQueue instance to handle
968 // return a subclass of IOOutputQueue. IONetworkController will keep a
972 // Returns a newly allocated and initialized IOOutputQueue instance.
974 IOOutputQueue * IONetworkController::createOutputQueue()
982 IOOutputQueue * IONetworkControlle
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Headers/
H A DAppleUSBCDCECMData.h188 virtual IOOutputQueue *createOutputQueue(void);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h244 virtual IOOutputQueue *createOutputQueue(void);
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIP.h263 virtual IOOutputQueue *createOutputQueue();
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIP.cpp467 IOOutputQueue* IOFireWireIP::createOutputQueue()
582 * Start our IOOutputQueue object.
602 * Disable our IOOutputQueue object. This will prevent the
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1646 IOOutputQueue* AppleUSBCDCECMData::createOutputQueue()
2437 // Start our IOOutputQueue object if not already started
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp1008 // Start our IOOutputQueue object.
1038 // Disable our IOOutputQueue object. This will prevent the
1362 IOOutputQueue* AppleUSBCDCEEM::createOutputQueue()

Completed in 119 milliseconds