Searched refs:dc_conf_fp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.h44 FILE *dc_conf_fp; /* File pointer for config file */ member in struct:dumpconf
H A Ddconf.c115 dcp->dc_conf_fp = NULL;
148 if ((dcp->dc_conf_fp = fdopen(dcp->dc_conf_fd, fpmode)) == NULL) {
160 for (line = 1; fgets(buf, BUFSIZ, dcp->dc_conf_fp) != NULL; line++) {
240 if (fclose(dcp->dc_conf_fp) == 0) {
252 if (fseeko(dcp->dc_conf_fp, (off_t)0, SEEK_SET) == -1) {
265 "#\n", dcp->dc_conf_fp);
268 if (fprintf(dcp->dc_conf_fp, "%s=", tokp->tok_name) == -1 ||
269 tokp->tok_print(dcp, dcp->dc_conf_fp) == -1) {
275 if (fflush(dcp->dc_conf_fp) != 0)

Completed in 44 milliseconds