Home
last modified time | relevance | path

Searched refs:nwam_ncu_name_to_typed_name (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Devents.c320 if ((err = nwam_ncu_name_to_typed_name(name, NWAM_NCU_TYPE_LINK, in nwamd_event_init_link_action()
348 if ((err = nwam_ncu_name_to_typed_name(name, NWAM_NCU_TYPE_LINK, in nwamd_event_init_link_state()
378 if ((err = nwam_ncu_name_to_typed_name(linkname, in nwamd_event_init_if_state()
436 if ((err = nwam_ncu_name_to_typed_name(name, NWAM_NCU_TYPE_LINK, in nwamd_event_init_wlan()
H A Dncu_ip.c523 if (nwam_ncu_name_to_typed_name(ncu->ncu_name, ncu->ncu_type, &name) != in interface_ncu_up_down()
743 if ((err = nwam_ncu_name_to_typed_name(ifname, in add_ip_address()
1392 if (nwam_ncu_name_to_typed_name(name, in start_dhcp_thread()
H A Dncu.c69 if ((err = nwam_ncu_name_to_typed_name(name, type, &object_name)) in nwamd_ncu_object_find()
552 if ((err = nwam_ncu_name_to_typed_name(name, *type, &typedname)) in ncu_create_init_fini_event()
626 (void) nwam_ncu_name_to_typed_name(ncu_data->ncu_name, in populate_common_ncu_properties()
H A Dconditions.c181 if (nwam_ncu_name_to_typed_name(real_name, ncu_type, &ncu_name) in test_condition_ncu()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dmapfile-vers113 nwam_ncu_name_to_typed_name;
H A Dlibnwam_ncp.c796 if ((err = nwam_ncu_name_to_typed_name(name, type, &typedname)) in nwam_ncu_create()
932 if ((err = nwam_ncu_name_to_typed_name(name, type, &typedname)) != in nwam_ncu_read()
956 nwam_ncu_name_to_typed_name(const char *name, nwam_ncu_type_t type, in nwam_ncu_name_to_typed_name() function
1035 if ((err = nwam_ncu_name_to_typed_name(newname, type, &typednewname)) in nwam_ncu_copy()
H A Dlibnwam.h655 extern nwam_error_t nwam_ncu_name_to_typed_name(const char *, nwam_ncu_type_t,