Searched refs:nsp32_message (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | nsp32.c | 260 static void nsp32_message (const char *, int, char *, char *, ...); 293 # define nsp32_msg(type, args...) nsp32_message ("", 0, (type), args) 298 nsp32_message (__func__, __LINE__, (type), args) 325 static void nsp32_message(const char *func, int line, char *type, char *fmt, ...) in nsp32_message() function
|