Home
last modified time | relevance | path

Searched refs:write_file (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/scripts/kvm/
H A Dkvm_flightrecorder43 def write_file(path, data): function
47 write_file(trace_path('events', subsystem, event, 'enable'), '1' if enable else '0')
50 write_file(trace_path('events', subsystem, 'enable'), '1' if enable else '0')
54 write_file(trace_path('tracing_on'), '1')
57 write_file(trace_path('tracing_on'), '0')
59 write_file(trace_path('events', 'enable'), '0')
60 write_file(trace_path('current_tracer'), 'nop')
110 write_file(trace_path('buffer_size_kb'), str(buffer_size_kb))
/openbmc/skeleton/flashbios/
H A Dflash_bios_obj.c116 gchar* write_file, in on_update_via_tftp() argument
129 printf("Flashing BIOS from TFTP: %s,%s\n",url,write_file); in on_update_via_tftp()
130 flash_set_filename(flash,write_file); in on_update_via_tftp()
131 flash_emit_download(flash,url,write_file); in on_update_via_tftp()
180 gchar* write_file, in on_update() argument
195 printf("Flashing BIOS from: %s\n",write_file); in on_update()
199 flash_set_filename(flash,write_file); in on_update()
/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c192 flash(FlashControl* flash_control, enum flash_access chip, uint32_t address, char* write_file, char… in flash() argument
195 printf("flasher: %s, BMC = %d, address = 0x%x\n", write_file, chip, address); in flash()
203 if(strcmp(write_file,"")!=0) in flash()
207 if(stat(write_file, &stbuf)) { in flash()
216 rc = program_file(flash_control, write_file, address, write_size); in flash()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dftools.py11 def write_file(path, data): function
52 write_file(path, "\n".join(contents))
H A Dcommands.py225 ftools.write_file(postconfig_file, postconfig)
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dvvfat277 fat16.write_file(file, b"Hello, world! 0\n")
296 fat16.write_file(file, new_content)
358 fat16.write_file(file, new_content)
389 fat16.write_file(file, new_content)
411 fat16.write_file(file, new_content)
431 fat16.write_file(file, new_content)
456 fat16.write_file(file, new_content)
474 fat16.write_file(new_file, new_content)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py175 ftools.write_file(dest_path, data)
195 ftools.write_file(inc_file, data)
223 ftools.write_file(self.testinc_bblayers_path, data)
238 ftools.write_file(self.machineinc_path, data)
245 ftools.write_file(destfile, "")
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py110 GdbCrossConfig.write_file(self.gdbserver_script, cmd_lines, True)
160 GdbCrossConfig.write_file(self.gdbinit, gdbinit_lines)
168 GdbCrossConfig.write_file(self.gdb_script, cmd_lines, True)
176 def write_file(script_file, cmd_lines, executable=False): member in GdbCrossConfig
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py16 from oeqa.utils.ftools import write_file
217 write_file(recipe_append_path, feature)
H A Dbbtests.py197 ftools.write_file(preconf ,"TEST_PREFILE=\"prefile\"")
211 ftools.write_file(postconf , "TEST_POSTFILE=\"postfile\"")
306 ftools.write_file(recipe_append_path, feature)
H A Dbblock.py88 ftools.write_file(recipe_append_path, task_append)
H A Dbuildoptions.py127 ftools.write_file(dummy_layer_conf_path, dummy_layer_content)
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Ddisable-version-check.patch25 - &write_file($realos_cache_file, \%realos);
/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py308 def write_file(path, data): function
334 write_file(path, "\n".join(new_contents))
/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py614 def write_file(self, entry: FatDirectoryEntry, data: bytes) -> None: member in Fat16
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch9905 @@ -72,7 +72,7 @@ write_file(const char *name, int nlines, ...)