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

/freebsd-10.1-release/contrib/amd/hlfsd/
H A Dhomedir.c735 FILE *dumpfile; local
754 if ((dumpfile = fdopen(dumpfd, "a")) != NULL) {
756 fprintf(dumpfile, "\n\nNew plt_dump():\n");
758 fprintf(dumpfile,
767 fprintf(dumpfile, "\nUserName table by plt_print():\n");
769 fprintf(dumpfile, "%4d : \"%s\" %4lu \"%s\"\n", i,
772 fclose(dumpfile);
780 FILE *dumpfile; local
783 if ((dumpfile = fopen("/var/tmp/hlfsdump", "a")) != NULL) {
784 fprintf(dumpfile, "\
[all...]
/freebsd-10.1-release/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c56 fprintf(stderr, " %s [-i ifname] -d <dumpfile>\n", progname);
63 do_eeprom_dump(const char *dumpfile, uint16_t *eebuf, int eelen) argument
68 fp = fopen(dumpfile, "w");
/freebsd-10.1-release/usr.sbin/acpi/acpidb/
H A Dacpidb.c89 static void aml_simulation_regload(const char *dumpfile);
90 static void aml_simulation_regdump(const char *dumpfile);
202 aml_simulation_regload(const char *dumpfile) argument
212 if ((fp = fopen(dumpfile, "r")) == NULL) {
244 aml_simulation_regdump(const char *dumpfile) argument
252 if ((fp = fopen(dumpfile, "w")) == NULL) {
253 warn("%s", dumpfile);
/freebsd-10.1-release/usr.sbin/rtsold/
H A Ddump.c125 rtsold_dump_file(const char *dumpfile) argument
127 if ((fp = fopen(dumpfile, "w")) == NULL) {
129 dumpfile, strerror(errno));
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_config.c4588 FILE *dumpfile; local
4592 dumpfile = fopen(OPT_ARG( SAVECONFIGQUIT ), "w");
4593 if (NULL == dumpfile) {
4601 dumpfailed = dump_all_config_trees(dumpfile, 0);

Completed in 133 milliseconds