tag | line | file | source code |
MSG | 721 | drivers/pci/pci.c | size = PAGE_SIZE - (strlen(MSG) + 1); |
MSG | 727 | drivers/pci/pci.c | return len + sprintf(buf + len, MSG); |
MSG | 358 | drivers/scsi/aha152x.c | #define ADDMSG(x) (MSG(MSGLEN++)=x) |
MSG | 1571 | drivers/scsi/aha152x.c | print_msg(&MSG(MSGLEN-5)); |
MSG | 1675 | drivers/scsi/aha152x.c | for(i=0; i<MSGLEN; i+=print_msg(&MSG(i)), printk(" ")) |
MSG | 1685 | drivers/scsi/aha152x.c | printk("%x ", MSG(i)); |
MSG | 1693 | drivers/scsi/aha152x.c | SETPORT(SCSIDAT, MSG(i)); |
MSG | 1698 | drivers/scsi/aha152x.c | if(MSG(i)==IDENTIFY(HOSTDATA(shpnt)->reconnect,CURRENT_SC->lun)) |
MSG | 1701 | drivers/scsi/aha152x.c | if(MSG(i)==ABORT) |
MSG | 1892 | drivers/scsi/aha152x.c | print_msg(&MSG(MSGLEN-5)); |