Searched refs:oldact (Results 1 – 2 of 2) sorted by relevance
1734 struct sigaction act, oldact; local1746 if (sigaction(sig, &act, &oldact) < 0) {1755 if (sigaction(sig, &oldact, NULL) < 0) {
2678 ipqos_conf_action_t *oldact; in undo_modifys() local2688 oldact = actionexist(act->name, oactions); in undo_modifys()2695 if (oldact == NULL) { in undo_modifys()2704 &oldact->params->nvlist, in undo_modifys()2717 oldact->filters); in undo_modifys()2731 oldcls = classexist(cls->name, oldact->classes); in undo_modifys()