Searched refs:ERRLOGMASK (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/cdrom/
H A Dcdrom.c263 /* #define ERRLOGMASK CD_NOTHING */
264 #define ERRLOGMASK CD_WARNING macro
265 /* #define ERRLOGMASK (CD_WARNING|CD_OPEN|CD_COUNT_TRACKS|CD_CLOSE) */
266 /* #define ERRLOGMASK (CD_WARNING|CD_REG_UNREG|CD_DO_IOCTL|CD_OPEN|CD_CLOSE|CD_COUNT_TRACKS) */
318 #if (ERRLOGMASK!=CD_NOTHING)
321 if ((ERRLOGMASK & type) || debug == 1) \
327 if (0 && (ERRLOGMASK & type) || debug == 1) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/cdrom/
H A Dcdrom.c263 /* #define ERRLOGMASK CD_NOTHING */
264 #define ERRLOGMASK CD_WARNING macro
265 /* #define ERRLOGMASK (CD_WARNING|CD_OPEN|CD_COUNT_TRACKS|CD_CLOSE) */
266 /* #define ERRLOGMASK (CD_WARNING|CD_REG_UNREG|CD_DO_IOCTL|CD_OPEN|CD_CLOSE|CD_COUNT_TRACKS) */
318 #if (ERRLOGMASK!=CD_NOTHING)
321 if ((ERRLOGMASK & type) || debug == 1) \
327 if (0 && (ERRLOGMASK & type) || debug == 1) \

Completed in 126 milliseconds