Searched refs:NWAM_STATE_ONLINE (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncp.c | 126 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 D | enm.c | 276 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 D | loc.c | 226 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 D | ncu.c | 200 object_name, NWAM_STATE_ONLINE, in nwamd_ncu_state_machine() 378 if ((up && object->nwamd_object_state != NWAM_STATE_ONLINE) || in nwamd_ncu_state_machine() 385 up ? NWAM_STATE_ONLINE : NWAM_STATE_OFFLINE, in nwamd_ncu_state_machine() 1889 if (object->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_ncu_handle_action_event() 1982 object->nwamd_object_state == NWAM_STATE_ONLINE) { in nwamd_ncu_handle_state_event() 2003 (new_state == NWAM_STATE_ONLINE || in nwamd_ncu_handle_state_event() 2053 case NWAM_STATE_ONLINE: in nwamd_ncu_handle_state_event() 2091 if (new_state == NWAM_STATE_ONLINE) { in nwamd_ncu_handle_state_event() 2097 if (new_state == NWAM_STATE_ONLINE) in nwamd_ncu_handle_state_event()
|
H A D | ncu_phys.c | 541 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 D | ncu_ip.c | 845 case NWAM_STATE_ONLINE: in nwamd_ncu_handle_if_state_event() 1116 if (state != NWAM_STATE_ONLINE) in nwamd_ncu_handle_if_state_event() 1135 } else if (state == NWAM_STATE_ONLINE || in nwamd_ncu_handle_if_state_event() 1343 ncu_obj->nwamd_object_state != NWAM_STATE_ONLINE) { in start_dhcp_thread()
|
H A D | conditions.c | 124 return (state == NWAM_STATE_ONLINE); in test_condition_object_state() 126 return (state != NWAM_STATE_ONLINE); in test_condition_object_state()
|
H A D | door_if.c | 471 NWAM_STATE_ONLINE; in nwamd_door_req_state()
|
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | libnwam.h | 204 NWAM_STATE_ONLINE = 0x10, enumerator 215 NWAM_STATE_ONLINE | \
|
H A D | libnwam_object.c | 441 state == NWAM_STATE_ONLINE)); in nwam_is_active()
|
H A D | libnwam_util.c | 402 case NWAM_STATE_ONLINE: in nwam_state_to_string()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/ |
H A D | nwamadm.c | 256 if (state == NWAM_STATE_ONLINE) { in active_ncp_callback() 816 if (state == NWAM_STATE_ONLINE) { in list_ncp_cb()
|