| /openbmc/qemu/scripts/kvm/ |
| H A D | kvm_flightrecorder | 43 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 D | flash_bios_obj.c | 116 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 D | flasher_obj.c | 192 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 D | ftools.py | 11 def write_file(path, data): function 52 write_file(path, "\n".join(contents))
|
| H A D | commands.py | 225 ftools.write_file(postconfig_file, postconfig)
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | vvfat | 277 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 D | case.py | 175 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__.py | 110 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 D | signing.py | 16 from oeqa.utils.ftools import write_file 217 write_file(recipe_append_path, feature)
|
| H A D | bbtests.py | 197 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 D | bblock.py | 88 ftools.write_file(recipe_append_path, task_append)
|
| H A D | buildoptions.py | 127 ftools.write_file(dummy_layer_conf_path, dummy_layer_content)
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | disable-version-check.patch | 25 - &write_file($realos_cache_file, \%realos);
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 308 def write_file(path, data): function 334 write_file(path, "\n".join(new_contents))
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | fat16.py | 614 def write_file(self, entry: FatDirectoryEntry, data: bytes) -> None: member in Fat16
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 9905 @@ -72,7 +72,7 @@ write_file(const char *name, int nlines, ...)
|