Searched refs:ofile (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
H A Dwrapper34 ofile=zImage
88 ofile="$1"
209 tmp="$ofile"
359 rm -f "$ofile"
361 $uboot_version -d "$vmz" "$ofile"
368 rm -f "$ofile"
378 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile"
415 ${CROSS}ld -m $format -T $lds $text_start $pie -o "$ofile" \
421 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
422 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
425 mv "$ofile" "$ofile".elf
426 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
432 $objbin/addnote "$ofile"
435 ${CROSS}objcopy -O aixcoff-rs6000 --set-start "$entry" "$ofile"
436 $objbin/hack-coff "$ofile"
439 gzip -n -f -9 "$ofile"
441 $uboot_version -d "$ofile".gz "$ofile"
444 mv "$ofile" "$ofile.elf"
445 $objbin/mktree "$ofile.elf" "$ofile" "$base" "$entry"
447 rm -f "$ofile.elf"
463 system_reset_overlay=0x`${CROSS}nm "$ofile" \
467 system_reset_kernel=0x`${CROSS}nm "$ofile" \
474 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
476 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
480 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
484 odir="$(dirname "$ofile.bin")"
486 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c332 aic_print_file_prologue(FILE *ofile) aic_print_file_prologue() argument
335 if (ofile == NULL) aic_print_file_prologue()
338 fprintf(ofile, aic_print_file_prologue()
357 aic_print_reg_dump_types(FILE *ofile) aic_print_reg_dump_types() argument
359 if (ofile == NULL) aic_print_reg_dump_types()
362 fprintf(ofile, aic_print_reg_dump_types()
386 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, aic_print_reg_dump_end() argument
424 fprintf(ofile, aic_print_reg_dump_end()
464 symtable_dump(FILE *ofile, FILE *dfile) symtable_dump() argument
536 aic_print_file_prologue(ofile); symtable_dump()
537 aic_print_reg_dump_types(ofile); symtable_dump()
568 aic_print_reg_dump_end(ofile, dfile,
617 fprintf(ofile, "\n");
648 fprintf(ofile, "#define%s%-16s%s0x%02x\n",
653 fprintf(ofile, "\n\n");
660 fprintf(ofile, "#define\t%-8s\t0x%02x\n",
666 fprintf(ofile, "\n\n/* Downloaded Constant Definitions */\n");
673 fprintf(ofile, "#define\t%-8s\t0x%02x\n",
678 fprintf(ofile, "#define\tDOWNLOAD_CONST_COUNT\t0x%02x\n", i);
680 fprintf(ofile, "\n\n/* Exported Labels */\n");
687 fprintf(ofile, "#define\tLABEL_%-8s\t0x%02x\n",
H A Daicasm.c89 FILE *ofile; variable
187 if ((ofile = fopen(optarg, "w")) == NULL) { main()
294 if (ofile != NULL) main()
358 fprintf(ofile, output_code()
365 fprintf(ofile, "static const uint8_t seqprog[] = {\n"); output_code()
370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", output_code()
385 fprintf(ofile, "\n};\n\n"); output_code()
394 fprintf(ofile, output_code()
400 fprintf(ofile, output_code()
417 fprintf(ofile, output_code()
428 fprintf(ofile, "%s\t{ %spatch%d_func, %d, %d, %d }", output_code()
435 fprintf(ofile, "\n};\n\n"); output_code()
437 fprintf(ofile, output_code()
446 fprintf(ofile, "%s\t{ %d, %d }", output_code()
451 fprintf(ofile, "\n};\n\n"); output_code()
453 fprintf(ofile, output_code()
699 if (ofile != NULL) { stop()
700 fclose(ofile); stop()
H A Daicasm_symbol.h209 void symtable_dump(FILE *ofile, FILE *dfile);
/linux-4.4.14/sound/core/oss/
H A Dpcm_oss.c2756 struct snd_pcm_oss_file ofile; snd_pcm_oss_poll() local
2757 memset(&ofile, 0, sizeof(ofile)); snd_pcm_oss_poll()
2758 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; snd_pcm_oss_poll()
2760 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); snd_pcm_oss_poll()

Completed in 166 milliseconds