Searched defs:need_to_commit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c325 static boolean_t need_to_commit = B_FALSE; variable
908 if (need_to_commit) {
1158 if (!need_to_commit)
1177 need_to_commit = B_FALSE;
1213 if (!need_to_commit) {
1245 need_to_commit = B_FALSE;
1445 need_to_commit = B_TRUE;
1696 /* if need_to_commit is set, commit changes */
1697 if (need_to_commit)
1702 * need_to_commit i
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c552 static boolean_t need_to_commit = B_FALSE; variable
1467 need_to_commit = B_TRUE;
1472 } else if (need_to_commit) {
1499 need_to_commit = B_TRUE;
1794 need_to_commit = B_TRUE;
2685 need_to_commit = B_FALSE;
3062 need_to_commit = B_TRUE;
3137 need_to_commit = B_TRUE;
3152 need_to_commit = B_TRUE;
3171 need_to_commit
[all...]

Completed in 72 milliseconds