Searched refs:CleanupFunctionWithExporter (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserObjectExporter.cpp213 fCleanupFunctions = new CleanupFunctionWithExporter[ fCapacity ] ;
236 CleanupFunctionWithExporter * newCleanupFunctions = NULL ;
248 newCleanupFunctions = new CleanupFunctionWithExporter[ newCapacity ] ;
278 fCleanupFunctions[ index ] = (CleanupFunctionWithExporter)cleanupFunction ;
311 CleanupFunctionWithExporter cleanupFunction = NULL ;
442 CleanupFunctionWithExporter * cleanupFunctions = NULL ;
449 cleanupFunctions = (CleanupFunctionWithExporter*)IOMalloc( sizeof( CleanupFunctionWithExporter ) * capacity ) ;
H A DIOFWUserObjectExporter.h41 typedef void (*CleanupFunctionWithExporter)( const OSObject * obj, IOFWUserObjectExporter * ); typedef in class:IOFWUserObjectExporter
48 CleanupFunctionWithExporter * fCleanupFunctions;

Completed in 354 milliseconds