Lines Matching refs:f
43 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_base.h"
44 print "Writing file: " + f
46 p = open(f, 'w');
48 tcm_mod_err("Unable to open file: " + f)
73 tcm_mod_err("Unable to write f: " + f)
87 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_base.h"
88 print "Writing file: " + f
90 p = open(f, 'w');
92 tcm_mod_err("Unable to open file: " + f)
116 tcm_mod_err("Unable to write f: " + f)
130 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_base.h"
131 print "Writing file: " + f
133 p = open(f, 'w');
135 tcm_mod_err("Unable to open file: " + f)
157 tcm_mod_err("Unable to write f: " + f)
183 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_configfs.c"
184 print "Writing file: " + f
186 p = open(f, 'w');
188 tcm_mod_err("Unable to open file: " + f)
335 tcm_mod_err("Unable to write f: " + f)
380 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_fabric.c"
381 print "Writing file: " + f
383 p = open(f, 'w')
385 tcm_mod_err("Unable to open file: " + f)
549 tcm_mod_err("Unable to write f: " + f)
563 f = fabric_mod_dir_var + "/Makefile"
564 print "Writing file: " + f
566 p = open(f, 'w')
568 tcm_mod_err("Unable to open file: " + f)
576 tcm_mod_err("Unable to write f: " + f)
584 f = fabric_mod_dir_var + "/Kconfig"
585 print "Writing file: " + f
587 p = open(f, 'w')
589 tcm_mod_err("Unable to open file: " + f)
600 tcm_mod_err("Unable to write f: " + f)
609 f = open(kbuild, 'a')
610 f.write(buf)
611 f.close()
618 f = open(kconfig, 'a')
619 f.write(buf)
620 f.close()