Lines Matching full:fine
33 #define VSS_SUCCESS 0x00000000
34 #define VSS_FAIL 0x00000001
164 #define UNDEF_FREEZE_THAW (0)
165 #define FREEZE (1)
166 #define THAW (2)
167 #define CHECK (3)
169 #define VSS_LOG(priority, format, args...) do { \\
185 #define CHECK_TIMEOUT 1
186 #define CHECK_FAIL 2
187 #define FREEZE_TIMEOUT 1
188 #define FREEZE_FAIL 2
189 #define THAW_TIMEOUT 1
190 #define THAW_FAIL 2
196 #define GENERIC_OPT(TIMEOUT, FAIL) \\