Searched defs:FAIL (Results 1 – 11 of 11) sorted by relevance
188 #define FAIL( s ) { printk( KERN_ERR "NBD: " s "(result %d)\n", result ); goto error_out; } macro357 #define FAIL( s ) { printk( KERN_ERR "NBD, minor %d: " s "\n", dev ); goto error_out; } macro
50 #define FAIL(err) \ macro
17 #define FAIL(x) do { printk(x "\n"); return -EINVAL; } while (0) macro
118 #define FAIL(x) do { printk(x "\n"); return -EINVAL; } while (0) macro
50 #define FAIL 0 macro
213 enum {FAIL, RESTART, REOPEN} open_action; enumerator
33 #define CHECK_SP(FAIL) \ argument
1524 #define FAIL(fmt, args...) do { \ in add_card() macro
3279 #define FAIL(err, fmt, args...) \ macro
238 #define FAIL(X) return -EINVAL macro
1297 FAIL enumerator