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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c317 static boolean_t remove_all_configurations = B_FALSE; variable
1540 assert(remove_all_configurations);
1562 remove_all_configurations = B_FALSE;
1606 remove_all_configurations = B_TRUE;
1613 if (remove_all_configurations) {
4246 if (remove_all_configurations && destroy_all() != NWAM_SUCCESS)
4300 remove_all_configurations = B_TRUE;
4308 if (remove_all_configurations && !cmd_file_mode) {

Completed in 86 milliseconds