Lines Matching defs:enabled
45 * has been established - name services, IPsec config, etc, and can be enabled
77 "specifies if location is to be enabled",
1042 /* Determine if location is enabled or not */
1068 boolean_t curr_state, enabled = B_FALSE;
1079 enabled = B_TRUE;
1083 /* If the enabled property is not changing, don't do anything. */
1085 curr_state == enabled)
1088 if (nwam_value_create_boolean(enabled, &enabledval) != NWAM_SUCCESS)
1099 * Update the enabled property for this location (and for all others
1103 nwam_loc_update_enabled(nwam_loc_handle_t loch, boolean_t enabled)
1108 if (enabled) {
1110 * Disable all other locations that are manually enabled
1112 * enabled at once.
1127 boolean_t enabled;
1131 /* Make sure location is not enabled */
1132 if ((err = nwam_loc_is_enabled(loch, &enabled)) != NWAM_SUCCESS)
1134 if (enabled)
1153 boolean_t enabled;
1157 /* Make sure location is enabled */
1158 if ((err = nwam_loc_is_enabled(loch, &enabled)) != NWAM_SUCCESS)
1160 if (!enabled)