tag | line | file | source code |
MSG | 667 | drivers/pci/pci.c | size = PAGE_SIZE - (strlen(MSG) + 1); |
MSG | 673 | drivers/pci/pci.c | return len + sprintf(buf + len, MSG); |
MSG | 355 | drivers/scsi/aha152x.c | #define ADDMSG(x) (MSG(MSGLEN++)=x) |
MSG | 1567 | drivers/scsi/aha152x.c | print_msg(&MSG(MSGLEN-5)); |
MSG | 1671 | drivers/scsi/aha152x.c | for(i=0; i<MSGLEN; i+=print_msg(&MSG(i)), printk(" ")) |
MSG | 1681 | drivers/scsi/aha152x.c | printk("%x ", MSG(i)); |
MSG | 1689 | drivers/scsi/aha152x.c | SETPORT(SCSIDAT, MSG(i)); |
MSG | 1694 | drivers/scsi/aha152x.c | if(MSG(i)==IDENTIFY(HOSTDATA(shpnt)->reconnect,CURRENT_SC->lun)) |
MSG | 1697 | drivers/scsi/aha152x.c | if(MSG(i)==ABORT) |
MSG | 1888 | drivers/scsi/aha152x.c | print_msg(&MSG(MSGLEN-5)); |