Lines Matching refs:debugging
68 #define DEBC(a) if (debugging) { a ; }
160 static int debugging = DEBUG; variable
319 if (debugging) { st_printk(ST_DEB_MSG, t, fmt, ##a ); }
377 if (debugging) { in st_chk_result()
386 if (!debugging) { /* Abnormal conditions for tape */ in st_chk_result()
431 if (debugging) { in st_chk_result()
713 DEB(if (debugging && retval) in write_behind_check()
1124 if ( DEB( debugging || ) !STp->inited) in check_tape()
2128 if (debugging && STps->eof != ST_NOEOF) in st_read()
2180 if (debugging && STps->eof != ST_NOEOF) in st_read()
2243 if (debugging) { in DEB()
2264 st_printk(KERN_INFO, STp, " debugging: %d\n", debugging); in DEB()
2312 DEB( debugging = (options & MT_ST_DEBUGGING) != 0;
2349 debugging = value;
2676 if (!debugging) in deb_space_print()
3417 if (debugging && !STp->in_use) { in st_ioctl()
4383 debugging = (debug_flag > 0) ? debug_flag : NO_DEBUG; in init_st()
4384 if (debugging) { in init_st()
4386 debugging); in init_st()
4466 debugging = NO_DEBUG; in debug_flag_store()
4469 debugging = 1; in debug_flag_store()
4478 return scnprintf(buf, PAGE_SIZE, "%d\n", debugging); in debug_flag_show()
4556 DEB( options |= debugging ? MT_ST_DEBUGGING : 0 ); in options_show()