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

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h36 typedef int (ntfs_log_handler)(const char *function, const char *file, int line, typedef
40 void ntfs_log_set_handler(ntfs_log_handler *handler);
43 ntfs_log_handler ntfs_log_handler_syslog __attribute__((format(printf, 6, 0)));
44 ntfs_log_handler ntfs_log_handler_fprintf __attribute__((format(printf, 6, 0)));
45 ntfs_log_handler ntfs_log_handler_null __attribute__((format(printf, 6, 0)));
46 ntfs_log_handler ntfs_log_handler_stdout __attribute__((format(printf, 6, 0)));
47 ntfs_log_handler ntfs_log_handler_outerr __attribute__((format(printf, 6, 0)));
48 ntfs_log_handler ntfs_log_handler_stderr __attribute__((format(printf, 6, 0)));
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c78 ntfs_log_handler *handler;
283 void ntfs_log_set_handler(ntfs_log_handler *handler)

Completed in 136 milliseconds