Lines Matching defs:debugging
60 /* The driver prints some debugging information on the console if DEBUG
68 so that people can easily see the messages. Later when the debugging messages
71 #define DEBC(a) if (debugging) { a ; }
110 MODULE_PARM_DESC(debug_flag, "Enable DEBUG, same as setting debugging=1");
163 static int debugging = DEBUG;
323 if (debugging) { st_printk(ST_DEB_MSG, t, fmt, ##a ); }
383 if (debugging) {
392 if (!debugging) { /* Abnormal conditions for tape */
437 if (debugging) {
720 DEB(if (debugging && retval)
1130 if ( DEB( debugging || ) !STp->inited)
2140 if (debugging && STps->eof != ST_NOEOF)
2192 if (debugging && STps->eof != ST_NOEOF)
2256 if (debugging) {
2277 st_printk(KERN_INFO, STp, " debugging: %d\n", debugging);
2325 DEB( debugging = (options & MT_ST_DEBUGGING) != 0;
2362 debugging = value;
2691 if (!debugging)
3530 if (debugging && !STp->in_use) {
4524 debugging = (debug_flag > 0) ? debug_flag : NO_DEBUG;
4525 if (debugging) {
4527 debugging);
4607 debugging = NO_DEBUG;
4610 debugging = 1;
4619 return scnprintf(buf, PAGE_SIZE, "%d\n", debugging);
4697 DEB( options |= debugging ? MT_ST_DEBUGGING : 0 );