Searched refs:nwam_walk_ncps (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | mapfile-vers | 97 nwam_walk_ncps;
|
H A D | libnwam.h | 578 extern nwam_error_t nwam_walk_ncps(int (*)(nwam_ncp_handle_t, void *),
|
H A D | libnwam_ncp.c | 466 nwam_walk_ncps(int (*cb)(nwam_ncp_handle_t, void *), void *data, in nwam_walk_ncps() function
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/ |
H A D | nwamadm.c | 273 if (nwam_walk_ncps(active_ncp_callback, &active_ncp, 0, NULL) in determine_active_ncp() 967 ret = nwam_walk_ncps(list_ncp_cb, ofmt, 0, NULL); in list_func()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 1542 ret = nwam_walk_ncps(destroy_ncp_callback, NULL, 0, NULL); in destroy_all() 3122 ret = nwam_walk_ncps(list_ncp_callback, &list_msg, 0, in list_func() 3584 ret = nwam_walk_ncps(export_ncp_callback, of, 0, NULL); in export_func()
|