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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2096 * causes all items marked as requiring change in actions and old_actions
2103 ipqos_conf_action_t *old_actions)
2127 res = remove_items(old_actions, B_FALSE);
2779 * causes all changes marked as being done in actions and old_actions
2786 ipqos_conf_action_t *old_actions)
2795 res = add_items(old_actions, B_TRUE);
2802 res = undo_modifys(old_actions, actions);
2101 applydiff( ipqos_conf_action_t *actions, ipqos_conf_action_t *old_actions) argument
2784 rollback( ipqos_conf_action_t *actions, ipqos_conf_action_t *old_actions) argument

Completed in 80 milliseconds