Lines Matching defs:state
79 * order to tear down config, (online*, uninitialized) state change events
81 * are not enqueued as this would result in state events for the old NCP
173 * The only state events we create are (online, active) events which are
320 nwam_state_t state, if_state;
324 state = object->nwamd_object_state;
329 /* skip NCUs in UNINITIALIZED state */
330 if (state == NWAM_STATE_UNINITIALIZED) {
364 /* Get the state of the corresponding interface NCU */
382 if (state == NWAM_STATE_OFFLINE && ncu->ncu_enabled) {
390 if (state != NWAM_STATE_DISABLED &&
405 if (state == NWAM_STATE_ONLINE &&
415 if (state == NWAM_STATE_OFFLINE &&
440 if (state == NWAM_STATE_ONLINE &&
455 if (state == NWAM_STATE_ONLINE &&
461 if (state == NWAM_STATE_OFFLINE) {
481 if (state == NWAM_STATE_ONLINE &&
491 if (state == NWAM_STATE_OFFLINE) {
567 * to check up on the state of this priority group.