Searched refs:nwam_ncu_get_name (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | mapfile-vers | 112 nwam_ncu_get_name;
|
H A D | libnwam.h | 651 extern nwam_error_t nwam_ncu_get_name(nwam_ncu_handle_t, char **);
|
H A D | libnwam_ncp.c | 934 nwam_ncu_get_name(nwam_ncu_handle_t ncuh, char **namep) in nwam_ncu_get_name() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/ |
H A D | nwamadm.c | 519 (void) nwam_ncu_get_name(ncuh, realnamep); in ncu_action() 766 ret = nwam_ncu_get_name(handle, &name); in add_to_profile_entry() 1218 err = nwam_ncu_get_name(ncuh, linknamep); in name_to_linkname()
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | conditions.c | 169 if (nwam_ncu_get_name(ncuh, &real_name) != NWAM_SUCCESS) { in test_condition_ncu()
|
H A D | ncu.c | 521 if (nwam_ncu_get_name(ncuh, &name) != NWAM_SUCCESS) { in ncu_create_init_fini_event() 1530 if (nwam_ncu_get_name(ncuh, &name) != NWAM_SUCCESS) { in nwamd_destroy_ncu()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 1141 return (nwam_ncu_get_name(handle, namep)); in object_name_from_handle() 1785 if ((ret = nwam_ncu_get_name(ncu_h, &name)) != NWAM_SUCCESS) in revert_func() 3235 if ((ret = nwam_ncu_get_name(ncu, &name)) != NWAM_SUCCESS) in export_ncu_callback() 3570 ret = nwam_ncu_get_name(ncu_h, &name); in export_func()
|
/titanic_41/usr/src/lib/libnwam/ |
H A D | README | 278 nwam_error_t nwam_ncu_get_name(nwam_ncu_handle_t ncu, char **name);
|