Searched refs:oldact (Results 1 – 2 of 2) sorted by relevance
1731 struct sigaction act, oldact; local1743 if (sigaction(sig, &act, &oldact) < 0) {1752 if (sigaction(sig, &oldact, NULL) < 0) {
2673 ipqos_conf_action_t *oldact; in undo_modifys() local2683 oldact = actionexist(act->name, oactions); in undo_modifys()2690 if (oldact == NULL) { in undo_modifys()2699 &oldact->params->nvlist, in undo_modifys()2712 oldact->filters); in undo_modifys()2726 oldcls = classexist(cls->name, oldact->classes); in undo_modifys()