Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c554 static boolean_t need_to_commit = B_FALSE; variable
1469 need_to_commit = B_TRUE; in initialize()
1474 } else if (need_to_commit) { in initialize()
1501 need_to_commit = B_TRUE; in initialize()
1796 need_to_commit = B_TRUE; in create_func()
2689 need_to_commit = B_FALSE; in delete_func()
3066 need_to_commit = B_TRUE; in remove_aliased_rctl()
3141 need_to_commit = B_TRUE; in remove_fs()
3156 need_to_commit = B_TRUE; in remove_fs()
3175 need_to_commit = B_TRUE; in remove_net()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c330 static boolean_t need_to_commit = B_FALSE; variable
918 if (need_to_commit) { in cleanup()
1168 if (!need_to_commit) in do_commit()
1187 need_to_commit = B_FALSE; in do_commit()
1227 if (!need_to_commit) { in commit_func()
1259 need_to_commit = B_FALSE; in do_cancel()
1459 need_to_commit = B_TRUE; in create_func()
1712 if (need_to_commit) in end_func()
1719 if (!need_to_commit || in end_func()
1720 (need_to_commit && (ask_yesno(B_FALSE, in end_func()
[all …]