Searched refs:nwam_ncp_create (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | mapfile-vers | 94 nwam_ncp_create;
|
H A D | libnwam.h | 567 extern nwam_error_t nwam_ncp_create(const char *, uint64_t,
|
H A D | libnwam_ncp.c | 183 nwam_ncp_create(const char *name, uint64_t flags, nwam_ncp_handle_t *ncphp) in nwam_ncp_create() function 356 if ((err = nwam_ncp_create(newname, 0, newncphp)) != NWAM_SUCCESS) in nwam_ncp_copy()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | llp.c | 309 err = nwam_ncp_create(NWAM_NCP_NAME_USER, 0, &user_ncp); in upgrade_llp_config()
|
H A D | ncp.c | 120 err = nwam_ncp_create(new_ncp, 0, &new_ncph); in nwamd_ncp_handle_enable_event()
|
H A D | ncu.c | 1370 err = nwam_ncp_create(NWAM_NCP_NAME_AUTOMATIC, 0, &ncph); in nwamd_ncu_handle_link_action_event()
|
/titanic_44/usr/src/lib/libnwam/ |
H A D | README | 236 nwam_error_t nwam_ncp_create(const char *name, uint64_t flags,
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 1342 ret = nwam_ncp_create(newname, 0, &ncp_h); in create_func()
|