Searched refs:nwam_ncu_get_name (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | mapfile-vers | 112 nwam_ncu_get_name;
|
H A D | libnwam.h | 654 extern nwam_error_t nwam_ncu_get_name(nwam_ncu_handle_t, char **);
|
H A D | libnwam_ncp.c | 946 nwam_ncu_get_name(nwam_ncu_handle_t ncuh, char **namep) in nwam_ncu_get_name() function
|
/illumos-gate/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()
|
/illumos-gate/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 | 534 if (nwam_ncu_get_name(ncuh, &name) != NWAM_SUCCESS) { in ncu_create_init_fini_event() 1592 if (nwam_ncu_get_name(ncuh, &name) != NWAM_SUCCESS) { in nwamd_destroy_ncu()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 1151 return (nwam_ncu_get_name(handle, namep)); in object_name_from_handle() 1800 if ((ret = nwam_ncu_get_name(ncu_h, &name)) != NWAM_SUCCESS) in revert_func() 3273 if ((ret = nwam_ncu_get_name(ncu, &name)) != NWAM_SUCCESS) in export_ncu_callback() 3608 ret = nwam_ncu_get_name(ncu_h, &name); in export_func()
|
/illumos-gate/usr/src/lib/libnwam/ |
H A D | README | 278 nwam_error_t nwam_ncu_get_name(nwam_ncu_handle_t ncu, char **name);
|