Lines Matching defs:level
191 * mraid_debug level - threshold for amount of information to be displayed by
192 * the driver. This level can be changed through modules parameters, ioctl or
197 MODULE_PARM_DESC(debug_level, "Debug level for driver (default=0)");
3299 * Diplay information about the given SCB iff the current debug level is
3308 int level;
3316 level = CL_DLEVEL3;
3318 con_log(level, (KERN_NOTICE
3322 con_log(level, ("sec:%#x lba:%#x addr:%#x ld:%d sg:%d\n",
3328 con_log(level, (KERN_NOTICE "scsi cmnd: "));
3331 con_log(level, ("%#2.02x ", scp->cmnd[i]));
3334 con_log(level, ("\n"));