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

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h76 #define NTFS_LOG_LEVEL_PERROR ((u32)1 << 8) /* Message : standard error description */ macro
95 #define ntfs_log_perror(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_PERROR,NULL,FORMAT,##ARGS)
108 #define ntfs_log_perror(...) ntfs_log_redirect("unknown",__FILE__,__LINE__,NTFS_LOG_LEVEL_PERROR,NULL,__VA_ARGS__)
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c87 NTFS_LOG_LEVEL_PERROR | NTFS_LOG_LEVEL_CRITICAL |
215 case NTFS_LOG_LEVEL_PERROR:
261 case NTFS_LOG_LEVEL_PERROR:
388 if (ret < sizeof(buffer) && level & NTFS_LOG_LEVEL_PERROR)
449 case NTFS_LOG_LEVEL_PERROR:
482 if (level & NTFS_LOG_LEVEL_PERROR)

Completed in 31 milliseconds