| /freebsd-14.2/usr.sbin/acpi/acpidb/ |
| H A D | acpidb.c | 92 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-14.2/usr.sbin/rtsold/ |
| H A D | dump.c | 134 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-14.2/tools/tools/ath/ath_prom_read/ |
| H A D | ath_prom_read.c | 61 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-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_zip_windows_path.c | 64 dumpfile("constructed.zip", buff, used); in test_with_hdrcharset()
|
| H A D | test_write_format_zip_entry_size_unset.c | 297 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 D | test_write_read_format_zip.c | 594 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 D | test_write_format_zip.c | 578 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 D | test_write_format_zip_compression_store.c | 374 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 396 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_stream.c | 115 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file.c | 126 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip64_stream.c | 114 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file_zip64.c | 129 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | main.c | 2297 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | revision | 59 0 string SVN-fs-dump-format-version: Subversion dumpfile
|
| H A D | windows | 257 # verified partly by `wevtutil.exe gli /lf:true dumpfile.evtx`
|
| /freebsd-14.2/contrib/libarchive/test_utils/ |
| H A D | test_common.h | 392 void dumpfile(const char *filename, void *, size_t);
|
| H A D | test_main.c | 3167 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_config.c | 5242 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()
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | CommitLog | 177545 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
|