Searched refs:ofile (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/powerpc/boot/ |
D | wrapper | 34 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` [all …]
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 332 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 …]
|
D | aicasm.c | 89 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 …]
|
D | aicasm_symbol.h | 209 void symtable_dump(FILE *ofile, FILE *dfile);
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 2756 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()
|