Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Dwrapper39 ofile=zImage
98 ofile="$1"
287 tmp="$ofile"
456 rm -f "$ofile"
458 $uboot_version -d "$vmz" "$ofile"
497 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $nowarn $rodynamic $notext -o "$ofile" $map \
503 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
504 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
507 mv "$ofile" "$ofile"
[all...]
/linux/drivers/scsi/aic7xxx/aicasm/
H A 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...]
H A Daicasm_symbol.h205 void symtable_dump(FILE *ofile, FILE *dfile);
/linux/tools/bpf/
H A Dbpf_jit_disasm.c270 char *ofile = NULL; in main() local
282 ofile = optarg; in main()
306 if (!ofile) { in main()
311 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
313 fprintf(stderr, "Could not open file %s for writing: ", ofile); in main()
321 fprintf(stderr, "Could not write data to %s: ", ofile); in main()
/linux/sound/core/oss/
H A Dpcm_oss.c2858 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local
2859 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll()
2860 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll()
2862 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()