ofile 89 drivers/scsi/aic7xxx/aicasm/aicasm.c FILE *ofile; ofile 187 drivers/scsi/aic7xxx/aicasm/aicasm.c if ((ofile = fopen(optarg, "w")) == NULL) { ofile 294 drivers/scsi/aic7xxx/aicasm/aicasm.c if (ofile != NULL) ofile 358 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, ofile 365 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, "static const uint8_t seqprog[] = {\n"); ofile 370 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", ofile 385 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, "\n};\n\n"); ofile 394 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, ofile 400 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, ofile 417 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, ofile 428 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, "%s\t{ %spatch%d_func, %d, %d, %d }", ofile 435 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, "\n};\n\n"); ofile 437 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, ofile 446 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, "%s\t{ %d, %d }", ofile 451 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, "\n};\n\n"); ofile 453 drivers/scsi/aic7xxx/aicasm/aicasm.c fprintf(ofile, ofile 698 drivers/scsi/aic7xxx/aicasm/aicasm.c if (ofile != NULL) { ofile 699 drivers/scsi/aic7xxx/aicasm/aicasm.c fclose(ofile); ofile 328 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c aic_print_file_prologue(FILE *ofile) ofile 331 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c if (ofile == NULL) ofile 334 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, ofile 353 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c aic_print_reg_dump_types(FILE *ofile) ofile 355 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c if (ofile == NULL) ofile 358 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, ofile 382 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c aic_print_reg_dump_end(FILE *ofile, FILE *dfile, ofile 420 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, ofile 460 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c symtable_dump(FILE *ofile, FILE *dfile) ofile 532 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c aic_print_file_prologue(ofile); ofile 533 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c aic_print_reg_dump_types(ofile); ofile 564 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c aic_print_reg_dump_end(ofile, dfile, ofile 613 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "\n"); ofile 644 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "#define%s%-16s%s0x%02x\n", ofile 649 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "\n\n"); ofile 656 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "#define\t%-8s\t0x%02x\n", ofile 662 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "\n\n/* Downloaded Constant Definitions */\n"); ofile 669 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "#define\t%-8s\t0x%02x\n", ofile 674 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "#define\tDOWNLOAD_CONST_COUNT\t0x%02x\n", i); ofile 676 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "\n\n/* Exported Labels */\n"); ofile 683 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c fprintf(ofile, "#define\tLABEL_%-8s\t0x%02x\n", ofile 205 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h void symtable_dump(FILE *ofile, FILE *dfile); ofile 2822 sound/core/oss/pcm_oss.c struct snd_pcm_oss_file ofile; ofile 2823 sound/core/oss/pcm_oss.c memset(&ofile, 0, sizeof(ofile)); ofile 2824 sound/core/oss/pcm_oss.c ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; ofile 2826 sound/core/oss/pcm_oss.c snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); ofile 265 tools/bpf/bpf_jit_disasm.c char *ofile = NULL; ofile 277 tools/bpf/bpf_jit_disasm.c ofile = optarg; ofile 301 tools/bpf/bpf_jit_disasm.c if (!ofile) { ofile 306 tools/bpf/bpf_jit_disasm.c ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE); ofile 308 tools/bpf/bpf_jit_disasm.c fprintf(stderr, "Could not open file %s for writing: ", ofile); ofile 316 tools/bpf/bpf_jit_disasm.c fprintf(stderr, "Could not write data to %s: ", ofile);