Lines Matching refs:DEBUG_LOCAL
32 DEBUG_LOCAL void Usage( void );
33 DEBUG_LOCAL int ProcessArgs( int argc, char *argv[] );
34 DEBUG_LOCAL OSStatus InstallNSP( const char *inName, const char *inGUID, const char *inPath );
35 DEBUG_LOCAL OSStatus RemoveNSP( const char *inGUID );
36 DEBUG_LOCAL OSStatus EnableNSP( const char *inGUID, BOOL inEnable );
37 DEBUG_LOCAL OSStatus ListNameSpaces( void );
38 DEBUG_LOCAL OSStatus ReorderNameSpaces( void );
40 DEBUG_LOCAL WCHAR * CharToWCharString( const char *inCharString, WCHAR *outWCharString );
41 DEBUG_LOCAL char * GUIDtoString( const GUID *inGUID, char *outString );
42 DEBUG_LOCAL OSStatus StringToGUID( const char *inCharString, GUID *outGUID );
44 DEBUG_LOCAL BOOL gToolQuietMode = FALSE;
65 DEBUG_LOCAL void Usage( void )
100 DEBUG_LOCAL int ProcessArgs( int argc, char* argv[] )
282 DEBUG_LOCAL OSStatus RemoveNSP( const char *inGUID )
319 DEBUG_LOCAL OSStatus EnableNSP( const char *inGUID, BOOL inEnable )
356 DEBUG_LOCAL OSStatus ListNameSpaces( void )
422 DEBUG_LOCAL OSStatus ReorderNameSpaces( void )
514 DEBUG_LOCAL WCHAR * CharToWCharString( const char *inCharString, WCHAR *outWCharString )
539 DEBUG_LOCAL char * GUIDtoString( const GUID *inGUID, char *outString )
555 DEBUG_LOCAL