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

/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs.h310 extern int ntfs_debug;
311 #define DPRINTF(X, Y) do { if(ntfs_debug >= (X)) printf Y; } while(0)
H A Dntfs_subr.c58 int ntfs_debug = NTFS_DEBUG; variable

Completed in 60 milliseconds