Home
last modified time | relevance | path

Searched refs:pcxx_error (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dpcxx.c140 #define pcxxassert(x, msg) if(!(x)) pcxx_error(__LINE__, msg)
159 static void pcxx_error(int, char *);
333 static void pcxx_error(int line, char *msg) in pcxx_error() function