Lines Matching defs:debugging
61 /* The driver prints some debugging information on the console if DEBUG
69 so that people can easily see the messages. Later when the debugging messages
72 #define DEBC(a) if (debugging) { a ; }
111 MODULE_PARM_DESC(debug_flag, "Enable DEBUG, same as setting debugging=1");
164 static int debugging = DEBUG;
319 if (debugging) { st_printk(ST_DEB_MSG, t, fmt, ##a ); }
379 if (debugging) {
388 if (!debugging) { /* Abnormal conditions for tape */
435 if (debugging) {
721 DEB(if (debugging && retval)
1131 if ( DEB( debugging || ) !STp->inited)
2141 if (debugging && STps->eof != ST_NOEOF)
2193 if (debugging && STps->eof != ST_NOEOF)
2257 if (debugging) {
2278 st_printk(KERN_INFO, STp, " debugging: %d\n", debugging);
2326 DEB( debugging = (options & MT_ST_DEBUGGING) != 0;
2363 debugging = value;
2692 if (!debugging)
3531 if (debugging && !STp->in_use) {
4470 debugging = (debug_flag > 0) ? debug_flag : NO_DEBUG;
4471 if (debugging) {
4473 debugging);
4553 debugging = NO_DEBUG;
4556 debugging = 1;
4565 return scnprintf(buf, PAGE_SIZE, "%d\n", debugging);
4643 DEB( options |= debugging ? MT_ST_DEBUGGING : 0 );