Searched defs:NTFS_LOG_LEVEL_PERROR (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | logging.h | 76 #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__)
|
Completed in 21 milliseconds