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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Denm.c259 * If script execution fails and we're not destroying the
485 boolean_t destroying = B_FALSE; local
498 /* If destroying, we don't care about method failure/config err */
499 destroying = (aux_state == NWAM_AUX_STATE_UNINITIALIZED);
518 if (!destroying) {
527 if (!destroying) {
537 if (!destroying) {
557 if (!destroying) {
591 /* Only change state if we aren't destroying the ENM */
592 if (!destroying
[all...]

Completed in 69 milliseconds