Searched refs:noerror_impl (Results 1 – 2 of 2) sorted by relevance
43 #define noerror(x) noerror_impl(__FILE__, __LINE__, #x, x)55 noerror_impl(const char *file, int line, const char *cmd, int retval);
33 noerror_impl(const char *file, int line, const char *cmd, int retval) in noerror_impl() function