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

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h75 #define NTFS_LOG_LEVEL_ERROR ((u32)1 << 7) /* Operation failed, no damage done */ macro
93 #define ntfs_log_error(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_ERROR,NULL,FORMAT,##ARGS)
106 #define ntfs_log_error(...) ntfs_log_redirect("unknown",__FILE__,__LINE__,NTFS_LOG_LEVEL_ERROR,NULL,__VA_ARGS__)
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c86 NTFS_LOG_LEVEL_WARNING | NTFS_LOG_LEVEL_ERROR |
213 case NTFS_LOG_LEVEL_ERROR:
258 case NTFS_LOG_LEVEL_ERROR:
448 case NTFS_LOG_LEVEL_ERROR:

Completed in 96 milliseconds