Home
last modified time | relevance | path

Searched refs:PRINT_WARN (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/s390/char/
Dtape34xx.c1419 PRINT_WARN ("Cannot fulfill small request %d vs. %d (%ld sects)\n", in tape34xx_bread()
1531 PRINT_WARN ("A medium was inserted into the tape.\n"); in tape34xx_unused_done()
1539 PRINT_WARN ("Unsolicited IRQ (Device End) caught in unused state.\n"); in tape34xx_unused_done()
1553 PRINT_WARN ("A medium was inserted into the tape.\n"); in tape34xx_idle_done()
1562 PRINT_WARN ("Unsolicited IRQ (Device End) caught in idle state.\n"); in tape34xx_idle_done()
1830 PRINT_WARN("Permanent read error, recovery failed!\n"); in tape34xx_error_recovery()
1844 PRINT_WARN("Permanent write error, recovery failed!\n"); in tape34xx_error_recovery()
1854 PRINT_WARN("ID-Mark could not be written. Check your hardware!\n"); in tape34xx_error_recovery()
1859 PRINT_WARN("Try to read beyond end of recorded area!\n"); in tape34xx_error_recovery()
1864 PRINT_WARN("Illegal block-id sequence found!\n"); in tape34xx_error_recovery()
[all …]
Dtape.c337PRINT_WARN ("Could not create devreg for devno %04x, dyn. attach for this devno deactivated.\n",i); in tape_parm_parse()
489 PRINT_WARN ("empty CQR generated\n"); in tape_alloc_ccw_req()
548 PRINT_WARN ("Oper handler for irq %d called while irq still (internaly?) used.\n",irq); in tape_oper_handler()
557 PRINT_WARN ("No device information for new dev. could be retrieved.\n"); in tape_oper_handler()
565PRINT_WARN ("No matching discipline for cu_type %x found, ignoring device %04x.\n",dinfo.sid_data.… in tape_oper_handler()
567 PRINT_WARN ("No device information for new dev. could be retrieved.\n"); in tape_oper_handler()
639 PRINT_WARN ("Tape #%d was detached while it was busy. Expect errors!",ti->blk_minor/2); in tape_noper_handler()
660 PRINT_WARN ("Tape #%d was detached.\n",ti->blk_minor/2); in tape_noper_handler()
688 PRINT_WARN ("------------I/O resulted in unit check:-----------\n"); in tape_dump_sense()
690 PRINT_WARN ("Sense:"); in tape_dump_sense()
[all …]
Dtapeblock.c100 PRINT_WARN(KERN_ERR "tape: can't get major %d for block device\n", tapeblock_major); in tapeblock_init()
106 PRINT_WARN(KERN_ERR " tape gets major %d for block device\n", result); in tapeblock_init()
426 PRINT_WARN("Detecting media size. This will take _long_, so get yourself a coffee...\n");
Dtapechar.c105 PRINT_WARN (KERN_ERR "tape: can't get major %d\n", tape_major); in tapechar_init()
114 PRINT_WARN (KERN_ERR " tape gets major %d for character device\n", result); in tapechar_init()
/linux-2.4.37.9/drivers/s390/block/
Dxpram.c127 #define PRINT_WARN(x...) printk ( KERN_WARNING PRINTK_HEADER "warning:" x ) macro
133 #define PRINT_WARN(x...) printk ( KERN_DEBUG PRINTK_HEADER "warning:" x ) macro
781 PRINT_WARN(" request for unknown device\n"); in xpram_request()
791 PRINT_WARN(" request past end of device\n"); in xpram_request()
804 PRINT_WARN(" request does not start at an expanded storage page boundery\n"); in xpram_request()
805 PRINT_WARN(" referenced sector: %ld\n",current_req->sector); in xpram_request()
811 PRINT_WARN(" request referes to a partial expanded storage page\n"); in xpram_request()
818 PRINT_WARN(" request buffer is not aligned with kernel pages\n"); in xpram_request()
835 PRINT_WARN("xpram(dev %d): page in failed for page %ld.\n",dev_no,page_no); in xpram_request()
847 PRINT_WARN("xpram(dev %d): page out failed for page %ld.\n",dev_no,page_no); in xpram_request()
[all …]
/linux-2.4.37.9/drivers/s390/net/
Dqeth.c530 PRINT_WARN("IP takeover is not enabled on %s! " \ in qeth_add_ipato_entry()
914 PRINT_WARN("check on irq x%x, dstat=x%x, cstat=x%x, " \ in qeth_get_cards_problem()
922 PRINT_WARN("received an IDX TERMINATE on irq 0x%X/0x%X " \ in qeth_get_cards_problem()
937 PRINT_WARN("Link failure on %s (CHPID 0x%X) -- " \ in qeth_get_cards_problem()
966 PRINT_WARN("probably a problem on %s: received data is " \ in qeth_get_cards_problem()
1014 PRINT_WARN("read handler on irq x%x, read: do_IO " \ in qeth_issue_next_read()
1273 PRINT_WARN("qeth_queue_input_buffer's " \ in qeth_queue_input_buffer()
1295 PRINT_WARN("qeth_queue_input_buffer's " \ in qeth_queue_input_buffer()
1349 PRINT_WARN("irq 0x%x: error in interpreting buffer (data " \ in qeth_get_next_skb()
1365 PRINT_WARN("irq 0x%x: bad element length in element %i: " \ in qeth_get_next_skb()
[all …]
Dqeth.h1226 #undef PRINT_WARN
1254 #define PRINT_WARN(x...) printk( KERN_WARNING PRINTK_HEADER x) macro
1256 #define PRINT_WARN(x...) macro
/linux-2.4.37.9/include/asm-s390x/
Ddebug.h226 #define PRINT_WARN(x...) printk ( KERN_WARNING PRINTK_HEADER x ) macro
232 #define PRINT_WARN(x...) printk ( KERN_DEBUG PRINTK_HEADER x ) macro
242 #define INTERNAL_ERROR(x...) PRINT_WARN ( INTERNAL_ERRMSG ( x ) )
252 #define INTERNAL_CHECK(x...) PRINT_WARN ( INTERNAL_CHKMSG ( x ) )
/linux-2.4.37.9/include/asm-s390/
Ddebug.h226 #define PRINT_WARN(x...) printk ( KERN_WARNING PRINTK_HEADER x ) macro
232 #define PRINT_WARN(x...) printk ( KERN_DEBUG PRINTK_HEADER x ) macro
242 #define INTERNAL_ERROR(x...) PRINT_WARN ( INTERNAL_ERRMSG ( x ) )
252 #define INTERNAL_CHECK(x...) PRINT_WARN ( INTERNAL_CHKMSG ( x ) )