Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:informat

219 	typedef int	( *DebugMacOSXLogFunctionPtr )( const char *inFormat, ... );
503 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... )
516 va_start( args, inFormat );
517 n = DebugPrintFVAList( inLevel, inFormat, args );
528 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs )
541 n = DebugSNPrintFVAList( buffer, sizeof( buffer ), inFormat, inArgs );
844 typedef void ( *iDebugLogFunctionPtr )( uint32_t inLevel, uint32_t inTag, const char *inFormat, ... );
855 __private_extern__ void iDebugLogInternal( uint32_t inLevel, uint32_t inTag, const char *inFormat, ... );
870 extern void kprintf( const char *inFormat, ... );
883 extern void IOLog( const char *inFormat, ... );