Searched refs:nwam_action_t (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | objects.h | 88 extern int nwamd_known_wlan_action(const char *, nwam_action_t); 103 extern int nwamd_enm_action(const char *, nwam_action_t); 124 extern int nwamd_loc_action(const char *, nwam_action_t); 134 extern int nwamd_ncp_action(const char *, nwam_action_t); 135 extern int nwamd_ncu_action(const char *, const char *, nwam_action_t);
|
H A D | events.h | 97 const char *, const char *, nwam_action_t); 101 extern nwamd_event_t nwamd_event_init_link_action(const char *, nwam_action_t);
|
H A D | events.c | 248 nwam_action_t object_action) 314 nwamd_event_init_link_action(const char *name, nwam_action_t link_action)
|
H A D | known_wlans.c | 518 nwamd_known_wlan_action(const char *known_wlan, nwam_action_t action)
|
H A D | loc.c | 399 nwamd_loc_action(const char *loc, nwam_action_t action)
|
H A D | ncp.c | 211 nwamd_ncp_action(const char *ncp, nwam_action_t action)
|
H A D | ncu.c | 1146 nwamd_ncu_action(const char *ncu, const char *parent, nwam_action_t action) 1285 ncu_action_change_state(nwam_action_t action, nwam_ncu_type_t type, 1331 nwam_action_t action =
|
H A D | door_if.c | 252 nwam_action_t action = req->nwda_data.nwdad_object_action.nwdad_action;
|
H A D | enm.c | 726 nwamd_enm_action(const char *enm, nwam_action_t action)
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_priv.h | 87 nwam_action_t nwdad_action;
|
H A D | libnwam.h | 955 } nwam_action_t; typedef in typeref:enum:__anon3694 976 nwam_action_t nwe_action; 1015 nwam_action_t nwe_action; 1035 nwam_action_t nwe_action; 1047 extern const char *nwam_action_to_string(nwam_action_t);
|
H A D | libnwam_impl.h | 198 const char *, nwam_action_t);
|
H A D | libnwam_util.c | 151 const char *name, const char *parent, nwam_action_t action) 329 nwam_action_to_string(nwam_action_t action)
|
H A D | libnwam_object.c | 371 nwam_action_t action;
|
Completed in 106 milliseconds