Searched refs:ntfs_log_critical (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Ddebug.h46 ntfs_log_critical("Bug in %s(): %s\n", __FUNCTION__, msg); \
56 ntfs_log_critical("Bug in %s(): %s\n", "unknown", msg); \
H A Dlogging.h92 #define ntfs_log_critical(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_CRITICAL,NULL,FORMAT,##ARGS) macro
105 #define ntfs_log_critical(...) ntfs_log_redirect("unknown",__FILE__,__LINE__,NTFS_LOG_LEVEL_CRITICAL,NULL,__VA_ARGS__) macro
/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c2306 ntfs_log_critical("ntfs_index_keys_compare called without supported "
3956 ntfs_log_critical("Couldn't write backup boot sector: %s\n", s);

Completed in 236 milliseconds