Home
last modified time | relevance | path

Searched refs:NWAM_STATE_ONLINE (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncp.c126 NWAM_STATE_ONLINE, NWAM_AUX_STATE_ACTIVE); in nwamd_ncp_handle_enable_event()
405 if (state == NWAM_STATE_ONLINE && in nwamd_ncu_check_or_activate()
406 (if_state == NWAM_STATE_ONLINE || in nwamd_ncu_check_or_activate()
440 if (state == NWAM_STATE_ONLINE && in nwamd_ncu_check_or_activate()
441 if_state == NWAM_STATE_ONLINE && in nwamd_ncu_check_or_activate()
455 if (state == NWAM_STATE_ONLINE && in nwamd_ncu_check_or_activate()
456 (if_state == NWAM_STATE_ONLINE || in nwamd_ncu_check_or_activate()
481 if (state == NWAM_STATE_ONLINE && in nwamd_ncu_check_or_activate()
482 (if_state == NWAM_STATE_ONLINE || in nwamd_ncu_check_or_activate()
H A Denm.c276 state = NWAM_STATE_ONLINE; in nwamd_enm_activate_deactivate_thread()
430 state = NWAM_STATE_ONLINE; in nwamd_enm_activate()
638 case NWAM_STATE_ONLINE: in nwamd_enm_check()
655 case NWAM_STATE_ONLINE: in nwamd_enm_check()
700 if (state != NWAM_STATE_ONLINE && satisfied) { in nwamd_enm_check()
706 if (state == NWAM_STATE_ONLINE && !satisfied) { in nwamd_enm_check()
781 object->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_enm_handle_init_event()
833 if (object->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_enm_handle_action_event()
H A Dloc.c226 NWAM_STATE_ONLINE, NWAM_AUX_STATE_ACTIVE); in nwamd_loc_activate()
350 if (object->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_ncu_online_check()
455 if (state == NWAM_STATE_ONLINE && old_enabled == new_enabled) { in nwamd_loc_handle_init_event()
497 if (object->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_loc_handle_action_event()
H A Dncu.c213 object_name, NWAM_STATE_ONLINE, in nwamd_ncu_state_machine()
391 if ((up && object->nwamd_object_state != NWAM_STATE_ONLINE) || in nwamd_ncu_state_machine()
398 up ? NWAM_STATE_ONLINE : NWAM_STATE_OFFLINE, in nwamd_ncu_state_machine()
1951 if (object->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_ncu_handle_action_event()
2044 object->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_ncu_handle_state_event()
2065 (new_state == NWAM_STATE_ONLINE || in nwamd_ncu_handle_state_event()
2115 case NWAM_STATE_ONLINE: in nwamd_ncu_handle_state_event()
2153 if (new_state == NWAM_STATE_ONLINE) { in nwamd_ncu_handle_state_event()
2159 if (new_state == NWAM_STATE_ONLINE) in nwamd_ncu_handle_state_event()
H A Dncu_phys.c541 case NWAM_STATE_ONLINE: in nwamd_wlan_set_key()
545 ncu_obj->nwamd_object_name, NWAM_STATE_ONLINE, in nwamd_wlan_set_key()
1109 ncu_obj->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_ncu_handle_periodic_scan_event()
1454 if (ncu_obj->nwamd_object_state != NWAM_STATE_ONLINE) { in wlan_scan_thread()
1481 if (ncu_obj->nwamd_object_state != NWAM_STATE_ONLINE) { in wlan_scan_thread()
1704 ncu_obj->nwamd_object_name, NWAM_STATE_ONLINE, in wlan_connect_thread()
1949 (ncu_obj->nwamd_object_state == NWAM_STATE_ONLINE || in nwamd_ncu_handle_link_state_event()
H A Dncu_ip.c845 case NWAM_STATE_ONLINE: in nwamd_ncu_handle_if_state_event()
1120 if (state != NWAM_STATE_ONLINE) in nwamd_ncu_handle_if_state_event()
1139 } else if (state == NWAM_STATE_ONLINE || in nwamd_ncu_handle_if_state_event()
1347 ncu_obj->nwamd_object_state != NWAM_STATE_ONLINE) { in start_dhcp_thread()
H A Dconditions.c124 return (state == NWAM_STATE_ONLINE); in test_condition_object_state()
126 return (state != NWAM_STATE_ONLINE); in test_condition_object_state()
H A Ddoor_if.c471 NWAM_STATE_ONLINE; in nwamd_door_req_state()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam.h205 NWAM_STATE_ONLINE = 0x10, enumerator
216 NWAM_STATE_ONLINE | \
H A Dlibnwam_object.c441 state == NWAM_STATE_ONLINE)); in nwam_is_active()
H A Dlibnwam_util.c402 case NWAM_STATE_ONLINE: in nwam_state_to_string()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c256 if (state == NWAM_STATE_ONLINE) { in active_ncp_callback()
816 if (state == NWAM_STATE_ONLINE) { in list_ncp_cb()