Home
last modified time | relevance | path

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

/src/usr.sbin/acpi/acpidb/
H A Dacpidb.c92 static void aml_simulation_regload(const char *dumpfile);
93 static void aml_simulation_regdump(const char *dumpfile);
222 aml_simulation_regload(const char *dumpfile) in aml_simulation_regload() argument
232 if ((fp = fopen(dumpfile, "r")) == NULL) { in aml_simulation_regload()
264 aml_simulation_regdump(const char *dumpfile) in aml_simulation_regdump() argument
272 if ((fp = fopen(dumpfile, "w")) == NULL) { in aml_simulation_regdump()
273 warn("%s", dumpfile); in aml_simulation_regdump()
/src/usr.sbin/rtsold/
H A Ddump.c134 rtsold_init_dumpfile(const char *dumpfile) in rtsold_init_dumpfile() argument
139 if ((fp = fopen(dumpfile, "w")) == NULL) { in rtsold_init_dumpfile()
141 dumpfile, strerror(errno)); in rtsold_init_dumpfile()
148 dumpfile, strerror(errno)); in rtsold_init_dumpfile()
/src/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c61 do_eeprom_dump(const char *dumpfile, uint16_t *eebuf, int eelen) in do_eeprom_dump() argument
66 fp = fopen(dumpfile, "w"); in do_eeprom_dump()
/src/crypto/krb5/src/kadmin/dbutil/
H A Ddump.c52 typedef int (*load_func)(krb5_context context, const char *dumpfile, FILE *fp,
1365 restore_dump(krb5_context context, char *dumpfile, FILE *f, in restore_dump() argument
1372 while (!(err = dump->load_record(context, dumpfile, f, verbose, &lineno))); in restore_dump()
1375 lineno, dumpfile); in restore_dump()
1386 char *dumpfile = NULL, *dbname, buf[BUFSIZ]; in load_db() local
1433 dumpfile = argv[aindex]; in load_db()
1436 if (dumpfile != NULL) { in load_db()
1437 f = fopen(dumpfile, "r"); in load_db()
1439 com_err(progname, errno, _("while opening %s"), dumpfile); in load_db()
1444 dumpfile = _("standard input"); in load_db()
[all …]
/src/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_compression_lzmaxz.c344 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
369 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
392 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
420 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_entry_size_unset.c261 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST()
281 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST()
H A Dtest_write_format_zip_windows_path.c64 dumpfile("constructed.zip", buff, used); in test_with_hdrcharset()
H A Dtest_write_read_format_zip.c594 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
644 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
697 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST()
749 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip.c578 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
644 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST()
714 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
794 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
874 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_compression_store.c331 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
353 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_compression_zstd.c333 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
361 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_compression_bzip2.c333 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
358 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_stream.c83 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_file.c94 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip64_stream.c80 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_file_zip64.c95 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dmain.c2297 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
/src/contrib/file/magic/Magdir/
H A Drevision36 0 string SVN-fs-dump-format-version: Subversion dumpfile
H A Dwindows257 # verified partly by `wevtutil.exe gli /lf:true dumpfile.evtx`
/src/contrib/libarchive/test_utils/
H A Dtest_common.h398 void dumpfile(const char *filename, void *, size_t);
H A Dtest_main.c3107 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
/src/contrib/ntp/ntpd/
H A Dntp_config.c5242 FILE *dumpfile; in save_and_apply_config_tree() local
5246 dumpfile = fopen(OPT_ARG( SAVECONFIGQUIT ), "w"); in save_and_apply_config_tree()
5247 if (NULL == dumpfile) { in save_and_apply_config_tree()
5255 dumpfailed = dump_all_config_trees(dumpfile, 0); in save_and_apply_config_tree()
/src/contrib/ntp/
H A DCommitLog177545 Handling the dumpfile argument of the dumpcfg command
177549 Added the dumpfile argument to the dumpcfg command
177555 Handling the dumpfile argument of the dumpcfg command
177558 Added the dumpfile argument to the dumpcfg command