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

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c372 int oconf; local
393 if ((oconf = ioctl(dcp->dc_dump_fd, DIOCGETCONF, 0)) == -1) {
398 oconf &= DUMP_CONTENT;
501 (void) ioctl(dcp->dc_dump_fd, DIOCSETCONF, oconf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c9432 * current configuration, then attempts to apply the oconf (the old
9440 ipqos_conf_action_t *oconf)
9454 mark_config_new(oconf);
9459 res = applydiff(oconf, NULL);
9481 ipqos_conf_action_t *oconf = NULL; local
9518 res = readkconf(&oconf);
9533 for (oact = oconf; oact != NULL; oact = oact->next) {
9556 res = validconf(oconf, 0);
9563 res = diffconf(oconf, conf);
9577 res = applydiff(conf, oconf);
9439 rollback_recover( ipqos_conf_action_t *oconf) argument
[all...]

Completed in 301 milliseconds