Home
last modified time | relevance | path

Searched refs:add_undo (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2441 boolean_t add_undo) in remove_items() argument
2447 IPQOSCDBG1(L0, "In remove_items, add_undo: %u\n", add_undo); in remove_items()
2454 res = remove_item(act, add_undo); in remove_items()
2473 boolean_t add_undo) in remove_item() argument
2482 act->name, add_undo, act->modified); in remove_item()
2496 if (add_undo == B_FALSE && act->todel == B_TRUE || in remove_item()
2497 add_undo == B_TRUE && act->new == B_TRUE && in remove_item()
2503 res = remove_item(dep->action, add_undo); in remove_item()
2530 if ((add_undo == B_FALSE && flt->todel == B_TRUE) || in remove_item()
2531 (add_undo == B_TRUE && flt->new == B_TRUE && in remove_item()
[all …]