Searched refs:dumpfile (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | replay-dump.py | 97 def call_decode(table, index, dumpfile): argument 106 return decoder.fn(decoder.eid, decoder.name, dumpfile) 133 def swallow_async_qword(eid, name, dumpfile): argument 135 step_id = read_qword(dumpfile) 139 def swallow_bytes(eid, name, dumpfile, nr): argument 141 dumpfile.seek(nr, os.SEEK_CUR) 145 def decode_instruction(eid, name, dumpfile): argument 147 ins_diff = read_dword(dumpfile) 152 def decode_interrupt(eid, name, dumpfile): argument 156 def decode_exception(eid, name, dumpfile): argument [all …]
|
/openbmc/linux/scripts/genksyms/ |
H A D | genksyms.c | 756 FILE *dumpfile = NULL, *ref_file = NULL; in main() local 804 dumpfile = fopen(optarg, "w"); in main() 805 if (!dumpfile) { in main() 843 fputs("override ", dumpfile); in main() 845 putc(symbol_types[sym->type].n, dumpfile); in main() 846 putc('#', dumpfile); in main() 848 fputs(sym->name, dumpfile); in main() 849 putc(' ', dumpfile); in main() 851 fputs("extern ", dumpfile); in main() 852 print_list(dumpfile, sym->defn); in main() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/ |
H A D | dnsmasq_2.90.bb | 28 auth dhcp dumpfile inotify ipset loop script tftp \ 41 PACKAGECONFIG[dumpfile] = "-DHAVE_DUMPFILE,-DNO_DUMPFILE"
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | prexport.bbclass | 48 #remove dumpfile
|
H A D | archiver.bbclass | 587 dumpfile = os.path.join(d.getVar('ARCHIVER_OUTDIR'), \ 589 bb.note('Dumping metadata into %s' % dumpfile) 590 with open(dumpfile, "w") as f:
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 147 ``core_pattern`` is used to specify a core dumpfile pattern name.
|