Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) */
317 #if (ERRLOGMASK != CD_NOTHING)
320 if ((ERRLOGMASK & type) || debug == 1) \
326 if (0 && (ERRLOGMASK & type) || debug == 1) \
/kernel/linux/linux-6.6/drivers/cdrom/
H A Dcdrom.c254 /* #define ERRLOGMASK CD_NOTHING */
255 #define ERRLOGMASK CD_WARNING macro
256 /* #define ERRLOGMASK (CD_WARNING|CD_OPEN|CD_COUNT_TRACKS|CD_CLOSE) */
257 /* #define ERRLOGMASK (CD_WARNING|CD_REG_UNREG|CD_DO_IOCTL|CD_OPEN|CD_CLOSE|CD_COUNT_TRACKS) */
308 #if (ERRLOGMASK != CD_NOTHING)
311 if ((ERRLOGMASK & type) || debug == 1) \
317 if (0 && (ERRLOGMASK & type) || debug == 1) \

Completed in 10 milliseconds