Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()
/freebsd/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()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_entry_size_unset.c297 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST()
317 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.c374 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
396 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_stream.c115 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_file.c126 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
H A Dtest_write_format_zip_file_zip64.c129 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/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`
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h392 void dumpfile(const char *filename, void *, size_t);
H A Dtest_main.c3167 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c5242 FILE *dumpfile; in save_and_apply_config_tree()
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()
5214 FILE *dumpfile; save_and_apply_config_tree() local
/freebsd/contrib/ntp/
H A DCommitLog[all...]