Lines Matching refs:VPRINTK

95 #define VPRINTK(level, fmt, arg...)					\  macro
269 VPRINTK(KERN_INFO, "device has no volume tag support\n"); in ch_read_element_status()
284 VPRINTK(KERN_INFO, "INITIALIZE ELEMENT STATUS, may take some time ...\n"); in ch_init_elem()
289 VPRINTK(KERN_INFO, "... finished\n"); in ch_init_elem()
332 VPRINTK(KERN_INFO, "type #1 (mt): 0x%x+%d [medium transport]\n", in ch_readconfig()
335 VPRINTK(KERN_INFO, "type #2 (st): 0x%x+%d [storage]\n", in ch_readconfig()
338 VPRINTK(KERN_INFO, "type #3 (ie): 0x%x+%d [import/export]\n", in ch_readconfig()
341 VPRINTK(KERN_INFO, "type #4 (dt): 0x%x+%d [data transfer]\n", in ch_readconfig()
345 VPRINTK(KERN_INFO, "reading element address assignment page failed!\n"); in ch_readconfig()
356 VPRINTK(KERN_INFO, "type #%d (v%d): 0x%x+%d [%s, vendor specific]\n", in ch_readconfig()
376 VPRINTK(KERN_INFO, "dt 0x%x: [insmod option] ", in ch_readconfig()
380 VPRINTK(KERN_INFO, "dt 0x%x: READ ELEMENT STATUS failed\n", in ch_readconfig()
383 VPRINTK(KERN_INFO, "dt 0x%x: ",elem+ch->firsts[CHET_DT]); in ch_readconfig()
385 VPRINTK(KERN_CONT, "not this SCSI bus\n"); in ch_readconfig()
388 VPRINTK(KERN_CONT, "ID/LUN unknown\n"); in ch_readconfig()
398 VPRINTK(KERN_CONT, "ID %i, LUN %i, ",id,lun); in ch_readconfig()
405 VPRINTK(KERN_CONT, "Huh? device not found!\n"); in ch_readconfig()
407 VPRINTK(KERN_CONT, "name: %8.8s %16.16s %4.4s\n", in ch_readconfig()
555 VPRINTK(KERN_INFO, "element 0x%x: asc=0x%x, ascq=0x%x\n", in ch_gstatus()
838 VPRINTK(KERN_INFO, "device has no volume tag support\n"); in ch_ioctl()