Lines Matching defs:modified

1153  * modified if it is different.
1166 IPQOSCDBG1(DIFF, "marking class %s as modified\n", new->name);
1168 new->modified = B_TRUE;
1174 IPQOSCDBG1(DIFF, "marking class %s as modified\n", new->name);
1176 new->modified = B_TRUE;
1185 * marks the new params as modified if different.
1203 new->modified = B_TRUE;
1215 new->modified = B_TRUE;
1241 IPQOSCDBG1(DIFF, "Marking filter %s as modified\n", new->name);
1243 new->modified = B_TRUE;
1256 IPQOSCDBG1(DIFF, "Marking filter %s as modified\n", new->name);
1257 new->modified = B_TRUE;
1281 IPQOSCDBG1(DIFF, "Marking prm filter %s as modified.\n",
1284 flt->modified = B_TRUE;
1296 IPQOSCDBG1(DIFF, "Marking prm class %s as modified.\n",
1299 cls->modified = B_TRUE;
1310 * mark all classes and filters either new (non-permanent) or modified.
1322 /* mark all permanent filters as modified and all others new */
1326 IPQOSCDBG1(DIFF, "Marking prm filter %s as modified.\n",
1329 flt->modified = B_TRUE;
1330 action->modified = B_TRUE;
1339 /* mark all permanent classes as modified and all others new */
1342 IPQOSCDBG1(DIFF, "Marking prm class %s as modified.\n",
1345 cls->modified = B_TRUE;
1346 action->modified = B_TRUE;
1432 * and parameters. If it is different the new action is marked as modified
1464 /* mark action as modified if params are */
1465 if (new->params->modified == B_TRUE) {
1466 IPQOSCDBG1(DIFF, "Marking params for action %s modified\n",
1469 new->modified = B_TRUE;
1477 * that are new/modified, approriately in the new class, and any removed
1479 * object within marked, as modified.
1511 old->modified = B_TRUE;
1517 * to be marked as and modified. This returns the class
1546 /* loop through new classes checking for new / modified classes */
1560 new->modified = B_TRUE; /* mark new action */
1570 if (cls->modified == B_TRUE) {
1571 new->modified = B_TRUE;
1581 * that are new/modified, approriately in the new filter/s, and any removed
1583 * object within marked, as modified.
1599 /* check for new/modified filters */
1621 new->modified = B_TRUE; /* mark new action */
1679 new->modified = B_TRUE; /* mark new action */
1682 old->modified = B_TRUE;
1686 /* compare and mark as modified if diff */
1692 if (flt->modified == B_TRUE) {
1694 new->modified = B_TRUE;
1718 old->modified = B_TRUE; /* mark old action */
2164 * new/modified action and apply any additions there, then return.
2477 act->name, add_undo, act->modified);
2518 /* if modified action */
2520 } else if (act->modified == B_TRUE) {
2571 /* mark action as having been modified */
2581 * modified as a modification to the kernel action represented.
2602 if (act->modified == B_FALSE) {
2608 if (act->params->modified) {
2622 if (cls->modified) {
2638 if (flt->modified) {
2650 /* mark action modified */
2660 * marked as having been modified the object modification is done in
2694 /* if parameters were modified switch them back */
2696 if (act->params->modified == B_TRUE &&
2706 /* for each filter in action if filter modified switch back */
2709 if (flt->modified == B_TRUE &&
2721 /* for each class in action if class modified switch back */
2724 if (cls->modified == B_TRUE &&
2800 /* change modified items back how they were */
9015 * modified is set to represent whether the attempt to flush modified
9022 boolean_t *modified)
9034 *modified = B_FALSE;
9074 *modified = B_TRUE;
9084 * Trys to flush the configuration. If it fails and nothing has been modified
9096 boolean_t modified = B_FALSE;
9101 res = flush(&modified);
9103 (modified == B_FALSE)) {
9110 * failed flush that modified config, or force flush set; loop till
9121 res = flush(&modified);