Searched refs:_vtn_warn (Results 1 – 2 of 2) sorted by relevance
423 void _vtn_warn(const char *file, int line, const char *msg, ...);424 #define vtn_warn(...) _vtn_warn(__FILE__, __LINE__, __VA_ARGS__)
43 _vtn_warn(const char *file, int line, const char *msg, ...) in _vtn_warn() function