Home
last modified time | relevance | path

Searched refs:NWAM_ACTION_ENABLE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c272 if (action == NWAM_ACTION_ENABLE || action == NWAM_ACTION_DISABLE) { in nwamd_door_req_action()
275 action == NWAM_ACTION_ENABLE ? in nwamd_door_req_action()
313 case NWAM_ACTION_ENABLE: in nwamd_door_req_action()
316 action == NWAM_ACTION_ENABLE ? in nwamd_door_req_action()
321 action == NWAM_ACTION_ENABLE ? "enabling" : "disabling", in nwamd_door_req_action()
H A Dncp.c133 (NWAM_OBJECT_TYPE_NCP, new_ncp, NULL, NWAM_ACTION_ENABLE); in nwamd_ncp_handle_enable_event()
157 case NWAM_ACTION_ENABLE: in nwamd_ncp_handle_action_event()
H A Dmain.c441 if (nwamd_ncp_action(active_ncp, NWAM_ACTION_ENABLE) != 0) in main()
H A Denm.c644 NWAM_ACTION_ENABLE) != 0) { in nwamd_enm_check()
824 case NWAM_ACTION_ENABLE: in nwamd_enm_handle_action_event()
H A Dknown_wlans.c508 case NWAM_ACTION_ENABLE: in nwamd_known_wlan_handle_action_event()
H A Dloc.c488 case NWAM_ACTION_ENABLE: in nwamd_loc_handle_action_event()
H A Dncu.c1942 case NWAM_ACTION_ENABLE: in nwamd_ncu_handle_action_event()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam.h955 NWAM_ACTION_ENABLE, enumerator
H A Dlibnwam_object.c504 parent, NWAM_ACTION_ENABLE)); in nwam_enable()
H A Dlibnwam_util.c338 case NWAM_ACTION_ENABLE: in nwam_action_to_string()