Searched refs:dumpconf_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.h48 } dumpconf_t; typedef in typeref:struct:dumpconf
68 extern int dconf_open(dumpconf_t *, const char *, const char *, int);
69 extern int dconf_getdev(dumpconf_t *);
70 extern int dconf_close(dumpconf_t *);
71 extern int dconf_write(dumpconf_t *);
72 extern int dconf_update(dumpconf_t *, int);
73 extern void dconf_print(dumpconf_t *, FILE *);
74 extern int dconf_write_uuid(dumpconf_t *);
75 extern int dconf_get_dumpsize(dumpconf_t *);
77 extern int dconf_str2device(dumpconf_t *, cha
[all...]
H A Ddconf.c49 int (*tok_parse)(dumpconf_t *, char *);
50 int (*tok_print)(const dumpconf_t *, FILE *);
54 static int print_device(const dumpconf_t *, FILE *);
55 static int print_savdir(const dumpconf_t *, FILE *);
56 static int print_content(const dumpconf_t *, FILE *);
57 static int print_enable(const dumpconf_t *, FILE *);
58 static int print_csave(const dumpconf_t *, FILE *);
89 dconf_init(dumpconf_t *dcp, int dcmode)
122 dconf_open(dumpconf_t *dcp, const char *dpath, const char *fpath, int dcmode)
217 dconf_getdev(dumpconf_t *dc
[all...]
H A Dmain.c60 dumpconf_t dc; /* current configuration */
111 * modifying the dumpconf_t as appropriate.

Completed in 58 milliseconds