tag | line | file | source code |
ofile | 540 | drivers/scsi/aic7xxx_asm.c | assemble(FILE *ofile) |
ofile | 563 | drivers/scsi/aic7xxx_asm.c | fprintf(ofile, "#define %s \"%s\"\n", a[1], a[2]); |
ofile | 573 | drivers/scsi/aic7xxx_asm.c | output(ofile); |
ofile | 586 | drivers/scsi/aic7xxx_asm.c | FILE *ofile; |
ofile | 590 | drivers/scsi/aic7xxx_asm.c | ofile = NULL; |
ofile | 610 | drivers/scsi/aic7xxx_asm.c | if ((ofile = fopen(ofilename, "w")) < 0) { |
ofile | 644 | drivers/scsi/aic7xxx_asm.c | if ((ofile = fopen(ofilename, "w")) < 0) { |
ofile | 668 | drivers/scsi/aic7xxx_asm.c | assemble(ofile); |