Searched defs:dcmode (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dumpadm/
H A Dmain.c57 int dcmode = DC_CURRENT; /* kernel settings override unless -u */ local
77 dcmode = DC_OVERRIDE;
106 if (dconf_open(&dc, PATH_DEVICE, PATH_CONFIG, dcmode) == -1)
194 if (dcmode == DC_OVERRIDE) {
227 if (dcmode == DC_CURRENT)
H A Ddconf.c89 dconf_init(dumpconf_t *dcp, int dcmode) argument
114 dcp->dc_mode = dcmode;
122 dconf_open(dumpconf_t *dcp, const char *dpath, const char *fpath, int dcmode) argument
128 dconf_init(dcp, dcmode);
157 if (dcmode == DC_OVERRIDE)
210 if (dcmode == DC_CURRENT)

Completed in 57 milliseconds