Searched refs:add_undo (Results 1 – 1 of 1) sorted by relevance
2436 boolean_t add_undo) in remove_items() argument2442 IPQOSCDBG1(L0, "In remove_items, add_undo: %u\n", add_undo); in remove_items()2449 res = remove_item(act, add_undo); in remove_items()2468 boolean_t add_undo) in remove_item() argument2477 act->name, add_undo, act->modified); in remove_item()2491 if (add_undo == B_FALSE && act->todel == B_TRUE || in remove_item()2492 add_undo == B_TRUE && act->new == B_TRUE && in remove_item()2498 res = remove_item(dep->action, add_undo); in remove_item()2525 if ((add_undo == B_FALSE && flt->todel == B_TRUE) || in remove_item()2526 (add_undo == B_TRUE && flt->new == B_TRUE && in remove_item()[all …]