Searched refs:dumpfile (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/usr.sbin/rtsold/
H A Ddump.c134 rtsold_init_dumpfile(const char *dumpfile) argument
139 if ((fp = fopen(dumpfile, "w")) == NULL) {
141 dumpfile, strerror(errno));
148 dumpfile, strerror(errno));
/freebsd-current/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c54 fprintf(stderr, " %s [-i ifname] -d <dumpfile>\n", progname);
61 do_eeprom_dump(const char *dumpfile, uint16_t *eebuf, int eelen) argument
66 fp = fopen(dumpfile, "w");
/freebsd-current/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) argument
232 if ((fp = fopen(dumpfile, "r")) == NULL) {
264 aml_simulation_regdump(const char *dumpfile) argument
272 if ((fp = fopen(dumpfile, "w")) == NULL) {
273 warn("%s", dumpfile);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_entry_size_unset.c297 dumpfile("constructed_size_unset.zip", zip_buffer, size);
317 dumpfile("constructed_size_unset.zip", zip_buffer, size);
H A Dtest_write_format_zip.c578 dumpfile("constructed.zip", buff, used);
644 dumpfile("constructed64.zip", buff, used);
714 dumpfile("constructed.zip", buff, used);
794 dumpfile("constructed.zip", buff, used);
874 dumpfile("constructed.zip", buff, used);
H A Dtest_write_format_zip_compression_store.c374 dumpfile("constructed.zip", buff, used);
396 dumpfile("constructed.zip", buff, used);
H A Dtest_write_read_format_zip.c594 dumpfile("constructed.zip", buff, used);
644 dumpfile("constructed.zip", buff, used);
697 dumpfile("constructed64.zip", buff, used);
749 dumpfile("constructed64.zip", buff, used);
H A Dtest_write_format_zip_stream.c110 dumpfile("constructed.zip", buff, used);
H A Dtest_write_format_zip64_stream.c114 dumpfile("constructed.zip", buff, used);
H A Dtest_write_format_zip_file.c126 dumpfile("constructed.zip", buff, used);
H A Dtest_write_format_zip_file_zip64.c129 dumpfile("constructed.zip", buff, used);
H A Dmain.c2297 dumpfile(const char *filename, void *data, size_t len) function
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_common.h389 void dumpfile(const char *filename, void *, size_t);
H A Dtest_main.c3154 dumpfile(const char *filename, void *data, size_t len) function
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c5242 FILE *dumpfile; local
5246 dumpfile = fopen(OPT_ARG( SAVECONFIGQUIT ), "w");
5247 if (NULL == dumpfile) {
5255 dumpfailed = dump_all_config_trees(dumpfile, 0);

Completed in 248 milliseconds