Searched defs:FAIL (Results 1 – 9 of 9) sorted by relevance
30 #define FAIL (-1) macro
56 const char *FAIL = FAIL_NORMAL; variable
30 #define FAIL(fifo, condition, format...) ({ \ macro
34 #define FAIL udbg_printf macro37 #define FAIL pr_debug macro
100 #define FAIL -1 macro
119 #define FAIL(c, ...) \ macro
281 #define FAIL(X) return -EINVAL macro
374 #define FAIL 1 /*failed flag*/ macro
114 #define FAIL(msg) do { \ macro