Searched refs:DEBUG_RETURN (Results 1 – 6 of 6) sorted by relevance
59 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro82 #define DEBUG_RETURN(x) return(x) macro96 #define RETURN(x) DEBUG_RETURN(x)
59 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro 82 #define DEBUG_RETURN(x) return(x) macro 96 #define RETURN(x) DEBUG_RETURN(x)
68 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro91 #define DEBUG_RETURN(x) return(x) macro105 #define RETURN(x) DEBUG_RETURN(x)