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)
84 tcm_mod_err("Unable to write f: " + f)
98 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_base.h"
99 print "Writing file: " + f
101 p = open(f, 'w');
103 tcm_mod_err("Unable to open file: " + f)
137 tcm_mod_err("Unable to write f: " + f)
151 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_base.h"
152 print "Writing file: " + f
154 p = open(f, 'w');
156 tcm_mod_err("Unable to open file: " + f)
186 tcm_mod_err("Unable to write f: " + f)
212 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_configfs.c"
213 print "Writing file: " + f
215 p = open(f, 'w');
217 tcm_mod_err("Unable to open file: " + f)
439 tcm_mod_err("Unable to write f: " + f)
484 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_fabric.c"
485 print "Writing file: " + f
487 p = open(f, 'w')
489 tcm_mod_err("Unable to open file: " + f)
837 tcm_mod_err("Unable to write f: " + f)
851 f = fabric_mod_dir_var + "/Makefile"
852 print "Writing file: " + f
854 p = open(f, 'w')
856 tcm_mod_err("Unable to open file: " + f)
864 tcm_mod_err("Unable to write f: " + f)
872 f = fabric_mod_dir_var + "/Kconfig"
873 print "Writing file: " + f
875 p = open(f, 'w')
877 tcm_mod_err("Unable to open file: " + f)
888 tcm_mod_err("Unable to write f: " + f)
897 f = open(kbuild, 'a')
898 f.write(buf)
899 f.close()
906 f = open(kconfig, 'a')
907 f.write(buf)
908 f.close()