ofile              91 dev/microcode/aic7xxx/aicasm.c FILE *ofile;
ofile             189 dev/microcode/aic7xxx/aicasm.c 			if ((ofile = fopen(optarg, "w")) == NULL) {
ofile             299 dev/microcode/aic7xxx/aicasm.c 		if (ofile != NULL)
ofile             363 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile,
ofile             370 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile, "static const uint8_t seqprog[] = {\n");
ofile             375 dev/microcode/aic7xxx/aicasm.c 		fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x",
ofile             390 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile, "\n};\n\n");
ofile             399 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile,
ofile             405 dev/microcode/aic7xxx/aicasm.c 		fprintf(ofile,
ofile             422 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile,
ofile             433 dev/microcode/aic7xxx/aicasm.c 		fprintf(ofile, "%s\t{ %spatch%d_func, %d, %d, %d }",
ofile             440 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile, "\n};\n\n");
ofile             442 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile,
ofile             451 dev/microcode/aic7xxx/aicasm.c 		fprintf(ofile, "%s\t{ %d, %d }",
ofile             456 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile, "\n};\n\n");
ofile             458 dev/microcode/aic7xxx/aicasm.c 	fprintf(ofile,
ofile             703 dev/microcode/aic7xxx/aicasm.c 	if (ofile != NULL) {
ofile             704 dev/microcode/aic7xxx/aicasm.c 		fclose(ofile);
ofile             329 dev/microcode/aic7xxx/aicasm_symbol.c aic_print_file_prologue(FILE *ofile)
ofile             332 dev/microcode/aic7xxx/aicasm_symbol.c 	if (ofile == NULL)
ofile             335 dev/microcode/aic7xxx/aicasm_symbol.c 	fprintf(ofile,
ofile             354 dev/microcode/aic7xxx/aicasm_symbol.c aic_print_reg_dump_types(FILE *ofile)
ofile             356 dev/microcode/aic7xxx/aicasm_symbol.c 	if (ofile == NULL)
ofile             359 dev/microcode/aic7xxx/aicasm_symbol.c 	fprintf(ofile,
ofile             383 dev/microcode/aic7xxx/aicasm_symbol.c aic_print_reg_dump_end(FILE *ofile, FILE *dfile,
ofile             421 dev/microcode/aic7xxx/aicasm_symbol.c 	fprintf(ofile,
ofile             461 dev/microcode/aic7xxx/aicasm_symbol.c symtable_dump(FILE *ofile, FILE *dfile)
ofile             532 dev/microcode/aic7xxx/aicasm_symbol.c 	aic_print_file_prologue(ofile);
ofile             533 dev/microcode/aic7xxx/aicasm_symbol.c 	aic_print_reg_dump_types(ofile);
ofile             558 dev/microcode/aic7xxx/aicasm_symbol.c 			aic_print_reg_dump_end(ofile, dfile,
ofile             604 dev/microcode/aic7xxx/aicasm_symbol.c 			fprintf(ofile, "\n");
ofile             635 dev/microcode/aic7xxx/aicasm_symbol.c 		fprintf(ofile, "#define%s%-16s%s0x%02x\n",
ofile             640 dev/microcode/aic7xxx/aicasm_symbol.c 	fprintf(ofile, "\n\n");
ofile             647 dev/microcode/aic7xxx/aicasm_symbol.c 		fprintf(ofile, "#define\t%-8s\t0x%02x\n",
ofile             654 dev/microcode/aic7xxx/aicasm_symbol.c 	fprintf(ofile, "\n\n/* Downloaded Constant Definitions */\n");
ofile             661 dev/microcode/aic7xxx/aicasm_symbol.c 		fprintf(ofile, "#define\t%-8s\t0x%02x\n",
ofile             666 dev/microcode/aic7xxx/aicasm_symbol.c 	fprintf(ofile, "#define\tDOWNLOAD_CONST_COUNT\t0x%02x\n", i);
ofile             668 dev/microcode/aic7xxx/aicasm_symbol.c 	fprintf(ofile, "\n\n/* Exported Labels */\n");
ofile             675 dev/microcode/aic7xxx/aicasm_symbol.c 		fprintf(ofile, "#define\tLABEL_%-8s\t0x%02x\n",
ofile             208 dev/microcode/aic7xxx/aicasm_symbol.h void	symtable_dump(FILE *ofile, FILE *dfile);