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

/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h46 The IODMACommand can be used in a 'weak-linked' manner. To do this you must avoid using any static member functions. Use the, much slower but safe, weakWithSpecification function. On success a dma command instance will be returned. This instance can then be used to clone as many commands as is needed. Remember deriving from this class can not be done weakly, that is no weak subclassing!
202 /*! @function weakWithSpecification
220 static inline IOReturn weakWithSpecification
522 weakWithSpecification(IODMACommand **newCommand, function in class:IODMACommand

Completed in 73 milliseconds