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

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c400 * ntfs_log_handler_fprintf - Basic logging handler
420 int ntfs_log_handler_fprintf(const char *function, const char *file, function
531 * Note: This function calls ntfs_log_handler_fprintf to do the main work.
543 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
562 * Note: This function calls ntfs_log_handler_fprintf to do the main work.
574 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
592 * Note: This function calls ntfs_log_handler_fprintf to do the main work.
604 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h44 ntfs_log_handler ntfs_log_handler_fprintf __attribute__((format(printf, 6, 0))); variable

Completed in 86 milliseconds