Home
last modified time | relevance | path

Searched refs:dumpfile (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/
H A Dreplay-dump.py121 step_id = read_qword(dumpfile)
133 def decode_async(eid, name, dumpfile): argument
150 ins_diff = read_dword(dumpfile)
155 audio_data = read_dword(dumpfile)
167 next_event = read_event(dumpfile)
187 def decode_clock(eid, name, dumpfile): argument
188 clock_data = read_qword(dumpfile)
280 dumpfile = open(filename, "rb")
283 version = read_dword(dumpfile)
284 junk = read_qword(dumpfile)
[all …]
/openbmc/linux/scripts/genksyms/
H A Dgenksyms.c797 dumpfile = fopen(optarg, "w"); in main()
798 if (!dumpfile) { in main()
836 fputs("override ", dumpfile); in main()
839 putc('#', dumpfile); in main()
841 fputs(sym->name, dumpfile); in main()
842 putc(' ', dumpfile); in main()
844 fputs("extern ", dumpfile); in main()
845 print_list(dumpfile, sym->defn); in main()
846 putc('\n', dumpfile); in main()
859 if (dumpfile) in main()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/
H A Ddnsmasq_2.90.bb28 PACKAGECONFIG ?= "auth dhcp dhcp6 dumpfile inotify ipset loop script tftp"
37 PACKAGECONFIG[dumpfile] = "-DHAVE_DUMPFILE,-DNO_DUMPFILE"
/openbmc/openbmc/poky/meta/classes/
H A Dprexport.bbclass48 #remove dumpfile
H A Darchiver.bbclass586 dumpfile = os.path.join(d.getVar('ARCHIVER_OUTDIR'), \
588 bb.note('Dumping metadata into %s' % dumpfile)
589 with open(dumpfile, "w") as f:
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst147 ``core_pattern`` is used to specify a core dumpfile pattern name.