Searched refs:ofile (Results 1 - 6 of 6) sorted by path

/linux-master/arch/powerpc/boot/
H A Dwrapper39 ofile=zImage
98 ofile="$1"
294 tmp="$ofile"
463 rm -f "$ofile"
465 $uboot_version -d "$vmz" "$ofile"
472 rm -f "$ofile"
482 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile"
524 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $nowarn $rodynamic $notext -o "$ofile" $map \
530 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
531 entry=`${CROSS}objdump -f "$ofile" | gre
[all...]
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c89 FILE *ofile; variable
187 if ((ofile = fopen(optarg, "w")) == NULL) {
294 if (ofile != NULL)
358 fprintf(ofile,
365 fprintf(ofile, "static const uint8_t seqprog[] = {\n");
370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x",
385 fprintf(ofile, "\n};\n\n");
394 fprintf(ofile,
400 fprintf(ofile,
417 fprintf(ofile,
[all...]
H A Daicasm_symbol.c329 aic_print_file_prologue(FILE *ofile) argument
332 if (ofile == NULL)
335 fprintf(ofile,
354 aic_print_reg_dump_types(FILE *ofile) argument
356 if (ofile == NULL)
359 fprintf(ofile,
383 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, argument
421 fprintf(ofile,
461 symtable_dump(FILE *ofile, FILE *dfile) argument
533 aic_print_file_prologue(ofile);
[all...]
H A Daicasm_symbol.h205 void symtable_dump(FILE *ofile, FILE *dfile);
/linux-master/sound/core/oss/
H A Dpcm_oss.c2859 struct snd_pcm_oss_file ofile; local
2860 memset(&ofile, 0, sizeof(ofile));
2861 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE];
2863 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT);
/linux-master/tools/bpf/
H A Dbpf_jit_disasm.c268 char *ofile = NULL; local
280 ofile = optarg;
304 if (!ofile) {
309 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE);
311 fprintf(stderr, "Could not open file %s for writing: ", ofile);
319 fprintf(stderr, "Could not write data to %s: ", ofile);

Completed in 234 milliseconds