Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/acpi/acpidb/
H A Dacpidb.c94 static void aml_simulation_regload(const char *dumpfile);
95 static void aml_simulation_regdump(const char *dumpfile);
224 aml_simulation_regload(const char *dumpfile) in aml_simulation_regload() argument
234 if ((fp = fopen(dumpfile, "r")) == NULL) { in aml_simulation_regload()
266 aml_simulation_regdump(const char *dumpfile) in aml_simulation_regdump() argument
274 if ((fp = fopen(dumpfile, "w")) == NULL) { in aml_simulation_regdump()
275 warn("%s", dumpfile); in aml_simulation_regdump()
/freebsd-13.1/usr.sbin/rtsold/
H A Ddump.c136 rtsold_init_dumpfile(const char *dumpfile) in rtsold_init_dumpfile() argument
141 if ((fp = fopen(dumpfile, "w")) == NULL) { in rtsold_init_dumpfile()
143 dumpfile, strerror(errno)); in rtsold_init_dumpfile()
150 dumpfile, strerror(errno)); in rtsold_init_dumpfile()
/freebsd-13.1/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c191 const char *dumpfile; member
481 const char *dumpfile, in replay_revisions() argument
488 if (dumpfile) in replay_revisions()
490 SVN_ERR(svn_stream_open_writable(&output_stream, dumpfile, pool, pool)); in replay_revisions()
564 const char *dumpfile, in load_revisions() argument
571 if (dumpfile) in load_revisions()
651 opt_baton->dumpfile, pool); in dump_cmd()
666 opt_baton->dumpfile, opt_baton->quiet, in load_cmd()
815 opt_baton->dumpfile = NULL; in sub_main()
934 opt_baton->dumpfile = opt_arg; in sub_main()
[all …]
/freebsd-13.1/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c63 do_eeprom_dump(const char *dumpfile, uint16_t *eebuf, int eelen) in do_eeprom_dump() argument
68 fp = fopen(dumpfile, "w"); in do_eeprom_dump()
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_entry_size_unset.c298 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST()
318 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST()
H A Dtest_write_format_zip.c562 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
628 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST()
698 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
778 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
858 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_read_format_zip.c568 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
618 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
671 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST()
723 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_compression_store.c360 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
382 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_file.c117 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_file_zip64.c120 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dmain.c2297 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
/freebsd-13.1/contrib/file/magic/Magdir/
H A Drevision59 0 string SVN-fs-dump-format-version: Subversion dumpfile
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_common.h398 void dumpfile(const char *filename, void *, size_t);
H A Dtest_main.c3134 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_config.c5052 FILE *dumpfile; in save_and_apply_config_tree() local
5056 dumpfile = fopen(OPT_ARG( SAVECONFIGQUIT ), "w"); in save_and_apply_config_tree()
5057 if (NULL == dumpfile) { in save_and_apply_config_tree()
5065 dumpfailed = dump_all_config_trees(dumpfile, 0); in save_and_apply_config_tree()
/freebsd-13.1/contrib/subversion/
H A DCHANGES2803 non-deltas dumpfile (r1652182 et al.)
5589 - 'svnadmin dump --deltas' - include binary diffs in dumpfile
5982 ## dumpfile. ##
6258 ## this change to dump your repository to a dumpfile, then use ##
6259 ## this new Subversion code to create, and load your dumpfile ##
/freebsd-13.1/contrib/ntp/
H A DCommitLog168189 Handling the dumpfile argument of the dumpcfg command
168193 Added the dumpfile argument to the dumpcfg command
168199 Handling the dumpfile argument of the dumpcfg command
168202 Added the dumpfile argument to the dumpcfg command