Searched refs:rem_undo (Results 1 – 1 of 1) sorted by relevance
2143 boolean_t rem_undo) in add_items() argument2149 IPQOSCDBG1(L1, "In add_items, rem_undo: %u\n", rem_undo); in add_items()2158 (rem_undo == B_FALSE && act->new == B_TRUE || in add_items()2159 rem_undo == B_TRUE && act->deleted == B_TRUE)) { in add_items()2173 res = add_item(act, rem_undo); in add_items()2190 boolean_t rem_undo) in add_item() argument2199 actions->name, rem_undo); in add_item()2217 res = add_item(cls->alist->action, rem_undo); in add_item()2229 res = add_item(pact->action, rem_undo); in add_item()2239 if (((rem_undo == B_FALSE && act->new == B_TRUE) || in add_item()[all …]