Searched defs:enm (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | enm.c | 48 * enm.c - contains routines which handle ENM (external network modifier) 63 nlog(LOG_ERR, "enm_init_fini: could not get enm name"); 160 "could not find enm %s", object_name); 180 "no script specified for enm %s", object_name); 194 "running script %s for enm %s", script, object_name); 242 "could not find enm %s after running script", 250 "enm %s has been refreshed, nothing to do", 264 "execution of '%s' failed for enm %s", 352 "enm script thread for %s", name); 383 nlog(LOG_ERR, "nwamd_enm_activate: could not find enm 726 nwamd_enm_action(const char *enm, nwam_action_t action) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 137 "enm", 363 "create enm ", 373 "destroy enm ", 385 "export enm ", 394 "list enm ", 398 "list -a enm ", 405 "select enm ", 611 /* Returns "loc", "enm", "wlan" or "ncp" as string */ 627 /* Returns "ncp, "ncu", "loc", "enm", or "wlan" according to the scope */ 640 return ("enm"); 1517 destroy_enm_callback(nwam_enm_handle_t enm, void *arg) argument 2633 list_enm_callback(nwam_enm_handle_t enm, void *arg) argument 3295 export_enm_callback(nwam_enm_handle_t enm, void *arg) argument [all...] |
Completed in 69 milliseconds