Lines Matching full: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)
332 tcm_mod_err("Unable to write f: " + f)
377 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_fabric.c"
378 print "Writing file: " + f
380 p = open(f, 'w')
382 tcm_mod_err("Unable to open file: " + f)
525 tcm_mod_err("Unable to write f: " + f)
539 f = fabric_mod_dir_var + "/Makefile"
540 print "Writing file: " + f
542 p = open(f, 'w')
544 tcm_mod_err("Unable to open file: " + f)
552 tcm_mod_err("Unable to write f: " + f)
560 f = fabric_mod_dir_var + "/Kconfig"
561 print "Writing file: " + f
563 p = open(f, 'w')
565 tcm_mod_err("Unable to open file: " + f)
576 tcm_mod_err("Unable to write f: " + f)
585 f = open(kbuild, 'a')
586 f.write(buf)
587 f.close()
594 f = open(kconfig, 'a')
595 f.write(buf)
596 f.close()