Searched refs:nwam_ncp_read (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncp.c | 118 if ((err = nwam_ncp_read(new_ncp, 0, &new_ncph)) in nwamd_ncp_handle_enable_event() 184 if ((err = nwam_ncp_read(new_ncp, 0, &new_ncph)) != NWAM_SUCCESS) { in nwamd_ncp_handle_state_event()
|
H A D | ncu.c | 1367 if ((err = nwam_ncp_read(NWAM_NCP_NAME_AUTOMATIC, 0, &ncph)) in nwamd_ncu_handle_link_action_event() 1574 if (nwam_ncp_read(NWAM_NCP_NAME_AUTOMATIC, 0, &ncph) in nwamd_walk_physical_configuration()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/ |
H A D | nwamadm.c | 279 ret = nwam_ncp_read(active_ncp, 0, &ncph); in determine_active_ncp() 316 if (nwam_ncp_read(name, 0, &ncph) != NWAM_SUCCESS) in valid_ncp() 576 if ((ret = nwam_ncp_read(name, 0, &ncph)) != NWAM_SUCCESS) in enable_func() 898 if (nwam_ncp_read(name, 0, &ncph) == NWAM_SUCCESS) { in list_func()
|
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | mapfile-vers | 95 nwam_ncp_read;
|
H A D | libnwam.h | 571 extern nwam_error_t nwam_ncp_read(const char *, uint64_t, nwam_ncp_handle_t *);
|
H A D | libnwam_ncp.c | 247 nwam_ncp_read(const char *name, uint64_t flags, nwam_ncp_handle_t *ncphp) in nwam_ncp_read() function 349 if (nwam_ncp_read(newname, 0, &ncph) == NWAM_SUCCESS) { in nwam_ncp_copy()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 1397 ret = nwam_ncp_read(oldname, 0, &oldncp_h); in create_func() 1662 if ((ret = nwam_ncp_read(name, 0, &ncp_h)) != NWAM_SUCCESS) in destroy_func() 1899 ret = nwam_ncp_read(name, 0, &ncp_h); in select_func() 2837 if ((ret = nwam_ncp_read(lname, 0, in listprop() 3590 ret = nwam_ncp_read(name, 0, &ncp_h); in export_func()
|
/titanic_44/usr/src/lib/libnwam/ |
H A D | README | 238 nwam_error_t nwam_ncp_read(const char *name, uint64_t flags,
|