Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/boot/
Dwrapper34 ofile=zImage
71 ofile="$1"
192 tmp="$ofile"
342 rm -f "$ofile"
344 $uboot_version -d "$vmz" "$ofile"
351 rm -f "$ofile"
361 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile"
398 ${CROSS}ld -m $format -T $lds $text_start $pie -o "$ofile" \
404 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
405 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
[all …]
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c332 aic_print_file_prologue(FILE *ofile) in aic_print_file_prologue() argument
335 if (ofile == NULL) in aic_print_file_prologue()
338 fprintf(ofile, in aic_print_file_prologue()
357 aic_print_reg_dump_types(FILE *ofile) in aic_print_reg_dump_types() argument
359 if (ofile == NULL) in aic_print_reg_dump_types()
362 fprintf(ofile, in aic_print_reg_dump_types()
386 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() argument
424 fprintf(ofile, in aic_print_reg_dump_end()
464 symtable_dump(FILE *ofile, FILE *dfile) in symtable_dump() argument
536 aic_print_file_prologue(ofile); in symtable_dump()
[all …]
Daicasm.c89 FILE *ofile; variable
187 if ((ofile = fopen(optarg, "w")) == NULL) { in main()
294 if (ofile != NULL) in main()
358 fprintf(ofile, in output_code()
365 fprintf(ofile, "static const uint8_t seqprog[] = {\n"); in output_code()
370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", in output_code()
385 fprintf(ofile, "\n};\n\n"); in output_code()
394 fprintf(ofile, in output_code()
400 fprintf(ofile, in output_code()
417 fprintf(ofile, in output_code()
[all …]
Daicasm_symbol.h209 void symtable_dump(FILE *ofile, FILE *dfile);
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c2756 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local
2757 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll()
2758 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll()
2760 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()